Class: Google::Apis::SpannerV1::PartitionedDml
- Inherits:
-
Object
- Object
- Google::Apis::SpannerV1::PartitionedDml
- 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 Partitioned DML transaction.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PartitionedDml
constructor
A new instance of PartitionedDml.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PartitionedDml
Returns a new instance of PartitionedDml
1907 1908 1909 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 1907 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1912 1913 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 1912 def update!(**args) end |