Class: Google::Apis::HealthcareV1beta1::ExportAnnotationsRequest

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 Annotations. The export operation is not atomic. If a failure occurs, any annotations already exported are not removed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportAnnotationsRequest

Returns a new instance of ExportAnnotationsRequest.



1618
1619
1620
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1618

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

Instance Attribute Details

#bigquery_destinationGoogle::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination

The BigQuery table for export. Corresponds to the JSON property bigqueryDestination



1611
1612
1613
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1611

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsDestination

The Cloud Storage location for export. Corresponds to the JSON property gcsDestination



1616
1617
1618
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1616

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1623
1624
1625
1626
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1623

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