public interface ImportRowErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportError |
getErrors(int index)
The list of errors detected in the row.
|
int |
getErrorsCount()
The list of errors detected in the row.
|
List<ImportError> |
getErrorsList()
The list of errors detected in the row.
|
ImportErrorOrBuilder |
getErrorsOrBuilder(int index)
The list of errors detected in the row.
|
List<? extends ImportErrorOrBuilder> |
getErrorsOrBuilderList()
The list of errors detected in the row.
|
int |
getRowNumber()
Deprecated.
google.cloud.migrationcenter.v1.ImportRowError.row_number is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=3572
|
String |
getVmName()
The name of the VM in the row.
|
com.google.protobuf.ByteString |
getVmNameBytes()
The name of the VM in the row.
|
String |
getVmUuid()
The VM UUID.
|
com.google.protobuf.ByteString |
getVmUuidBytes()
The VM UUID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated int getRowNumber()
The row number where the error was detected.
int32 row_number = 1 [deprecated = true];String getVmName()
The name of the VM in the row.
string vm_name = 2;com.google.protobuf.ByteString getVmNameBytes()
The name of the VM in the row.
string vm_name = 2;String getVmUuid()
The VM UUID.
string vm_uuid = 3;com.google.protobuf.ByteString getVmUuidBytes()
The VM UUID.
string vm_uuid = 3;List<ImportError> getErrorsList()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;ImportError getErrors(int index)
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;int getErrorsCount()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;List<? extends ImportErrorOrBuilder> getErrorsOrBuilderList()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;ImportErrorOrBuilder getErrorsOrBuilder(int index)
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;Copyright © 2024 Google LLC. All rights reserved.