Send feedback
  
   
 
  
    
      Class TransactionOptions.ReadWrite.Builder (6.102.1)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
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
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TransactionOptions . ReadWrite . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   TransactionOptions . ReadWrite   build ()  
   
  
   
  buildPartial() 
  
    
public   TransactionOptions . ReadWrite   buildPartial ()  
   
  
   
  clear() 
  
    
public   TransactionOptions . ReadWrite . Builder   clear ()  
   
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   TransactionOptions . ReadWrite . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  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];
 
 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   TransactionOptions . ReadWrite . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clearReadLockMode() 
  
    
public   TransactionOptions . ReadWrite . Builder   clearReadLockMode ()  
   
   Read lock mode for the transaction.
 .google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode read_lock_mode = 1;
 
 
  
   
  clone() 
  
    
public   TransactionOptions . ReadWrite . Builder   clone ()  
   
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   TransactionOptions . ReadWrite   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  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;
 
 
  
   
  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 ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  
  
    
public   TransactionOptions . ReadWrite . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   TransactionOptions . ReadWrite . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeFrom(TransactionOptions.ReadWrite other) 
  
    
public   TransactionOptions . ReadWrite . Builder   mergeFrom ( TransactionOptions . ReadWrite   other )  
   
  
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TransactionOptions . ReadWrite . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TransactionOptions . ReadWrite . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  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.
 
       
     
  
  
   
  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;
 
 
  
  
   
  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.
 
       
     
  
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   TransactionOptions . ReadWrite . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TransactionOptions . ReadWrite . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]