DatasetsResource class

Constructors

DatasetsResource(ApiRequester client)

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 projectId, String datasetId, {bool? deleteContents, String? $fields}) Future<void>
Deletes the dataset specified by the datasetId value.
get(String projectId, String datasetId, {String? datasetView, String? $fields}) Future<Dataset>
Returns the dataset specified by datasetID.
insert(Dataset request, String projectId, {String? $fields}) Future<Dataset>
Creates a new empty dataset.
list(String projectId, {bool? all, String? filter, int? maxResults, String? pageToken, String? $fields}) Future<DatasetList>
Lists all datasets in the specified project to which the user has been granted the READER dataset role.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Dataset request, String projectId, String datasetId, {String? $fields}) Future<Dataset>
Updates information in an existing dataset.
toString() String
A string representation of this object.
inherited
undelete(UndeleteDatasetRequest request, String projectId, String datasetId, {String? $fields}) Future<Dataset>
Undeletes a dataset which is within time travel window based on datasetId.
update(Dataset request, String projectId, String datasetId, {String? $fields}) Future<Dataset>
Updates information in an existing dataset.

Operators

operator ==(Object other) bool
The equality operator.
inherited