View Source GoogleApi.HealthCare.V1beta1.Model.ExportAnnotationsRequest (google_api_health_care v0.56.4)
Request to export Annotations. The export operation is not atomic. If a failure occurs, any annotations already exported are not removed.
Attributes
-
bigqueryDestination(type:GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.t, default:nil) - The BigQuery output destination, which requires two IAM roles:roles/bigquery.dataEditorandroles/bigquery.jobUser. -
gcsDestination(type:GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationGcsDestination.t, default:nil) - The Cloud Storage destination, which requires theroles/storage.objectAdminCloud IAM role.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ExportAnnotationsRequest{ bigqueryDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.t() | nil, gcsDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationGcsDestination.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.