Class: Google::Datastore::V1::RollbackRequest
- Inherits:
-
Object
- Object
- Google::Datastore::V1::RollbackRequest
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The request for Datastore::Rollback.
Instance Attribute Summary collapse
-
#project_id ⇒ String
The ID of the project against which to make the request.
-
#transaction ⇒ String
The transaction identifier, returned by a call to Datastore::BeginTransaction.
Instance Attribute Details
#project_id ⇒ String
Returns The ID of the project against which to make the request.
98 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 98 class RollbackRequest; end |
#transaction ⇒ String
Returns The transaction identifier, returned by a call to Datastore::BeginTransaction.
98 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 98 class RollbackRequest; end |