public sealed class ImportRowError : IMessage<ImportRowError>, IEquatable<ImportRowError>, IDeepCloneable<ImportRowError>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ImportRowError.
A resource that reports the import job errors at row level.
Implements
IMessageImportRowError, IEquatableImportRowError, IDeepCloneableImportRowError, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ImportRowError()
public ImportRowError()ImportRowError(ImportRowError)
public ImportRowError(ImportRowError other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportRowError |
Properties
Errors
public RepeatedField<ImportError> Errors { get; }The list of errors detected in the row.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldImportError |
|
RowNumber
[Obsolete]
public int RowNumber { get; set; }The row number where the error was detected.
| Property Value | |
|---|---|
| Type | Description |
int |
|
VmName
public string VmName { get; set; }The name of the VM in the row.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VmUuid
public string VmUuid { get; set; }The VM UUID.
| Property Value | |
|---|---|
| Type | Description |
string |
|