Migration Center v1 API - Class ValidationReport (1.0.0)

public sealed class ValidationReport : IMessage<ValidationReport>, IEquatable<ValidationReport>, IDeepCloneable<ValidationReport>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class ValidationReport.

A resource that aggregates errors across import job files.

Inheritance

object > ValidationReport

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ValidationReport()

public ValidationReport()

ValidationReport(ValidationReport)

public ValidationReport(ValidationReport other)
Parameter
NameDescription
otherValidationReport

Properties

FileValidations

public RepeatedField<FileValidationReport> FileValidations { get; }

List of errors found in files.

Property Value
TypeDescription
RepeatedFieldFileValidationReport

JobErrors

public RepeatedField<ImportError> JobErrors { get; }

List of job level errors.

Property Value
TypeDescription
RepeatedFieldImportError