public final class ImportRowError extends com.google.protobuf.GeneratedMessageV3 implements ImportRowErrorOrBuilder
A resource that reports the import job errors at row level.Protobuf type
google.cloud.migrationcenter.v1.ImportRowError| Modifier and Type | Class and Description |
|---|---|
static class |
ImportRowError.Builder
A resource that reports the import job errors at row level.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ERRORS_FIELD_NUMBER |
static int |
ROW_NUMBER_FIELD_NUMBER |
static int |
VM_NAME_FIELD_NUMBER |
static int |
VM_UUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ImportRowError |
getDefaultInstance() |
ImportRowError |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<ImportRowError> |
getParserForType() |
int |
getRowNumber()
Deprecated.
google.cloud.migrationcenter.v1.ImportRowError.row_number is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=3572
|
int |
getSerializedSize() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ImportRowError.Builder |
newBuilder() |
static ImportRowError.Builder |
newBuilder(ImportRowError prototype) |
ImportRowError.Builder |
newBuilderForType() |
protected ImportRowError.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ImportRowError |
parseDelimitedFrom(InputStream input) |
static ImportRowError |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRowError |
parseFrom(byte[] data) |
static ImportRowError |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRowError |
parseFrom(ByteBuffer data) |
static ImportRowError |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRowError |
parseFrom(com.google.protobuf.ByteString data) |
static ImportRowError |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRowError |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportRowError |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRowError |
parseFrom(InputStream input) |
static ImportRowError |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ImportRowError> |
parser() |
ImportRowError.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ROW_NUMBER_FIELD_NUMBER
public static final int VM_NAME_FIELD_NUMBER
public static final int VM_UUID_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3@Deprecated public int getRowNumber()
The row number where the error was detected.
int32 row_number = 1 [deprecated = true];getRowNumber in interface ImportRowErrorOrBuilderpublic String getVmName()
The name of the VM in the row.
string vm_name = 2;getVmName in interface ImportRowErrorOrBuilderpublic com.google.protobuf.ByteString getVmNameBytes()
The name of the VM in the row.
string vm_name = 2;getVmNameBytes in interface ImportRowErrorOrBuilderpublic String getVmUuid()
The VM UUID.
string vm_uuid = 3;getVmUuid in interface ImportRowErrorOrBuilderpublic com.google.protobuf.ByteString getVmUuidBytes()
The VM UUID.
string vm_uuid = 3;getVmUuidBytes in interface ImportRowErrorOrBuilderpublic List<ImportError> getErrorsList()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;getErrorsList in interface ImportRowErrorOrBuilderpublic List<? extends ImportErrorOrBuilder> getErrorsOrBuilderList()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;getErrorsOrBuilderList in interface ImportRowErrorOrBuilderpublic int getErrorsCount()
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;getErrorsCount in interface ImportRowErrorOrBuilderpublic ImportError getErrors(int index)
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;getErrors in interface ImportRowErrorOrBuilderpublic ImportErrorOrBuilder getErrorsOrBuilder(int index)
The list of errors detected in the row.
repeated .google.cloud.migrationcenter.v1.ImportError errors = 4;getErrorsOrBuilder in interface ImportRowErrorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ImportRowError parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRowError parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRowError parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRowError parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRowError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRowError parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRowError parseFrom(InputStream input) throws IOException
IOExceptionpublic static ImportRowError parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImportRowError parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ImportRowError parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImportRowError parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ImportRowError parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ImportRowError.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ImportRowError.Builder newBuilder()
public static ImportRowError.Builder newBuilder(ImportRowError prototype)
public ImportRowError.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ImportRowError.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ImportRowError getDefaultInstance()
public static com.google.protobuf.Parser<ImportRowError> parser()
public com.google.protobuf.Parser<ImportRowError> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ImportRowError getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.