Class: Google::Apis::HealthcareV1beta1::ImportDicomDataErrorDetails

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

Returns the errors encountered during DICOM store import.

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) ⇒ ImportDicomDataErrorDetails

Returns a new instance of ImportDicomDataErrorDetails.



1582
1583
1584
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1582

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

Instance Attribute Details

#sample_errorsArray<Google::Apis::HealthcareV1beta1::ErrorDetail>

Deprecated. Use only for debugging purposes. Contains sample errors encountered in imports of individual resources. For example, a Cloud Storage object. Corresponds to the JSON property sampleErrors



1580
1581
1582
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1580

def sample_errors
  @sample_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1587
1588
1589
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1587

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