Package com.google.bigtable.admin.v2
Interface Type.StructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.Struct,Type.Struct.Builder
- Enclosing class:
- Type
public static interface Type.StructOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe encoding to use when converting to or from lower level types.The encoding to use when converting to or from lower level types.getFields(int index) The names and types of the fields in this struct.intThe names and types of the fields in this struct.The names and types of the fields in this struct.getFieldsOrBuilder(int index) The names and types of the fields in this struct.List<? extends Type.Struct.FieldOrBuilder>The names and types of the fields in this struct.booleanThe encoding to use when converting to or from lower level types.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldsList
List<Type.Struct.Field> getFieldsList()The names and types of the fields in this struct.
repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1; -
getFields
The names and types of the fields in this struct.
repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1; -
getFieldsCount
int getFieldsCount()The names and types of the fields in this struct.
repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1; -
getFieldsOrBuilderList
List<? extends Type.Struct.FieldOrBuilder> getFieldsOrBuilderList()The names and types of the fields in this struct.
repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1; -
getFieldsOrBuilder
The names and types of the fields in this struct.
repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1; -
hasEncoding
boolean hasEncoding()The encoding to use when converting to or from lower level types.
.google.bigtable.admin.v2.Type.Struct.Encoding encoding = 2;- Returns:
- Whether the encoding field is set.
-
getEncoding
Type.Struct.Encoding getEncoding()The encoding to use when converting to or from lower level types.
.google.bigtable.admin.v2.Type.Struct.Encoding encoding = 2;- Returns:
- The encoding.
-
getEncodingOrBuilder
Type.Struct.EncodingOrBuilder getEncodingOrBuilder()The encoding to use when converting to or from lower level types.
.google.bigtable.admin.v2.Type.Struct.Encoding encoding = 2;
-