Interface Type.EnumOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Type.Enum, Type.Enum.Builder
Enclosing class:
Type

public static interface Type.EnumOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The fully qualified name of the protobuf enum message, including package.
    com.google.protobuf.ByteString
    The fully qualified name of the protobuf enum message, including package.
    The ID of the schema bundle that this enum is defined in.
    com.google.protobuf.ByteString
    The ID of the schema bundle that this enum is defined in.

    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

    • getSchemaBundleId

      String getSchemaBundleId()
       The ID of the schema bundle that this enum is defined in.
       
      string schema_bundle_id = 1;
      Returns:
      The schemaBundleId.
    • getSchemaBundleIdBytes

      com.google.protobuf.ByteString getSchemaBundleIdBytes()
       The ID of the schema bundle that this enum is defined in.
       
      string schema_bundle_id = 1;
      Returns:
      The bytes for schemaBundleId.
    • getEnumName

      String getEnumName()
       The fully qualified name of the protobuf enum message, including package.
       In the format of "foo.bar.EnumMessage".
       
      string enum_name = 2;
      Returns:
      The enumName.
    • getEnumNameBytes

      com.google.protobuf.ByteString getEnumNameBytes()
       The fully qualified name of the protobuf enum message, including package.
       In the format of "foo.bar.EnumMessage".
       
      string enum_name = 2;
      Returns:
      The bytes for enumName.