gcsDestination property

GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination
getter/setter pair

The Cloud Storage output destination.

The Healthcare Service Agent account requires the roles/storage.objectAdmin role on the Cloud Storage location. The deleted resources outputs are organized by FHIR resource types. The server creates one or more objects per resource type. Each object contains newline delimited strings in the format {resourceType}/{resourceId}.

Optional.

Implementation

GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination;