GoogleApi.BigQuery.V2.Model.StoredColumnsUnusedReason (google_api_big_query v0.88.0)

View Source

If the stored column was not used, explain why.

Attributes

  • code (type: String.t, default: nil) - Specifies the high-level reason for the unused scenario, each reason must have a code associated.
  • message (type: String.t, default: nil) - Specifies the detailed description for the scenario.
  • uncoveredColumns (type: list(String.t), default: nil) - Specifies which columns were not covered by the stored columns for the specified code up to 20 columns. This is populated when the code is STORED_COLUMNS_COVER_INSUFFICIENT and BASE_TABLE_HAS_CLS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.StoredColumnsUnusedReason{
  code: String.t() | nil,
  message: String.t() | nil,
  uncoveredColumns: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.