Package com.google.spanner.executor.v1
Interface TableMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableMetadata,TableMetadata.Builder
public interface TableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumn(int index) Columns, in the same order as in the schema.intColumns, in the same order as in the schema.Columns, in the same order as in the schema.getColumnOrBuilder(int index) Columns, in the same order as in the schema.List<? extends ColumnMetadataOrBuilder>Columns, in the same order as in the schema.getKeyColumn(int index) Keys, in order.intKeys, in order.Keys, in order.getKeyColumnOrBuilder(int index) Keys, in order.List<? extends ColumnMetadataOrBuilder>Keys, in order.getName()Table name.com.google.protobuf.ByteStringTable name.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
-
getName
String getName()Table name.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Table name.
string name = 1;- Returns:
- The bytes for name.
-
getColumnList
List<ColumnMetadata> getColumnList()Columns, in the same order as in the schema.
repeated .google.spanner.executor.v1.ColumnMetadata column = 2; -
getColumn
Columns, in the same order as in the schema.
repeated .google.spanner.executor.v1.ColumnMetadata column = 2; -
getColumnCount
int getColumnCount()Columns, in the same order as in the schema.
repeated .google.spanner.executor.v1.ColumnMetadata column = 2; -
getColumnOrBuilderList
List<? extends ColumnMetadataOrBuilder> getColumnOrBuilderList()Columns, in the same order as in the schema.
repeated .google.spanner.executor.v1.ColumnMetadata column = 2; -
getColumnOrBuilder
Columns, in the same order as in the schema.
repeated .google.spanner.executor.v1.ColumnMetadata column = 2; -
getKeyColumnList
List<ColumnMetadata> getKeyColumnList()Keys, in order. Column name is currently not populated.
repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; -
getKeyColumn
Keys, in order. Column name is currently not populated.
repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; -
getKeyColumnCount
int getKeyColumnCount()Keys, in order. Column name is currently not populated.
repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; -
getKeyColumnOrBuilderList
List<? extends ColumnMetadataOrBuilder> getKeyColumnOrBuilderList()Keys, in order. Column name is currently not populated.
repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; -
getKeyColumnOrBuilder
Keys, in order. Column name is currently not populated.
repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3;
-