Class: Google::Spanner::V1::CommitRequest
- Inherits:
-
Object
- Object
- Google::Spanner::V1::CommitRequest
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb
Overview
The request for Commit.
Instance Attribute Summary collapse
-
#mutations ⇒ Array<Google::Spanner::V1::Mutation>
The mutations to be executed when this transaction commits.
-
#session ⇒ String
Required.
-
#single_use_transaction ⇒ Google::Spanner::V1::TransactionOptions
Execute mutations in a temporary transaction.
-
#transaction_id ⇒ String
Commit a previously-started transaction.
Instance Attribute Details
#mutations ⇒ Array<Google::Spanner::V1::Mutation>
413 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 413 class CommitRequest; end |
#session ⇒ String
413 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 413 class CommitRequest; end |
#single_use_transaction ⇒ Google::Spanner::V1::TransactionOptions
413 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 413 class CommitRequest; end |
#transaction_id ⇒ String
413 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 413 class CommitRequest; end |