ProjectsLocationsDatasetsFhirStoresResource class

Constructors

ProjectsLocationsDatasetsFhirStoresResource(ApiRequester client)

Properties

fhir ProjectsLocationsDatasetsFhirStoresFhirResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(FhirStore request, String parent, {String? fhirStoreId, String? $fields}) Future<FhirStore>
Creates a new FHIR store within the parent dataset.
deidentify(DeidentifyFhirStoreRequest request, String sourceStore, {String? $fields}) Future<Operation>
De-identifies data from the source store and writes it to the destination store.
delete(String name, {String? $fields}) Future<Empty>
Deletes the specified FHIR store and removes all resources within it.
export(ExportResourcesRequest request, String name, {String? $fields}) Future<Operation>
Export resources from the FHIR store to the specified destination.
get(String name, {String? $fields}) Future<FhirStore>
Gets the configuration of the specified FHIR store.
getFHIRStoreMetrics(String name, {String? $fields}) Future<FhirStoreMetrics>
Gets metrics associated with the FHIR store.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
import(ImportResourcesRequest request, String name, {String? $fields}) Future<Operation>
Imports resources to the FHIR store by loading data from the specified sources.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListFhirStoresResponse>
Lists the FHIR stores in the given dataset.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(FhirStore request, String name, {String? updateMask, String? $fields}) Future<FhirStore>
Updates the configuration of the specified FHIR store.
rollback(RollbackFhirResourcesRequest request, String name, {String? $fields}) Future<Operation>
Rolls back resources from the FHIR store to the specified time.
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