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 Type
    Method
    Description
    boolean
    map<string, uint32> types = 1;
    Deprecated.
    int
    map<string, uint32> types = 1;
    map<string, uint32> types = 1;
    int
    getTypesOrDefault(String key, int defaultValue)
    map<string, uint32> types = 1;
    int
    map<string, uint32> types = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      boolean containsTypes(String key)
      map<string, uint32> types = 1;
    • getTypes

      Deprecated.
      Use getTypesMap() instead.
    • getTypesMap

      Map<String,Integer> getTypesMap()
      map<string, uint32> types = 1;
    • getTypesOrDefault

      int getTypesOrDefault(String key, int defaultValue)
      map<string, uint32> types = 1;
    • getTypesOrThrow

      int getTypesOrThrow(String key)
      map<string, uint32> types = 1;