GoogleApi.Spanner.V1.Model.BeginTransactionRequest (google_api_spanner v0.34.1) View Source
The request for BeginTransaction.
Attributes
-
options
(type:GoogleApi.Spanner.V1.Model.TransactionOptions.t
, default:nil
) - Required. Options for the new transaction. -
requestOptions
(type:GoogleApi.Spanner.V1.Model.RequestOptions.t
, default:nil
) - Common options for this request. Priority is ignored for this request. Setting the priority in this request_options struct will not do anything. To set the priority for a transaction, set it on the reads and writes that are part of this transaction instead.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.BeginTransactionRequest{ options: GoogleApi.Spanner.V1.Model.TransactionOptions.t() | nil, requestOptions: GoogleApi.Spanner.V1.Model.RequestOptions.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.