| Modifier and Type | Method and Description |
|---|---|
Transaction.Builder |
Transaction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Transaction.Builder |
Transaction.Builder.clear() |
Transaction.Builder |
Transaction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Transaction.Builder |
Transaction.Builder.clearId()
`id` may be used to identify the transaction in subsequent
[Read][google.spanner.v1.Spanner.Read],
[ExecuteSql][google.spanner.v1.Spanner.ExecuteSql],
[Commit][google.spanner.v1.Spanner.Commit], or
[Rollback][google.spanner.v1.Spanner.Rollback] calls.
|
Transaction.Builder |
Transaction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Transaction.Builder |
Transaction.Builder.clearReadTimestamp()
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
|
Transaction.Builder |
Transaction.Builder.clone() |
Transaction.Builder |
PartitionResponse.Builder.getTransactionBuilder()
Transaction created by this request.
|
Transaction.Builder |
ResultSetMetadata.Builder.getTransactionBuilder()
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
Transaction.Builder |
Transaction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Transaction.Builder |
Transaction.Builder.mergeFrom(com.google.protobuf.Message other) |
Transaction.Builder |
Transaction.Builder.mergeFrom(Transaction other) |
Transaction.Builder |
Transaction.Builder.mergeReadTimestamp(com.google.protobuf.Timestamp value)
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
|
Transaction.Builder |
Transaction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Transaction.Builder |
Transaction.newBuilder() |
static Transaction.Builder |
Transaction.newBuilder(Transaction prototype) |
Transaction.Builder |
Transaction.newBuilderForType() |
protected Transaction.Builder |
Transaction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Transaction.Builder |
Transaction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Transaction.Builder |
Transaction.Builder.setId(com.google.protobuf.ByteString value)
`id` may be used to identify the transaction in subsequent
[Read][google.spanner.v1.Spanner.Read],
[ExecuteSql][google.spanner.v1.Spanner.ExecuteSql],
[Commit][google.spanner.v1.Spanner.Commit], or
[Rollback][google.spanner.v1.Spanner.Rollback] calls.
|
Transaction.Builder |
Transaction.Builder.setReadTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
|
Transaction.Builder |
Transaction.Builder.setReadTimestamp(com.google.protobuf.Timestamp value)
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
|
Transaction.Builder |
Transaction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Transaction.Builder |
Transaction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Transaction.Builder |
Transaction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PartitionResponse.Builder |
PartitionResponse.Builder.setTransaction(Transaction.Builder builderForValue)
Transaction created by this request.
|
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.setTransaction(Transaction.Builder builderForValue)
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
Copyright © 2019 Google LLC. All rights reserved.