google_api_big_query v0.6.0 GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequest View Source

Attributes

  • ignoreUnknownValues (boolean()): [Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors. Defaults to: null.
  • kind (String.t): The resource type of the response. Defaults to: null.
  • rows ([TableDataInsertAllRequestRows]): The rows to insert. Defaults to: null.
  • skipInvalidRows (boolean()): [Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist. Defaults to: null.
  • templateSuffix (String.t): If specified, treats the destination table as a base template, and inserts the rows into an instance table named "{destination}{templateSuffix}". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables. 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.TableDataInsertAllRequest{
  ignoreUnknownValues: any(),
  kind: any(),
  rows: [GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequestRows.t()],
  skipInvalidRows: any(),
  templateSuffix: 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.