Package com.google.bigtable.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 TypeMethodDescriptiongetFields(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.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.v2.Type.Struct.Field fields = 1; -
getFields
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1; -
getFieldsCount
int getFieldsCount()The names and types of the fields in this struct.
repeated .google.bigtable.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.v2.Type.Struct.Field fields = 1; -
getFieldsOrBuilder
The names and types of the fields in this struct.
repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
-