public static final class EntityIssue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder> implements EntityIssueOrBuilder
Issue related to the entity.Protobuf type
google.cloud.clouddms.v1.EntityIssue| Modifier and Type | Method and Description |
|---|---|
EntityIssue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EntityIssue |
build() |
EntityIssue |
buildPartial() |
EntityIssue.Builder |
clear() |
EntityIssue.Builder |
clearCode()
Error/Warning code
|
EntityIssue.Builder |
clearDdl()
The ddl which caused the issue, if relevant.
|
EntityIssue.Builder |
clearEntityType()
The entity type (if the DDL is for a sub entity).
|
EntityIssue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EntityIssue.Builder |
clearId()
Unique Issue ID.
|
EntityIssue.Builder |
clearMessage()
Issue detailed message
|
EntityIssue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EntityIssue.Builder |
clearPosition()
The position of the issue found, if relevant.
|
EntityIssue.Builder |
clearSeverity()
Severity of the issue
|
EntityIssue.Builder |
clearType()
The type of the issue.
|
EntityIssue.Builder |
clone() |
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.
|
EntityIssue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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
|
EntityIssue.Position |
getPosition()
The position of the issue found, if relevant.
|
EntityIssue.Position.Builder |
getPositionBuilder()
The position of the issue found, if relevant.
|
EntityIssue.PositionOrBuilder |
getPositionOrBuilder()
The position of the issue found, if relevant.
|
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.
|
boolean |
hasPosition()
The position of the issue found, if relevant.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EntityIssue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EntityIssue.Builder |
mergeFrom(EntityIssue other) |
EntityIssue.Builder |
mergeFrom(com.google.protobuf.Message other) |
EntityIssue.Builder |
mergePosition(EntityIssue.Position value)
The position of the issue found, if relevant.
|
EntityIssue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EntityIssue.Builder |
setCode(String value)
Error/Warning code
|
EntityIssue.Builder |
setCodeBytes(com.google.protobuf.ByteString value)
Error/Warning code
|
EntityIssue.Builder |
setDdl(String value)
The ddl which caused the issue, if relevant.
|
EntityIssue.Builder |
setDdlBytes(com.google.protobuf.ByteString value)
The ddl which caused the issue, if relevant.
|
EntityIssue.Builder |
setEntityType(DatabaseEntityType value)
The entity type (if the DDL is for a sub entity).
|
EntityIssue.Builder |
setEntityTypeValue(int value)
The entity type (if the DDL is for a sub entity).
|
EntityIssue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EntityIssue.Builder |
setId(String value)
Unique Issue ID.
|
EntityIssue.Builder |
setIdBytes(com.google.protobuf.ByteString value)
Unique Issue ID.
|
EntityIssue.Builder |
setMessage(String value)
Issue detailed message
|
EntityIssue.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
Issue detailed message
|
EntityIssue.Builder |
setPosition(EntityIssue.Position.Builder builderForValue)
The position of the issue found, if relevant.
|
EntityIssue.Builder |
setPosition(EntityIssue.Position value)
The position of the issue found, if relevant.
|
EntityIssue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EntityIssue.Builder |
setSeverity(EntityIssue.IssueSeverity value)
Severity of the issue
|
EntityIssue.Builder |
setSeverityValue(int value)
Severity of the issue
|
EntityIssue.Builder |
setType(EntityIssue.IssueType value)
The type of the issue.
|
EntityIssue.Builder |
setTypeValue(int value)
The type of the issue.
|
EntityIssue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EntityIssue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EntityIssue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EntityIssue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EntityIssue.Builder>public EntityIssue.Builder mergeFrom(EntityIssue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public EntityIssue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EntityIssue.Builder>IOExceptionpublic 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 EntityIssue.Builder setId(String value)
Unique Issue ID.
string id = 1;value - The id to set.public EntityIssue.Builder clearId()
Unique Issue ID.
string id = 1;public EntityIssue.Builder setIdBytes(com.google.protobuf.ByteString value)
Unique Issue ID.
string id = 1;value - The bytes for id to set.public int getTypeValue()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;getTypeValue in interface EntityIssueOrBuilderpublic EntityIssue.Builder setTypeValue(int value)
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;value - The enum numeric value on the wire for type to set.public EntityIssue.IssueType getType()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;getType in interface EntityIssueOrBuilderpublic EntityIssue.Builder setType(EntityIssue.IssueType value)
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;value - The type to set.public EntityIssue.Builder clearType()
The type of the issue.
.google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;public int getSeverityValue()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;getSeverityValue in interface EntityIssueOrBuilderpublic EntityIssue.Builder setSeverityValue(int value)
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;value - The enum numeric value on the wire for severity to set.public EntityIssue.IssueSeverity getSeverity()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;getSeverity in interface EntityIssueOrBuilderpublic EntityIssue.Builder setSeverity(EntityIssue.IssueSeverity value)
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;value - The severity to set.public EntityIssue.Builder clearSeverity()
Severity of the issue
.google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;public 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 EntityIssue.Builder setMessage(String value)
Issue detailed message
string message = 4;value - The message to set.public EntityIssue.Builder clearMessage()
Issue detailed message
string message = 4;public EntityIssue.Builder setMessageBytes(com.google.protobuf.ByteString value)
Issue detailed message
string message = 4;value - The bytes for message to set.public 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 EntityIssue.Builder setCode(String value)
Error/Warning code
string code = 5;value - The code to set.public EntityIssue.Builder clearCode()
Error/Warning code
string code = 5;public EntityIssue.Builder setCodeBytes(com.google.protobuf.ByteString value)
Error/Warning code
string code = 5;value - The bytes for code to set.public 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 EntityIssue.Builder setDdl(String value)
The ddl which caused the issue, if relevant.
optional string ddl = 6;value - The ddl to set.public EntityIssue.Builder clearDdl()
The ddl which caused the issue, if relevant.
optional string ddl = 6;public EntityIssue.Builder setDdlBytes(com.google.protobuf.ByteString value)
The ddl which caused the issue, if relevant.
optional string ddl = 6;value - The bytes for ddl to set.public 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.Builder setPosition(EntityIssue.Position value)
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;public EntityIssue.Builder setPosition(EntityIssue.Position.Builder builderForValue)
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;public EntityIssue.Builder mergePosition(EntityIssue.Position value)
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;public EntityIssue.Builder clearPosition()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;public EntityIssue.Position.Builder getPositionBuilder()
The position of the issue found, if relevant.
optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;public 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 EntityIssue.Builder setEntityTypeValue(int value)
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;value - The enum numeric value on the wire for entityType to set.public 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 EntityIssue.Builder setEntityType(DatabaseEntityType value)
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;value - The entityType to set.public EntityIssue.Builder clearEntityType()
The entity type (if the DDL is for a sub entity).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;public final EntityIssue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>public final EntityIssue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityIssue.Builder>Copyright © 2024 Google LLC. All rights reserved.