Package pragma
Interface PragmaOptions.TypesRegistryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PragmaOptions.TypesRegistry,PragmaOptions.TypesRegistry.Builder
- Enclosing class:
- PragmaOptions
public static interface PragmaOptions.TypesRegistryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTypes(String key) map<string, uint32> types = 1;getTypes()Deprecated.intmap<string, uint32> types = 1;map<string, uint32> types = 1;intgetTypesOrDefault(String key, int defaultValue) map<string, uint32> types = 1;intgetTypesOrThrow(String key) map<string, uint32> types = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypesCount
int getTypesCount()map<string, uint32> types = 1; -
containsTypes
map<string, uint32> types = 1; -
getTypes
Deprecated.UsegetTypesMap()instead. -
getTypesMap
map<string, uint32> types = 1; -
getTypesOrDefault
map<string, uint32> types = 1; -
getTypesOrThrow
map<string, uint32> types = 1;
-