UsersDataSourcesDatasetsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String userId, String dataSourceId, String datasetId, {String? $fields})
→ Future<void>
-
Performs an inclusive delete of all data points whose start and end times
have any overlap with the time range specified by the dataset ID.
-
get(String userId, String dataSourceId, String datasetId, {int? limit, String? pageToken, String? $fields})
→ Future<Dataset>
-
Returns a dataset containing all data points whose start and end times
overlap with the specified range of the dataset minimum start time and
maximum end time.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Dataset request, String userId, String dataSourceId, String datasetId, {String? $fields})
→ Future<Dataset>
-
Adds data points to a dataset.
-
toString()
→ String
-
A string representation of this object.
inherited