public sealed class ValidationReport : IMessage<ValidationReport>, IEquatable<ValidationReport>, IDeepCloneable<ValidationReport>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ValidationReport.
A resource that aggregates errors across import job files.
Implements
IMessageValidationReport, IEquatableValidationReport, IDeepCloneableValidationReport, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ValidationReport()
public ValidationReport()ValidationReport(ValidationReport)
public ValidationReport(ValidationReport other)| Parameter | |
|---|---|
| Name | Description |
other |
ValidationReport |
Properties
FileValidations
public RepeatedField<FileValidationReport> FileValidations { get; }List of errors found in files.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFileValidationReport |
|
JobErrors
public RepeatedField<ImportError> JobErrors { get; }List of job level errors.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldImportError |
|