Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::BeginTransactionRequest.
The request for Datastore.BeginTransaction.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_id
def database_id() -> ::String
-
(::String) — The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
#database_id=
def database_id=(value) -> ::String
-
value (::String) — The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
-
(::String) — The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
#project_id
def project_id() -> ::String
- (::String) — Required. The ID of the project against which to make the request.
#project_id=
def project_id=(value) -> ::String
- value (::String) — Required. The ID of the project against which to make the request.
- (::String) — Required. The ID of the project against which to make the request.
#transaction_options
def transaction_options() -> ::Google::Cloud::Datastore::V1::TransactionOptions
- (::Google::Cloud::Datastore::V1::TransactionOptions) — Options for a new transaction.
#transaction_options=
def transaction_options=(value) -> ::Google::Cloud::Datastore::V1::TransactionOptions
- value (::Google::Cloud::Datastore::V1::TransactionOptions) — Options for a new transaction.
- (::Google::Cloud::Datastore::V1::TransactionOptions) — Options for a new transaction.