Class TransactionOptions.ReadWrite.Builder (6.108.0)

public static final class TransactionOptions.ReadWrite.Builder extends GeneratedMessage.Builder<TransactionOptions.ReadWrite.Builder> implements TransactionOptions.ReadWriteOrBuilder

Message type to initiate a read-write transaction. Currently this transaction type has no options.

Protobuf type google.spanner.v1.TransactionOptions.ReadWrite

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public TransactionOptions.ReadWrite build()
Returns
Type Description
TransactionOptions.ReadWrite

buildPartial()

public TransactionOptions.ReadWrite buildPartial()
Returns
Type Description
TransactionOptions.ReadWrite

clear()

public TransactionOptions.ReadWrite.Builder clear()
Returns
Type Description
TransactionOptions.ReadWrite.Builder
Overrides

clearMultiplexedSessionPreviousTransactionId()

public TransactionOptions.ReadWrite.Builder clearMultiplexedSessionPreviousTransactionId()

Optional. Clients should pass the transaction ID of the previous transaction attempt that was aborted if this transaction is being executed on a multiplexed session.

bytes multiplexed_session_previous_transaction_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TransactionOptions.ReadWrite.Builder

This builder for chaining.

clearReadLockMode()

public TransactionOptions.ReadWrite.Builder clearReadLockMode()

Read lock mode for the transaction.

.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;

Returns
Type Description
TransactionOptions.ReadWrite.Builder

This builder for chaining.

getDefaultInstanceForType()

public TransactionOptions.ReadWrite getDefaultInstanceForType()
Returns
Type Description
TransactionOptions.ReadWrite

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMultiplexedSessionPreviousTransactionId()

public ByteString getMultiplexedSessionPreviousTransactionId()

Optional. Clients should pass the transaction ID of the previous transaction attempt that was aborted if this transaction is being executed on a multiplexed session.

bytes multiplexed_session_previous_transaction_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The multiplexedSessionPreviousTransactionId.

getReadLockMode()

public TransactionOptions.ReadWrite.ReadLockMode getReadLockMode()

Read lock mode for the transaction.

.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;

Returns
Type Description
TransactionOptions.ReadWrite.ReadLockMode

The readLockMode.

getReadLockModeValue()

public int getReadLockModeValue()

Read lock mode for the transaction.

.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;

Returns
Type Description
int

The enum numeric value on the wire for readLockMode.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TransactionOptions.ReadWrite.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransactionOptions.ReadWrite.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TransactionOptions.ReadWrite.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TransactionOptions.ReadWrite.Builder
Overrides

mergeFrom(TransactionOptions.ReadWrite other)

public TransactionOptions.ReadWrite.Builder mergeFrom(TransactionOptions.ReadWrite other)
Parameter
Name Description
other TransactionOptions.ReadWrite
Returns
Type Description
TransactionOptions.ReadWrite.Builder

setMultiplexedSessionPreviousTransactionId(ByteString value)

public TransactionOptions.ReadWrite.Builder setMultiplexedSessionPreviousTransactionId(ByteString value)

Optional. Clients should pass the transaction ID of the previous transaction attempt that was aborted if this transaction is being executed on a multiplexed session.

bytes multiplexed_session_previous_transaction_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The multiplexedSessionPreviousTransactionId to set.

Returns
Type Description
TransactionOptions.ReadWrite.Builder

This builder for chaining.

setReadLockMode(TransactionOptions.ReadWrite.ReadLockMode value)

public TransactionOptions.ReadWrite.Builder setReadLockMode(TransactionOptions.ReadWrite.ReadLockMode value)

Read lock mode for the transaction.

.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;

Parameter
Name Description
value TransactionOptions.ReadWrite.ReadLockMode

The readLockMode to set.

Returns
Type Description
TransactionOptions.ReadWrite.Builder

This builder for chaining.

setReadLockModeValue(int value)

public TransactionOptions.ReadWrite.Builder setReadLockModeValue(int value)

Read lock mode for the transaction.

.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for readLockMode to set.

Returns
Type Description
TransactionOptions.ReadWrite.Builder

This builder for chaining.