Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ValidationReport.
A resource that aggregates errors across import job files.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_validations
def file_validations() -> ::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>) — List of errors found in files.
#file_validations=
def file_validations=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>) — List of errors found in files.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::FileValidationReport>) — List of errors found in files.
#job_errors
def job_errors() -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ImportError>) — List of job level errors.
#job_errors=
def job_errors=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::ImportError>) — List of job level errors.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ImportError>) — List of job level errors.