Class: Google::Apis::HealthcareV1beta1::ImportDicomDataErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ImportDicomDataErrorDetails
- 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
-
#initialize(**args) ⇒ ImportDicomDataErrorDetails
constructor
A new instance of ImportDicomDataErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImportDicomDataErrorDetails
Returns a new instance of ImportDicomDataErrorDetails
1269 1270 1271 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1269 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sample_errors ⇒ Array<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
1267 1268 1269 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1267 def sample_errors @sample_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1274 1275 1276 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1274 def update!(**args) @sample_errors = args[:sample_errors] if args.key?(:sample_errors) end |