Class: Google::Apis::HealthcareV1beta1::ExportResourcesRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb

Overview

Request to export resources.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ExportResourcesRequest

Returns a new instance of ExportResourcesRequest.



784
785
786
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 784

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_destinationGoogle::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirBigQueryDestination

The configuration for exporting to BigQuery. Corresponds to the JSON property bigqueryDestination



777
778
779
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 777

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirRestGcsDestination

The configuration for exporting to Cloud Storage. Corresponds to the JSON property gcsDestination



782
783
784
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 782

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



789
790
791
792
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 789

def update!(**args)
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end