Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::FileValidationReport (v0.2.2)

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

#file_errors=

def file_errors=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Parameter
Returns

#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

#row_errors=

def row_errors=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportRowError>
Parameter
Returns