public final class ImportRowError extends GeneratedMessageV3 implements ImportRowErrorOrBuilder
A resource that reports the import job errors at row level.
Protobuf type google.cloud.migrationcenter.v1.ImportRowError
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ERRORS_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROW_NUMBER_FIELD_NUMBER
public static final int ROW_NUMBER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VM_NAME_FIELD_NUMBER
public static final int VM_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VM_UUID_FIELD_NUMBER
public static final int VM_UUID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ImportRowError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ImportRowError.Builder newBuilder()
newBuilder(ImportRowError prototype)
public static ImportRowError.Builder newBuilder(ImportRowError prototype)
public static ImportRowError parseDelimitedFrom(InputStream input)
public static ImportRowError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ImportRowError parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportRowError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ImportRowError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportRowError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportRowError parseFrom(CodedInputStream input)
public static ImportRowError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportRowError parseFrom(InputStream input)
public static ImportRowError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ImportRowError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportRowError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ImportRowError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ImportRowError getDefaultInstanceForType()
getErrors(int index)
public ImportError getErrors(int index)
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;
Parameter |
---|
Name | Description |
index | int
|
getErrorsCount()
public int getErrorsCount()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;
Returns |
---|
Type | Description |
int | |
getErrorsList()
public List<ImportError> getErrorsList()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;
getErrorsOrBuilder(int index)
public ImportErrorOrBuilder getErrorsOrBuilder(int index)
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;
Parameter |
---|
Name | Description |
index | int
|
getErrorsOrBuilderList()
public List<? extends ImportErrorOrBuilder> getErrorsOrBuilderList()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.ImportErrorOrBuilder> | |
getParserForType()
public Parser<ImportRowError> getParserForType()
Overrides
getRowNumber() (deprecated)
public int getRowNumber()
Deprecated. google.cloud.migrationcenter.v1.ImportRowError.row_number is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=3535
The row number where the error was detected.
int32 row_number = 1 [deprecated = true];
Returns |
---|
Type | Description |
int | The rowNumber.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getVmName()
public String getVmName()
The name of the VM in the row.
string vm_name = 2;
Returns |
---|
Type | Description |
String | The vmName.
|
getVmNameBytes()
public ByteString getVmNameBytes()
The name of the VM in the row.
string vm_name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for vmName.
|
getVmUuid()
public String getVmUuid()
The VM UUID.
string vm_uuid = 3;
Returns |
---|
Type | Description |
String | The vmUuid.
|
getVmUuidBytes()
public ByteString getVmUuidBytes()
The VM UUID.
string vm_uuid = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for vmUuid.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ImportRowError.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportRowError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ImportRowError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides