Skip to content

Commit 0a17062

Browse files
1 parent ced13bf commit 0a17062

3 files changed

Lines changed: 124 additions & 90 deletions

File tree

src/CloudHealthcare/Resource/ProjectsLocationsDatasets.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public function create($parent, Dataset $postBody, $optParams = [])
7474
*
7575
* @param string $sourceDataset Required. Source dataset resource name. For
7676
* example,
77-
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.
77+
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. R5
78+
* FHIR stores are not supported and will be skipped.
7879
* @param DeidentifyDatasetRequest $postBody
7980
* @param array $optParams Optional parameters.
8081
* @return Operation

src/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ class ProjectsLocationsDatasetsFhirStores extends \Google\Service\Resource
6060
* instead of an Operation. No resources will be reindexed and the
6161
* `consent_config.enforced_admin_consents` field will be unchanged. To enforce
6262
* a consent check for data access, `consent_config.access_enforced` must be set
63-
* to true for the FhirStore. (fhirStores.applyAdminConsents)
63+
* to true for the FhirStore. FHIR Consent is not supported in DSTU2 or R5.
64+
* (fhirStores.applyAdminConsents)
6465
*
6566
* @param string $name Required. The name of the FHIR store to enforce, in the
6667
* format `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/f
@@ -89,7 +90,8 @@ public function applyAdminConsents($name, ApplyAdminConsentsRequest $postBody, $
8990
* [Viewing error logs in Cloud
9091
* Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). To
9192
* enforce consent check for data access, `consent_config.access_enforced` must
92-
* be set to true for the FhirStore. (fhirStores.applyConsents)
93+
* be set to true for the FhirStore. FHIR Consent is not supported in DSTU2 or
94+
* R5. (fhirStores.applyConsents)
9395
*
9496
* @param string $name Required. The name of the FHIR store to enforce, in the
9597
* format `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/f
@@ -205,7 +207,7 @@ public function create($parent, FhirStore $postBody, $optParams = [])
205207
*
206208
* @param string $sourceStore Required. Source FHIR store resource name. For
207209
* example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}
208-
* /fhirStores/{fhir_store_id}`.
210+
* /fhirStores/{fhir_store_id}`. R5 stores are not supported.
209211
* @param DeidentifyFhirStoreRequest $postBody
210212
* @param array $optParams Optional parameters.
211213
* @return Operation
@@ -234,7 +236,8 @@ public function delete($name, $optParams = [])
234236
}
235237
/**
236238
* Explains all the permitted/denied actor, purpose and environment for a given
237-
* resource. (fhirStores.explainDataAccess)
239+
* resource. FHIR Consent is not supported in DSTU2 or R5.
240+
* (fhirStores.explainDataAccess)
238241
*
239242
* @param string $name Required. The name of the FHIR store to enforce, in the
240243
* format `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/f

0 commit comments

Comments
 (0)