GoogleApi.HealthCare.V1beta1.Model.ExportAnnotationsRequest (google_api_health_care v0.40.0) View Source
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.
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.ExportAnnotationsRequest{
bigqueryDestination:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination.t()
| nil,
gcsDestination:
GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1AnnotationGcsDestination.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.