Uses of Class
com.google.spanner.v1.TransactionSelector
-
Uses of TransactionSelector in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TransactionSelectorModifier and TypeMethodDescriptionTransactionSelector.Builder.build()TransactionSelector.Builder.buildPartial()static TransactionSelectorTransactionSelector.getDefaultInstance()TransactionSelector.Builder.getDefaultInstanceForType()TransactionSelector.getDefaultInstanceForType()ExecuteBatchDmlRequest.Builder.getTransaction()Required.ExecuteBatchDmlRequest.getTransaction()Required.ExecuteBatchDmlRequestOrBuilder.getTransaction()Required.ExecuteSqlRequest.Builder.getTransaction()The transaction to use.ExecuteSqlRequest.getTransaction()The transaction to use.ExecuteSqlRequestOrBuilder.getTransaction()The transaction to use.PartitionQueryRequest.Builder.getTransaction()Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionQueryRequest.getTransaction()Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionQueryRequestOrBuilder.getTransaction()Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionReadRequest.Builder.getTransaction()Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionReadRequest.getTransaction()Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionReadRequestOrBuilder.getTransaction()Read only snapshot transactions are supported, read/write and single use transactions are not.ReadRequest.Builder.getTransaction()The transaction to use.ReadRequest.getTransaction()The transaction to use.ReadRequestOrBuilder.getTransaction()The transaction to use.static TransactionSelectorTransactionSelector.parseDelimitedFrom(InputStream input) static TransactionSelectorTransactionSelector.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionSelectorTransactionSelector.parseFrom(byte[] data) static TransactionSelectorTransactionSelector.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionSelectorTransactionSelector.parseFrom(com.google.protobuf.ByteString data) static TransactionSelectorTransactionSelector.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionSelectorTransactionSelector.parseFrom(com.google.protobuf.CodedInputStream input) static TransactionSelectorTransactionSelector.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionSelectorTransactionSelector.parseFrom(InputStream input) static TransactionSelectorTransactionSelector.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionSelectorTransactionSelector.parseFrom(ByteBuffer data) static TransactionSelectorTransactionSelector.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type TransactionSelectorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TransactionSelector>TransactionSelector.getParserForType()static com.google.protobuf.Parser<TransactionSelector>TransactionSelector.parser()Methods in com.google.spanner.v1 with parameters of type TransactionSelectorModifier and TypeMethodDescriptionTransactionSelector.Builder.mergeFrom(TransactionSelector other) ExecuteBatchDmlRequest.Builder.mergeTransaction(TransactionSelector value) Required.ExecuteSqlRequest.Builder.mergeTransaction(TransactionSelector value) The transaction to use.PartitionQueryRequest.Builder.mergeTransaction(TransactionSelector value) Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionReadRequest.Builder.mergeTransaction(TransactionSelector value) Read only snapshot transactions are supported, read/write and single use transactions are not.ReadRequest.Builder.mergeTransaction(TransactionSelector value) The transaction to use.static TransactionSelector.BuilderTransactionSelector.newBuilder(TransactionSelector prototype) ExecuteBatchDmlRequest.Builder.setTransaction(TransactionSelector value) Required.ExecuteSqlRequest.Builder.setTransaction(TransactionSelector value) The transaction to use.PartitionQueryRequest.Builder.setTransaction(TransactionSelector value) Read only snapshot transactions are supported, read/write and single use transactions are not.PartitionReadRequest.Builder.setTransaction(TransactionSelector value) Read only snapshot transactions are supported, read/write and single use transactions are not.ReadRequest.Builder.setTransaction(TransactionSelector value) The transaction to use.