Class: Google::Apis::SpannerV1::ReadWrite
- Inherits:
-
Object
- Object
- Google::Apis::SpannerV1::ReadWrite
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/spanner_v1/classes.rb,
lib/google/apis/spanner_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ ReadWrite
Returns a new instance of ReadWrite.
3629 3630 3631 |
# File 'lib/google/apis/spanner_v1/classes.rb', line 3629 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3634 3635 |
# File 'lib/google/apis/spanner_v1/classes.rb', line 3634 def update!(**args) end |