Class: Google::Apis::HealthcareV1beta1::ImportAnnotationsRequest
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ImportAnnotationsRequest
- 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
-
#gcs_source ⇒ Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsSource
Specifies the configuration for importing data from Cloud Storage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportAnnotationsRequest
constructor
A new instance of ImportAnnotationsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportAnnotationsRequest
Returns a new instance of ImportAnnotationsRequest.
4642 4643 4644 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4642 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_source ⇒ Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsSource
Specifies the configuration for importing data from Cloud Storage.
Corresponds to the JSON property gcsSource
4640 4641 4642 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4640 def gcs_source @gcs_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4647 4648 4649 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4647 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end |