class Google::Apis::HealthcareV1::ExportResourcesRequest
Request to export resources.
Attributes
bigquery_destination[RW]
The configuration for exporting to BigQuery. Corresponds to the JSON property `bigqueryDestination` @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination]
gcs_destination[RW]
The configuration for exporting to Cloud Storage. Corresponds to the JSON property `gcsDestination` @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 1391 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/healthcare_v1/classes.rb, line 1396 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end