GoogleApi.Spanner.V1.Model.ReadWrite (google_api_spanner v0.48.0)

View Source

Message type to initiate a read-write transaction. Currently this transaction type has no options.

Attributes

  • multiplexedSessionPreviousTransactionId (type: String.t, default: nil) - Optional. Clients should pass the transaction ID of the previous transaction attempt that was aborted if this transaction is being executed on a multiplexed session.
  • readLockMode (type: String.t, default: nil) - Read lock mode for the transaction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.ReadWrite{
  multiplexedSessionPreviousTransactionId: String.t() | nil,
  readLockMode: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.