| Modifier and Type | Method and Description |
|---|---|
Type.Enum.Builder |
Type.Enum.Builder.clear() |
Type.Enum.Builder |
Type.Enum.Builder.clearEnumName()
The fully qualified name of the protobuf enum message, including package.
|
Type.Enum.Builder |
Type.Enum.Builder.clearSchemaBundleId()
The ID of the schema bundle that this enum is defined in.
|
Type.Enum.Builder |
Type.Builder.getEnumTypeBuilder()
Enum
.google.bigtable.v2.Type.Enum enum_type = 14; |
Type.Enum.Builder |
Type.Enum.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Enum.Builder |
Type.Enum.Builder.mergeFrom(com.google.protobuf.Message other) |
Type.Enum.Builder |
Type.Enum.Builder.mergeFrom(Type.Enum other) |
static Type.Enum.Builder |
Type.Enum.newBuilder() |
static Type.Enum.Builder |
Type.Enum.newBuilder(Type.Enum prototype) |
Type.Enum.Builder |
Type.Enum.newBuilderForType() |
protected Type.Enum.Builder |
Type.Enum.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Type.Enum.Builder |
Type.Enum.Builder.setEnumName(String value)
The fully qualified name of the protobuf enum message, including package.
|
Type.Enum.Builder |
Type.Enum.Builder.setEnumNameBytes(com.google.protobuf.ByteString value)
The fully qualified name of the protobuf enum message, including package.
|
Type.Enum.Builder |
Type.Enum.Builder.setSchemaBundleId(String value)
The ID of the schema bundle that this enum is defined in.
|
Type.Enum.Builder |
Type.Enum.Builder.setSchemaBundleIdBytes(com.google.protobuf.ByteString value)
The ID of the schema bundle that this enum is defined in.
|
Type.Enum.Builder |
Type.Enum.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Type.Builder |
Type.Builder.setEnumType(Type.Enum.Builder builderForValue)
Enum
.google.bigtable.v2.Type.Enum enum_type = 14; |
Copyright © 2026 Google LLC. All rights reserved.