public static final class Type.Enum.Builder extends com.google.protobuf.GeneratedMessage.Builder<Type.Enum.Builder> implements Type.EnumOrBuilder
A protobuf enum type. Values of type `Enum` are stored in `Value.int_value`.Protobuf type
google.bigtable.v2.Type.Enum| Modifier and Type | Method and Description |
|---|---|
Type.Enum |
build() |
Type.Enum |
buildPartial() |
Type.Enum.Builder |
clear() |
Type.Enum.Builder |
clearEnumName()
The fully qualified name of the protobuf enum message, including package.
|
Type.Enum.Builder |
clearSchemaBundleId()
The ID of the schema bundle that this enum is defined in.
|
Type.Enum |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Type.Enum.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Enum.Builder |
mergeFrom(com.google.protobuf.Message other) |
Type.Enum.Builder |
mergeFrom(Type.Enum other) |
Type.Enum.Builder |
setEnumName(String value)
The fully qualified name of the protobuf enum message, including package.
|
Type.Enum.Builder |
setEnumNameBytes(com.google.protobuf.ByteString value)
The fully qualified name of the protobuf enum message, including package.
|
Type.Enum.Builder |
setSchemaBundleId(String value)
The ID of the schema bundle that this enum is defined in.
|
Type.Enum.Builder |
setSchemaBundleIdBytes(com.google.protobuf.ByteString value)
The ID of the schema bundle that this enum is defined in.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Type.Enum.Builder>public Type.Enum.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Type.Enum.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Type.Enum.Builder>public Type.Enum getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Type.Enum build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Type.Enum buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Type.Enum.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Enum.Builder>public Type.Enum.Builder mergeFrom(Type.Enum other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Type.Enum.Builder>public Type.Enum.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Enum.Builder>IOExceptionpublic String getSchemaBundleId()
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;getSchemaBundleId in interface Type.EnumOrBuilderpublic com.google.protobuf.ByteString getSchemaBundleIdBytes()
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;getSchemaBundleIdBytes in interface Type.EnumOrBuilderpublic Type.Enum.Builder setSchemaBundleId(String value)
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;value - The schemaBundleId to set.public Type.Enum.Builder clearSchemaBundleId()
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;public Type.Enum.Builder setSchemaBundleIdBytes(com.google.protobuf.ByteString value)
The ID of the schema bundle that this enum is defined in.
string schema_bundle_id = 1;value - The bytes for schemaBundleId to set.public String getEnumName()
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
string enum_name = 2;getEnumName in interface Type.EnumOrBuilderpublic 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;getEnumNameBytes in interface Type.EnumOrBuilderpublic Type.Enum.Builder setEnumName(String value)
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
string enum_name = 2;value - The enumName to set.public Type.Enum.Builder clearEnumName()
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
string enum_name = 2;public Type.Enum.Builder setEnumNameBytes(com.google.protobuf.ByteString value)
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
string enum_name = 2;value - The bytes for enumName to set.Copyright © 2026 Google LLC. All rights reserved.