- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class TransactionOptions.ReadWrite.Builder extends GeneratedMessage.Builder<TransactionOptions.ReadWrite.Builder> implements TransactionOptions.ReadWriteOrBuilderMessage type to initiate a read-write transaction. Currently this transaction type has no options.
Protobuf type google.spanner.v1.TransactionOptions.ReadWrite
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TransactionOptions.ReadWrite.BuilderImplements
TransactionOptions.ReadWriteOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
ByteStringThe 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.ReadLockModeThe 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 |
intThe enum numeric value on the wire for readLockMode to set. |
| Returns | |
|---|---|
| Type | Description |
TransactionOptions.ReadWrite.Builder |
This builder for chaining. |