GoogleApi.BigQuery.V2.Model.IndexUnusedReason (google_api_big_query v0.88.0)
View SourceReason about why no search index was used in the search query (or sub-query).
Attributes
-
baseTable(type:GoogleApi.BigQuery.V2.Model.TableReference.t, default:nil) - Specifies the base table involved in the reason that no search index was used. -
code(type:String.t, default:nil) - Specifies the high-level reason for the scenario when no search index was used. -
indexName(type:String.t, default:nil) - Specifies the name of the unused search index, if available. -
message(type:String.t, default:nil) - Free form human-readable reason for the scenario when no search index was used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.IndexUnusedReason{ baseTable: GoogleApi.BigQuery.V2.Model.TableReference.t() | nil, code: String.t() | nil, indexName: String.t() | nil, message: String.t() | nil }