Package com.google.bigtable.v2
Interface ProtoSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtoSchema,ProtoSchema.Builder
public interface ProtoSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns(int index) The columns in the result set.intThe columns in the result set.The columns in the result set.getColumnsOrBuilder(int index) The columns in the result set.List<? extends ColumnMetadataOrBuilder>The columns in the result set.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
-
getColumnsList
List<ColumnMetadata> getColumnsList()The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1; -
getColumns
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1; -
getColumnsCount
int getColumnsCount()The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1; -
getColumnsOrBuilderList
List<? extends ColumnMetadataOrBuilder> getColumnsOrBuilderList()The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1; -
getColumnsOrBuilder
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;
-