Class: Google::Apis::HealthcareV1alpha2::ImportDicomDataErrorDetails

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



1565
1566
1567
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 1565

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

Instance Attribute Details

#sample_errorsArray<Google::Apis::HealthcareV1alpha2::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



1563
1564
1565
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 1563

def sample_errors
  @sample_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1570
1571
1572
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 1570

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