-
Transaction.Builder.clear()
Transaction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
`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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
Transaction.Builder.clone()
Transaction created by this request.
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
Transaction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Transaction.Builder.mergeFrom(com.google.protobuf.Message other)
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
Transaction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Transaction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
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.
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
Transaction.Builder.setReadTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
For snapshot read-only transactions, the read timestamp chosen
for the transaction.
Transaction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
Transaction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Transaction created by this request.
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.