Class: Google::Cloud::MigrationCenter::V1::ValidationReport
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ValidationReport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A resource that aggregates errors across import job files.
Instance Attribute Summary collapse
-
#file_validations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>
List of errors found in files.
-
#job_errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
List of job level errors.
Instance Attribute Details
#file_validations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>
Returns List of errors found in files.
3158 3159 3160 3161 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3158 class ValidationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Returns List of job level errors.
3158 3159 3160 3161 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3158 class ValidationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |