Class: Google::Cloud::MigrationCenter::V1::FileValidationReport

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#file_errors::Array<::Google::Cloud::MigrationCenter::V1::ImportError>

Returns List of file level errors.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:



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