public static interface Type.EnumOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnumName()
The fully qualified name of the protobuf enum message, including package.
|
com.google.protobuf.ByteString |
getEnumNameBytes()
The fully qualified name of the protobuf enum message, including package.
|
String |
getSchemaBundleId()
The ID of the schema bundle that this enum is defined in.
|
com.google.protobuf.ByteString |
getSchemaBundleIdBytes()
The ID of the schema bundle that this enum is defined in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchemaBundleId()
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;com.google.protobuf.ByteString getSchemaBundleIdBytes()
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;String getEnumName()
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
string enum_name = 2;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;Copyright © 2026 Google LLC. All rights reserved.