RefreshDataSourceRequest class
Refreshes one or multiple data source objects in the spreadsheet by the specified references.
The request requires an additional bigquery.readonly
OAuth scope. 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.
Constructors
- RefreshDataSourceRequest({String? dataSourceId, bool? force, bool? isAll, DataSourceObjectReferences? references})
- RefreshDataSourceRequest.fromJson(Map json_)
Properties
- dataSourceId ↔ String?
-
Reference to a DataSource.
getter/setter pair
- force ↔ bool?
-
Refreshes the data source objects regardless of the current state.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAll ↔ bool?
-
Refreshes all existing data source objects in the spreadsheet.
getter/setter pair
- references ↔ DataSourceObjectReferences?
-
References to data source objects to refresh.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited