GoogleApi.BigQuery.V2.Model.TableFieldSchema (google_api_big_query v0.46.0)

Attributes

  • categories (type: GoogleApi.BigQuery.V2.Model.TableFieldSchemaCategories.t, default: nil) - [Optional] The categories attached to this field, used for field-level access control.
  • description (type: String.t, default: nil) - [Optional] The field description. The maximum length is 1,024 characters.
  • fields (type: list(GoogleApi.BigQuery.V2.Model.TableFieldSchema.t), default: nil) - [Optional] Describes the nested schema fields if the type property is set to RECORD.
  • mode (type: String.t, default: nil) - [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
  • name (type: String.t, default: nil) - [Required] The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 128 characters.
  • policyTags (type: GoogleApi.BigQuery.V2.Model.TableFieldSchemaPolicyTags.t, default: nil) -
  • type (type: String.t, default: nil) - [Required] The field data type. Possible values include STRING, BYTES, INTEGER, INT64 (same as INTEGER), FLOAT, FLOAT64 (same as FLOAT), BOOLEAN, BOOL (same as BOOLEAN), TIMESTAMP, DATE, TIME, DATETIME, RECORD (where RECORD indicates that the field contains a nested schema) or STRUCT (same as RECORD).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

Specs

t() :: %GoogleApi.BigQuery.V2.Model.TableFieldSchema{
  categories: GoogleApi.BigQuery.V2.Model.TableFieldSchemaCategories.t(),
  description: String.t(),
  fields: [GoogleApi.BigQuery.V2.Model.TableFieldSchema.t()],
  mode: String.t(),
  name: String.t(),
  policyTags: GoogleApi.BigQuery.V2.Model.TableFieldSchemaPolicyTags.t(),
  type: String.t()
}

Functions

decode(value, options)

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.