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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/datastore.rb

Overview

The request for Datastore.Rollback.

Instance Attribute Summary collapse

Instance Attribute Details

#project_id::String

Returns 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.



125
126
127
128
# File 'proto_docs/google/datastore/v1/datastore.rb', line 125

class RollbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transaction::String

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

Returns:



125
126
127
128
# File 'proto_docs/google/datastore/v1/datastore.rb', line 125

class RollbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end