ProjectsLocationsDatasetsResource class

Constructors

ProjectsLocationsDatasetsResource(ApiRequester client)

Properties

consentStores ProjectsLocationsDatasetsConsentStoresResource
no setter
dicomStores ProjectsLocationsDatasetsDicomStoresResource
no setter
fhirStores ProjectsLocationsDatasetsFhirStoresResource
no setter
hashCode int
The hash code for this object.
no setterinherited
hl7V2Stores ProjectsLocationsDatasetsHl7V2StoresResource
no setter
operations ProjectsLocationsDatasetsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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