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 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

      ColumnMetadata getColumn(int index)
       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

      ColumnMetadataOrBuilder getColumnOrBuilder(int index)
       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

      ColumnMetadata getKeyColumn(int index)
       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

      ColumnMetadataOrBuilder getKeyColumnOrBuilder(int index)
       Keys, in order. Column name is currently not populated.
       
      repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3;