Class: Google::Cloud::MigrationCenter::V1::FileValidationReport
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::FileValidationReport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A resource that aggregates the validation errors found in an import job file.
Instance Attribute Summary collapse
-
#file_errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
List of file level errors.
-
#file_name ⇒ ::String
The name of the file.
-
#partial_report ⇒ ::Boolean
Flag indicating that processing was aborted due to maximum number of errors.
-
#row_errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>
Partial list of rows that encountered validation error.
Instance Attribute Details
#file_errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Returns List of file level errors.
3146 3147 3148 3149 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3146 class FileValidationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_name ⇒ ::String
Returns The name of the file.
3146 3147 3148 3149 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3146 class FileValidationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_report ⇒ ::Boolean
Returns Flag indicating that processing was aborted due to maximum number of errors.
3146 3147 3148 3149 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3146 class FileValidationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>
Returns Partial list of rows that encountered validation error.
3146 3147 3148 3149 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3146 class FileValidationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |