Class: Google::Cloud::Datastore::V1::RollbackRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::RollbackRequest
- 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
-
#database_id ⇒ ::String
The ID of the database against which to make the request.
-
#project_id ⇒ ::String
Required.
-
#transaction ⇒ ::String
Required.
Instance Attribute Details
#database_id ⇒ ::String
Returns The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
226 227 228 229 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 226 class RollbackRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The ID of the project against which to make the request.
226 227 228 229 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 226 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.
226 227 228 229 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 226 class RollbackRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |