public final class EntityIssue extends com.google.protobuf.GeneratedMessageV3 implements EntityIssueOrBuilder
Issue related to the entity.Protobuf type
google.cloud.clouddms.v1.EntityIssue| Modifier and Type | Class and Description |
|---|---|
static class |
EntityIssue.Builder
Issue related to the entity.
|
static class |
EntityIssue.IssueSeverity
Severity of issue.
|
static class |
EntityIssue.IssueType
Type of issue.
|
static class |
EntityIssue.Position
Issue position.
|
static interface |
EntityIssue.PositionOrBuilder |
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 |
CODE_FIELD_NUMBER |
static int |
DDL_FIELD_NUMBER |
static int |
ENTITY_TYPE_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
POSITION_FIELD_NUMBER |
static int |
SEVERITY_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Error/Warning code
|
com.google.protobuf.ByteString |
getCodeBytes()
Error/Warning code
|
String |
getDdl()
The ddl which caused the issue, if relevant.
|
com.google.protobuf.ByteString |
getDdlBytes()
The ddl which caused the issue, if relevant.
|
static EntityIssue |
getDefaultInstance() |
EntityIssue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DatabaseEntityType |
getEntityType()
The entity type (if the DDL is for a sub entity).
|
int |
getEntityTypeValue()
The entity type (if the DDL is for a sub entity).
|
String |
getId()
Unique Issue ID.
|
com.google.protobuf.ByteString |
getIdBytes()
Unique Issue ID.
|
String |
getMessage()
Issue detailed message
|
com.google.protobuf.ByteString |
getMessageBytes()
Issue detailed message
|
com.google.protobuf.Parser<EntityIssue> |
getParserForType() |
EntityIssue.Position |
getPosition()
The position of the issue found, if relevant.
|
EntityIssue.PositionOrBuilder |
getPositionOrBuilder()
The position of the issue found, if relevant.
|
int |
getSerializedSize() |
EntityIssue.IssueSeverity |
getSeverity()
Severity of the issue
|
int |
getSeverityValue()
Severity of the issue
|
EntityIssue.IssueType |
getType()
The type of the issue.
|
int |
getTypeValue()
The type of the issue.
|
boolean |
hasDdl()
The ddl which caused the issue, if relevant.
|
int |
hashCode() |
boolean |
hasPosition()
The position of the issue found, if relevant.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EntityIssue.Builder |
newBuilder() |
static EntityIssue.Builder |
newBuilder(EntityIssue prototype) |
EntityIssue.Builder |
newBuilderForType() |
protected EntityIssue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static EntityIssue |
parseDelimitedFrom(InputStream input) |
static EntityIssue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityIssue |
parseFrom(byte[] data) |
static EntityIssue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityIssue |
parseFrom(ByteBuffer data) |
static EntityIssue |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityIssue |
parseFrom(com.google.protobuf.ByteString data) |
static EntityIssue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityIssue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EntityIssue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntityIssue |
parseFrom(InputStream input) |
static EntityIssue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EntityIssue> |
parser() |
EntityIssue.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 ID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
public static final int DDL_FIELD_NUMBER
public static final int POSITION_FIELD_NUMBER
public static final int ENTITY_TYPE_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.GeneratedMessageV3public String getId()
Unique Issue ID.
string id = 1;getId in interface EntityIssueOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Unique Issue ID.
string id = 1;getIdBytes in interface EntityIssueOrBuilderpublic int getTypeValue()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;getTypeValue in interface EntityIssueOrBuilderpublic EntityIssue.IssueType getType()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;getType in interface EntityIssueOrBuilderpublic int getSeverityValue()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;getSeverityValue in interface EntityIssueOrBuilderpublic EntityIssue.IssueSeverity getSeverity()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;getSeverity in interface EntityIssueOrBuilderpublic String getMessage()
Issue detailed message
string message = 4;getMessage in interface EntityIssueOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
Issue detailed message
string message = 4;getMessageBytes in interface EntityIssueOrBuilderpublic String getCode()
Error/Warning code
string code = 5;getCode in interface EntityIssueOrBuilderpublic com.google.protobuf.ByteString getCodeBytes()
Error/Warning code
string code = 5;getCodeBytes in interface EntityIssueOrBuilderpublic boolean hasDdl()
The ddl which caused the issue, if relevant.
optional string ddl = 6;hasDdl in interface EntityIssueOrBuilderpublic String getDdl()
The ddl which caused the issue, if relevant.
optional string ddl = 6;getDdl in interface EntityIssueOrBuilderpublic com.google.protobuf.ByteString getDdlBytes()
The ddl which caused the issue, if relevant.
optional string ddl = 6;getDdlBytes in interface EntityIssueOrBuilderpublic boolean hasPosition()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;hasPosition in interface EntityIssueOrBuilderpublic EntityIssue.Position getPosition()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;getPosition in interface EntityIssueOrBuilderpublic EntityIssue.PositionOrBuilder getPositionOrBuilder()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;getPositionOrBuilder in interface EntityIssueOrBuilderpublic int getEntityTypeValue()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;getEntityTypeValue in interface EntityIssueOrBuilderpublic DatabaseEntityType getEntityType()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;getEntityType in interface EntityIssueOrBuilderpublic 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 EntityIssue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EntityIssue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EntityIssue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EntityIssue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EntityIssue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EntityIssue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EntityIssue parseFrom(InputStream input) throws IOException
IOExceptionpublic static EntityIssue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EntityIssue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EntityIssue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EntityIssue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EntityIssue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EntityIssue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EntityIssue.Builder newBuilder()
public static EntityIssue.Builder newBuilder(EntityIssue prototype)
public EntityIssue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EntityIssue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EntityIssue getDefaultInstance()
public static com.google.protobuf.Parser<EntityIssue> parser()
public com.google.protobuf.Parser<EntityIssue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EntityIssue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.