Uses of Class
com.google.spanner.executor.v1.TableMetadata
-
Uses of TableMetadata in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return TableMetadataModifier and TypeMethodDescriptionTableMetadata.Builder.build()TableMetadata.Builder.buildPartial()static TableMetadataTableMetadata.getDefaultInstance()TableMetadata.Builder.getDefaultInstanceForType()TableMetadata.getDefaultInstanceForType()GenerateDbPartitionsForReadAction.Builder.getTable(int index) Metadata related to the tables involved in the read.GenerateDbPartitionsForReadAction.getTable(int index) Metadata related to the tables involved in the read.GenerateDbPartitionsForReadActionOrBuilder.getTable(int index) Metadata related to the tables involved in the read.StartTransactionAction.Builder.getTable(int index) Metadata about tables and columns that will be involved in this transaction.StartTransactionAction.getTable(int index) Metadata about tables and columns that will be involved in this transaction.StartTransactionActionOrBuilder.getTable(int index) Metadata about tables and columns that will be involved in this transaction.static TableMetadataTableMetadata.parseDelimitedFrom(InputStream input) static TableMetadataTableMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableMetadataTableMetadata.parseFrom(byte[] data) static TableMetadataTableMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableMetadataTableMetadata.parseFrom(com.google.protobuf.ByteString data) static TableMetadataTableMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableMetadataTableMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static TableMetadataTableMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableMetadataTableMetadata.parseFrom(InputStream input) static TableMetadataTableMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableMetadataTableMetadata.parseFrom(ByteBuffer data) static TableMetadataTableMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.executor.v1 that return types with arguments of type TableMetadataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TableMetadata>TableMetadata.getParserForType()GenerateDbPartitionsForReadAction.Builder.getTableList()Metadata related to the tables involved in the read.GenerateDbPartitionsForReadAction.getTableList()Metadata related to the tables involved in the read.GenerateDbPartitionsForReadActionOrBuilder.getTableList()Metadata related to the tables involved in the read.StartTransactionAction.Builder.getTableList()Metadata about tables and columns that will be involved in this transaction.StartTransactionAction.getTableList()Metadata about tables and columns that will be involved in this transaction.StartTransactionActionOrBuilder.getTableList()Metadata about tables and columns that will be involved in this transaction.static com.google.protobuf.Parser<TableMetadata>TableMetadata.parser()Methods in com.google.spanner.executor.v1 with parameters of type TableMetadataModifier and TypeMethodDescriptionGenerateDbPartitionsForReadAction.Builder.addTable(int index, TableMetadata value) Metadata related to the tables involved in the read.GenerateDbPartitionsForReadAction.Builder.addTable(TableMetadata value) Metadata related to the tables involved in the read.StartTransactionAction.Builder.addTable(int index, TableMetadata value) Metadata about tables and columns that will be involved in this transaction.StartTransactionAction.Builder.addTable(TableMetadata value) Metadata about tables and columns that will be involved in this transaction.TableMetadata.Builder.mergeFrom(TableMetadata other) static TableMetadata.BuilderTableMetadata.newBuilder(TableMetadata prototype) GenerateDbPartitionsForReadAction.Builder.setTable(int index, TableMetadata value) Metadata related to the tables involved in the read.StartTransactionAction.Builder.setTable(int index, TableMetadata value) Metadata about tables and columns that will be involved in this transaction.Method parameters in com.google.spanner.executor.v1 with type arguments of type TableMetadataModifier and TypeMethodDescriptionGenerateDbPartitionsForReadAction.Builder.addAllTable(Iterable<? extends TableMetadata> values) Metadata related to the tables involved in the read.StartTransactionAction.Builder.addAllTable(Iterable<? extends TableMetadata> values) Metadata about tables and columns that will be involved in this transaction.