Class EntityIssue

  • All Implemented Interfaces:
    EntityIssueOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class EntityIssue
    extends com.google.protobuf.GeneratedMessageV3
    implements EntityIssueOrBuilder
     Issue related to the entity.
     
    Protobuf type google.cloud.clouddms.v1.EntityIssue
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         Unique Issue ID.
         
        string id = 1;
        Specified by:
        getIdBytes in interface EntityIssueOrBuilder
        Returns:
        The bytes for id.
      • getTypeValue

        public int getTypeValue()
         The type of the issue.
         
        .google.cloud.clouddms.v1.EntityIssue.IssueType type = 2;
        Specified by:
        getTypeValue in interface EntityIssueOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • getSeverityValue

        public int getSeverityValue()
         Severity of the issue
         
        .google.cloud.clouddms.v1.EntityIssue.IssueSeverity severity = 3;
        Specified by:
        getSeverityValue in interface EntityIssueOrBuilder
        Returns:
        The enum numeric value on the wire for severity.
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         Issue detailed message
         
        string message = 4;
        Specified by:
        getMessageBytes in interface EntityIssueOrBuilder
        Returns:
        The bytes for message.
      • getCodeBytes

        public com.google.protobuf.ByteString getCodeBytes()
         Error/Warning code
         
        string code = 5;
        Specified by:
        getCodeBytes in interface EntityIssueOrBuilder
        Returns:
        The bytes for code.
      • hasDdl

        public boolean hasDdl()
         The ddl which caused the issue, if relevant.
         
        optional string ddl = 6;
        Specified by:
        hasDdl in interface EntityIssueOrBuilder
        Returns:
        Whether the ddl field is set.
      • getDdl

        public String getDdl()
         The ddl which caused the issue, if relevant.
         
        optional string ddl = 6;
        Specified by:
        getDdl in interface EntityIssueOrBuilder
        Returns:
        The ddl.
      • getDdlBytes

        public com.google.protobuf.ByteString getDdlBytes()
         The ddl which caused the issue, if relevant.
         
        optional string ddl = 6;
        Specified by:
        getDdlBytes in interface EntityIssueOrBuilder
        Returns:
        The bytes for ddl.
      • hasPosition

        public boolean hasPosition()
         The position of the issue found, if relevant.
         
        optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;
        Specified by:
        hasPosition in interface EntityIssueOrBuilder
        Returns:
        Whether the position field is set.
      • getPosition

        public EntityIssue.Position getPosition()
         The position of the issue found, if relevant.
         
        optional .google.cloud.clouddms.v1.EntityIssue.Position position = 7;
        Specified by:
        getPosition in interface EntityIssueOrBuilder
        Returns:
        The position.
      • getEntityTypeValue

        public int getEntityTypeValue()
         The entity type (if the DDL is for a sub entity).
         
        .google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;
        Specified by:
        getEntityTypeValue in interface EntityIssueOrBuilder
        Returns:
        The enum numeric value on the wire for entityType.
      • getEntityType

        public DatabaseEntityType getEntityType()
         The entity type (if the DDL is for a sub entity).
         
        .google.cloud.clouddms.v1.DatabaseEntityType entity_type = 8;
        Specified by:
        getEntityType in interface EntityIssueOrBuilder
        Returns:
        The entityType.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static EntityIssue parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityIssue parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityIssue parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityIssue parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityIssue parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityIssue parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityIssue parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

        public EntityIssue.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public EntityIssue.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected EntityIssue.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static EntityIssue getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<EntityIssue> parser()
      • getParserForType

        public com.google.protobuf.Parser<EntityIssue> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public EntityIssue getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder