google_api_health_care v0.15.0 GoogleApi.HealthCare.V1beta1.Model.ExportResourcesRequest View Source
Request to export resources.
Attributes
bigqueryDestination
(type:GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirBigQueryDestination.t
, default:nil
) - The BigQuery output destination.The BigQuery location requires two IAM roles:
roles/bigquery.dataEditor
androles/bigquery.jobUser
.The output will be one BigQuery table per resource type.
gcsDestination
(type:GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirRestGcsDestination.t
, default:nil
) - The Cloud Storage output destination.The Cloud Storage location requires the
roles/storage.objectAdmin
Cloud IAM role.The exported outputs are organized by FHIR resource types. The server will create 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.V1beta1.Model.ExportResourcesRequest{ bigqueryDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirBigQueryDestination.t(), gcsDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirRestGcsDestination.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.