google_api_health_care v0.8.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.dataEditorandroles/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.objectAdminCloud 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
t()
View Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.ExportResourcesRequest{
bigqueryDestination:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirBigQueryDestination.t(),
gcsDestination:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirRestGcsDestination.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.