Class: Google::Apis::HealthcareV1beta1::ImportAnnotationsRequest

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 import Annotations. The Annotations to be imported must have client- supplied resource names which indicate the annotation resource. The import operation is not atomic. If a failure occurs, any annotations already imported are not removed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImportAnnotationsRequest

Returns a new instance of ImportAnnotationsRequest.



3145
3146
3147
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 3145

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

Instance Attribute Details

#gcs_sourceGoogle::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsSource

Specifies the configuration for importing data from Cloud Storage. Corresponds to the JSON property gcsSource



3143
3144
3145
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 3143

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3150
3151
3152
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 3150

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