View Source GoogleApi.Sheets.V4.Model.BigQueryDataSourceSpec (google_api_sheets v0.34.0)
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 Google Cloud 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.BigQueryDataSourceSpec{ projectId: String.t() | nil, querySpec: GoogleApi.Sheets.V4.Model.BigQueryQuerySpec.t() | nil, tableSpec: GoogleApi.Sheets.V4.Model.BigQueryTableSpec.t() | nil }