Class: Google::Datastore::V1::RollbackRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb

Overview

The request for Datastore::Rollback.

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

Returns The ID of the project against which to make the request.

Returns:

  • (String)

    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

#transactionString

Returns The transaction identifier, returned by a call to Datastore::BeginTransaction.

Returns:

  • (String)

    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