Class: Google::Cloud::Datastore::V1::BeginTransactionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::BeginTransactionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The request for Datastore.BeginTransaction.
Instance Attribute Summary collapse
-
#database_id ⇒ ::String
The ID of the database against which to make the request.
-
#project_id ⇒ ::String
Required.
-
#transaction_options ⇒ ::Google::Cloud::Datastore::V1::TransactionOptions
Options for a new transaction.
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.
197 198 199 200 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 197 class BeginTransactionRequest 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.
197 198 199 200 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 197 class BeginTransactionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transaction_options ⇒ ::Google::Cloud::Datastore::V1::TransactionOptions
Returns Options for a new transaction.
197 198 199 200 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 197 class BeginTransactionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |