View Source GoogleApi.BigQuery.V2.Model.TableReference (google_api_big_query v0.79.0)

Attributes

  • datasetId (type: String.t, default: nil) - Required. The ID of the dataset containing this table.
  • projectId (type: String.t, default: nil) - Required. The ID of the project containing this table.
  • tableId (type: String.t, default: nil) - Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see General Category. The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as sample_table$20190123.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.TableReference{
  datasetId: String.t() | nil,
  projectId: String.t() | nil,
  tableId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.