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

View Source

Message sent by the adapter to the client.

Attributes

  • payload (type: String.t, default: nil) - Optional. Uninterpreted bytes from the underlying wire protocol.
  • stateUpdates (type: map(), default: nil) - Optional. Opaque state updates to be applied by the client.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.AdaptMessageResponse{
  payload: String.t() | nil,
  stateUpdates: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.