Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::RollbackRequest.
The request for Datastore.Rollback.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. The ID of the project against which to make the request.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the project against which to make the request.
Returns
- (::String) — Required. The ID of the project against which to make the request.
#transaction
def transaction() -> ::String
Returns
- (::String) — Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.
#transaction=
def transaction=(value) -> ::String
Parameter
- value (::String) — Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.
Returns
- (::String) — Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.