public static final class TransactionOptions.ReadWrite.Builder extends GeneratedMessageV3.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransactionOptions.ReadWrite.BuilderImplements
TransactionOptions.ReadWriteOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransactionOptions.ReadWrite.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public TransactionOptions.ReadWrite.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransactionOptions.ReadWrite.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
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. |
clone()
public TransactionOptions.ReadWrite.Builder clone()
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
getDefaultInstanceForType()
public TransactionOptions.ReadWrite getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransactionOptions.ReadWrite.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TransactionOptions.ReadWrite.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransactionOptions.ReadWrite.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransactionOptions.ReadWrite.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TransactionOptions.ReadWrite.Builder |