GoogleApi.Sheets.V4.Model.BigQueryDataSourceSpec (google_api_sheets v0.25.2) View Source

The specification of a BigQuery data source that's connected to a sheet.

Attributes

  • projectId (type: String.t, default: nil) - The ID of a BigQuery enabled GCP project with a billing account attached. For any queries executed against the data source, the project is charged.
  • querySpec (type: GoogleApi.Sheets.V4.Model.BigQueryQuerySpec.t, default: nil) - A BigQueryQuerySpec.
  • tableSpec (type: GoogleApi.Sheets.V4.Model.BigQueryTableSpec.t, default: nil) - A BigQueryTableSpec.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.BigQueryDataSourceSpec{
  projectId: String.t(),
  querySpec: GoogleApi.Sheets.V4.Model.BigQueryQuerySpec.t(),
  tableSpec: GoogleApi.Sheets.V4.Model.BigQueryTableSpec.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.