google_api_big_query v0.2.0 GoogleApi.BigQuery.V2.Model.TableFieldSchema View Source

Attributes

  • description (String.t): [Optional] The field description. The maximum length is 1,024 characters. Defaults to: null.
  • fields ([TableFieldSchema]): [Optional] Describes the nested schema fields if the type property is set to RECORD. Defaults to: null.
  • mode (String.t): [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE. Defaults to: null.
  • name (String.t): [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. Defaults to: null.
  • type (String.t): [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). Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.BigQuery.V2.Model.TableFieldSchema{
  description: any(),
  fields: [GoogleApi.BigQuery.V2.Model.TableFieldSchema.t()],
  mode: any(),
  name: any(),
  type: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.