class Google::Apis::SpannerV1::RollbackRequest

The request for Rollback.

Attributes

transaction_id[RW]

Required. The transaction to roll back. Corresponds to the JSON property `transactionId` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/spanner_v1/classes.rb, line 3632
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/spanner_v1/classes.rb, line 3637
def update!(**args)
  @transaction_id = args[:transaction_id] if args.key?(:transaction_id)
end