Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::RollbackRequest.
The request for Rollback.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#session
def session() -> ::String
    Returns
    
  - (::String) — Required. The session in which the transaction to roll back is running.
#session=
def session=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The session in which the transaction to roll back is running.
    Returns
    
  - (::String) — Required. The session in which the transaction to roll back is running.
#transaction_id
def transaction_id() -> ::String
    Returns
    
  - (::String) — Required. The transaction to roll back.
#transaction_id=
def transaction_id=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The transaction to roll back.
    Returns
    
- (::String) — Required. The transaction to roll back.