View Source GoogleApi.Sheets.V4.Model.RefreshDataSourceRequest (google_api_sheets v0.34.0)
Refreshes one or multiple data source objects in the spreadsheet by the specified references. The request requires an additional bigquery.readonly
OAuth scope if you are refreshing a BigQuery data source. If there are multiple refresh requests referencing the same data source objects in one batch, only the last refresh request is processed, and all those requests will have the same response accordingly.
Attributes
-
dataSourceId
(type:String.t
, default:nil
) - Reference to a DataSource. If specified, refreshes all associated data source objects for the data source. -
force
(type:boolean()
, default:nil
) - Refreshes the data source objects regardless of the current state. If not set and a referenced data source object was in error state, the refresh will fail immediately. -
isAll
(type:boolean()
, default:nil
) - Refreshes all existing data source objects in the spreadsheet. -
references
(type:GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t
, default:nil
) - References to data source objects to refresh.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.RefreshDataSourceRequest{ dataSourceId: String.t() | nil, force: boolean() | nil, isAll: boolean() | nil, references: GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t() | nil }