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

View Source

Message sent by the client to the adapter.

Attributes

  • attachments (type: map(), default: nil) - Optional. Opaque request state passed by the client to the server.
  • payload (type: String.t, default: nil) - Optional. Uninterpreted bytes from the underlying wire protocol.
  • protocol (type: String.t, default: nil) - Required. Identifier for the underlying wire protocol.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.