Class: Google::Apis::SpannerV1::ReadWrite
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SpannerV1::ReadWrite
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/spanner_v1/classes.rb,
 generated/google/apis/spanner_v1/representations.rb,
 generated/google/apis/spanner_v1/representations.rb
Overview
Message type to initiate a read-write transaction. Currently this transaction type has no options.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReadWrite 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReadWrite. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReadWrite
Returns a new instance of ReadWrite
| 2083 2084 2085 | # File 'generated/google/apis/spanner_v1/classes.rb', line 2083 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2088 2089 | # File 'generated/google/apis/spanner_v1/classes.rb', line 2088 def update!(**args) end |