@@ -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