GoogleApi.HealthCare.V1.Model.ExportResourcesRequest (google_api_health_care v0.33.3) View Source
Request to export resources.
Attributes
-
bigqueryDestination
(type:GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirBigQueryDestination.t
, default:nil
) - The BigQuery output destination. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location:roles/bigquery.dataEditor
androles/bigquery.jobUser
. The output is one BigQuery table per resource type. -
gcsDestination
(type:GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirGcsDestination.t
, default:nil
) - The Cloud Storage output destination. The Healthcare Service Agent account requires theroles/storage.objectAdmin
role on the Cloud Storage location. The exported outputs are organized by FHIR resource types. The server creates one object per resource type. Each object contains newline delimited JSON, and each line is a FHIR resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1.Model.ExportResourcesRequest{ bigqueryDestination: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirBigQueryDestination.t() | nil, gcsDestination: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirGcsDestination.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.