public static interface Type.StructOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type.Struct.Encoding |
getEncoding()
The encoding to use when converting to or from lower level types.
|
Type.Struct.EncodingOrBuilder |
getEncodingOrBuilder()
The encoding to use when converting to or from lower level types.
|
Type.Struct.Field |
getFields(int index)
The names and types of the fields in this struct.
|
int |
getFieldsCount()
The names and types of the fields in this struct.
|
List<Type.Struct.Field> |
getFieldsList()
The names and types of the fields in this struct.
|
Type.Struct.FieldOrBuilder |
getFieldsOrBuilder(int index)
The names and types of the fields in this struct.
|
List<? extends Type.Struct.FieldOrBuilder> |
getFieldsOrBuilderList()
The names and types of the fields in this struct.
|
boolean |
hasEncoding()
The encoding to use when converting to or from lower level types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Type.Struct.Field> getFieldsList()
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1;Type.Struct.Field getFields(int index)
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1;int getFieldsCount()
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1;List<? extends Type.Struct.FieldOrBuilder> getFieldsOrBuilderList()
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1;Type.Struct.FieldOrBuilder getFieldsOrBuilder(int index)
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1;boolean hasEncoding()
The encoding to use when converting to or from lower level types.
.google.bigtable.v2.Type.Struct.Encoding encoding = 2;Type.Struct.Encoding getEncoding()
The encoding to use when converting to or from lower level types.
.google.bigtable.v2.Type.Struct.Encoding encoding = 2;Type.Struct.EncodingOrBuilder getEncodingOrBuilder()
The encoding to use when converting to or from lower level types.
.google.bigtable.v2.Type.Struct.Encoding encoding = 2;Copyright © 2026 Google LLC. All rights reserved.