Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::FileValidationReport.
A resource that aggregates the validation errors found in an import job file.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_errors
def file_errors() -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ImportError>) — List of file level errors.
#file_errors=
def file_errors=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::ImportError>) — List of file level errors.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ImportError>) — List of file level errors.
#file_name
def file_name() -> ::String
Returns
- (::String) — The name of the file.
#file_name=
def file_name=(value) -> ::String
Parameter
- value (::String) — The name of the file.
Returns
- (::String) — The name of the file.
#partial_report
def partial_report() -> ::Boolean
Returns
- (::Boolean) — Flag indicating that processing was aborted due to maximum number of errors.
#partial_report=
def partial_report=(value) -> ::Boolean
Parameter
- value (::Boolean) — Flag indicating that processing was aborted due to maximum number of errors.
Returns
- (::Boolean) — Flag indicating that processing was aborted due to maximum number of errors.
#row_errors
def row_errors() -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>) — Partial list of rows that encountered validation error.
#row_errors=
def row_errors=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>) — Partial list of rows that encountered validation error.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>) — Partial list of rows that encountered validation error.