ProjectsLocationsDatasetsResource class

Constructors

ProjectsLocationsDatasetsResource(ApiRequester client)

Methods

create(Dataset request, String parent, {String? datasetId, String? $fields}) Future<Operation>
Creates a new health dataset.
deidentify(DeidentifyDatasetRequest request, String sourceDataset, {String? $fields}) Future<Operation>
Creates a new dataset containing de-identified data from the source dataset.
delete(String name, {String? $fields}) Future<Empty>
Deletes the specified health dataset and all data contained in the dataset.
get(String name, {String? $fields}) Future<Dataset>
Gets any metadata associated with a dataset.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListDatasetsResponse>
Lists the health datasets in the current project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Dataset request, String name, {String? updateMask, String? $fields}) Future<Dataset>
Updates dataset metadata.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited

Operators

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