View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncoding (google_api_bigtable_admin v0.30.1)

Rules used to convert to or from lower level types.

Attributes

  • utf8Bytes (type: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes.t, default: nil) - Use Utf8Bytes encoding.
  • utf8Raw (type: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncodingUtf8Raw.t, default: nil) - Deprecated: if set, converts to an empty utf8_bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncoding{
    utf8Bytes:
      GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes.t()
      | nil,
    utf8Raw:
      GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncodingUtf8Raw.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.