| Modifier and Type | Method and Description |
|---|---|
Type.Struct.Builder |
Type.Struct.Builder.addAllFields(Iterable<? extends Type.Struct.Field> values)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.addFields(int index,
Type.Struct.Field.Builder builderForValue)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.addFields(int index,
Type.Struct.Field value)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.addFields(Type.Struct.Field.Builder builderForValue)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.addFields(Type.Struct.Field value)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.clear() |
Type.Struct.Builder |
Type.Struct.Builder.clearEncoding()
The encoding to use when converting to or from lower level types.
|
Type.Struct.Builder |
Type.Struct.Builder.clearFields()
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Builder.getStructTypeBuilder()
Struct
.google.bigtable.v2.Type.Struct struct_type = 7; |
Type.Struct.Builder |
Type.Struct.Builder.mergeEncoding(Type.Struct.Encoding value)
The encoding to use when converting to or from lower level types.
|
Type.Struct.Builder |
Type.Struct.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Struct.Builder |
Type.Struct.Builder.mergeFrom(com.google.protobuf.Message other) |
Type.Struct.Builder |
Type.Struct.Builder.mergeFrom(Type.Struct other) |
static Type.Struct.Builder |
Type.Struct.newBuilder() |
static Type.Struct.Builder |
Type.Struct.newBuilder(Type.Struct prototype) |
Type.Struct.Builder |
Type.Struct.newBuilderForType() |
protected Type.Struct.Builder |
Type.Struct.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Type.Struct.Builder |
Type.Struct.Builder.removeFields(int index)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.setEncoding(Type.Struct.Encoding.Builder builderForValue)
The encoding to use when converting to or from lower level types.
|
Type.Struct.Builder |
Type.Struct.Builder.setEncoding(Type.Struct.Encoding value)
The encoding to use when converting to or from lower level types.
|
Type.Struct.Builder |
Type.Struct.Builder.setFields(int index,
Type.Struct.Field.Builder builderForValue)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.Builder.setFields(int index,
Type.Struct.Field value)
The names and types of the fields in this struct.
|
Type.Struct.Builder |
Type.Struct.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Type.Builder |
Type.Builder.setStructType(Type.Struct.Builder builderForValue)
Struct
.google.bigtable.v2.Type.Struct struct_type = 7; |
Copyright © 2026 Google LLC. All rights reserved.