Class EntityDdl

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

    public final class EntityDdl
    extends com.google.protobuf.GeneratedMessageV3
    implements EntityDdlOrBuilder
     A single DDL statement for a specific entity
     
    Protobuf type google.cloud.clouddms.v1.EntityDdl
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EntityDdl.Builder
      A single DDL statement for a specific entity
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • 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
      • getDdlType

        public String getDdlType()
         Type of DDL (Create, Alter).
         
        string ddl_type = 1;
        Specified by:
        getDdlType in interface EntityDdlOrBuilder
        Returns:
        The ddlType.
      • getDdlTypeBytes

        public com.google.protobuf.ByteString getDdlTypeBytes()
         Type of DDL (Create, Alter).
         
        string ddl_type = 1;
        Specified by:
        getDdlTypeBytes in interface EntityDdlOrBuilder
        Returns:
        The bytes for ddlType.
      • getEntity

        public String getEntity()
         The name of the database entity the ddl refers to.
         
        string entity = 2;
        Specified by:
        getEntity in interface EntityDdlOrBuilder
        Returns:
        The entity.
      • getEntityBytes

        public com.google.protobuf.ByteString getEntityBytes()
         The name of the database entity the ddl refers to.
         
        string entity = 2;
        Specified by:
        getEntityBytes in interface EntityDdlOrBuilder
        Returns:
        The bytes for entity.
      • getDdlBytes

        public com.google.protobuf.ByteString getDdlBytes()
         The actual ddl code.
         
        string ddl = 3;
        Specified by:
        getDdlBytes in interface EntityDdlOrBuilder
        Returns:
        The bytes for ddl.
      • getEntityTypeValue

        public int getEntityTypeValue()
         The entity type (if the DDL is for a sub entity).
         
        .google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;
        Specified by:
        getEntityTypeValue in interface EntityDdlOrBuilder
        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 = 4;
        Specified by:
        getEntityType in interface EntityDdlOrBuilder
        Returns:
        The entityType.
      • getIssueIdList

        public com.google.protobuf.ProtocolStringList getIssueIdList()
         EntityIssues found for this ddl.
         
        repeated string issue_id = 100;
        Specified by:
        getIssueIdList in interface EntityDdlOrBuilder
        Returns:
        A list containing the issueId.
      • getIssueIdCount

        public int getIssueIdCount()
         EntityIssues found for this ddl.
         
        repeated string issue_id = 100;
        Specified by:
        getIssueIdCount in interface EntityDdlOrBuilder
        Returns:
        The count of issueId.
      • getIssueId

        public String getIssueId​(int index)
         EntityIssues found for this ddl.
         
        repeated string issue_id = 100;
        Specified by:
        getIssueId in interface EntityDdlOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The issueId at the given index.
      • getIssueIdBytes

        public com.google.protobuf.ByteString getIssueIdBytes​(int index)
         EntityIssues found for this ddl.
         
        repeated string issue_id = 100;
        Specified by:
        getIssueIdBytes in interface EntityDdlOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the issueId at the given index.
      • 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 EntityDdl parseFrom​(ByteBuffer data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static EntityDdl getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<EntityDdl> 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 EntityDdl getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder