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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/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.



3303
3304
3305
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3303

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



3301
3302
3303
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3301

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3308
3309
3310
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3308

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