Class Connector

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

    public final class Connector
    extends com.google.protobuf.GeneratedMessageV3
    implements ConnectorOrBuilder
    Protobuf type hstream.server.Connector
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Connector.Builder
      Protobuf type hstream.server.Connector
      • 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
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Specified by:
        getNameBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for name.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
        string type = 2;
        Specified by:
        getTypeBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for type.
      • getTargetBytes

        public com.google.protobuf.ByteString getTargetBytes()
        string target = 3;
        Specified by:
        getTargetBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for target.
      • hasCreationTime

        public boolean hasCreationTime()
        .google.protobuf.Timestamp creationTime = 4;
        Specified by:
        hasCreationTime in interface ConnectorOrBuilder
        Returns:
        Whether the creationTime field is set.
      • getCreationTime

        public com.google.protobuf.Timestamp getCreationTime()
        .google.protobuf.Timestamp creationTime = 4;
        Specified by:
        getCreationTime in interface ConnectorOrBuilder
        Returns:
        The creationTime.
      • getCreationTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
        .google.protobuf.Timestamp creationTime = 4;
        Specified by:
        getCreationTimeOrBuilder in interface ConnectorOrBuilder
      • getStatusBytes

        public com.google.protobuf.ByteString getStatusBytes()
        string status = 5;
        Specified by:
        getStatusBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for status.
      • getConfigBytes

        public com.google.protobuf.ByteString getConfigBytes()
        string config = 6;
        Specified by:
        getConfigBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for config.
      • getOffsetsList

        public List<com.google.protobuf.Struct> getOffsetsList()
        repeated .google.protobuf.Struct offsets = 7;
        Specified by:
        getOffsetsList in interface ConnectorOrBuilder
      • getOffsetsOrBuilderList

        public List<? extends com.google.protobuf.StructOrBuilder> getOffsetsOrBuilderList()
        repeated .google.protobuf.Struct offsets = 7;
        Specified by:
        getOffsetsOrBuilderList in interface ConnectorOrBuilder
      • getOffsets

        public com.google.protobuf.Struct getOffsets​(int index)
        repeated .google.protobuf.Struct offsets = 7;
        Specified by:
        getOffsets in interface ConnectorOrBuilder
      • getOffsetsOrBuilder

        public com.google.protobuf.StructOrBuilder getOffsetsOrBuilder​(int index)
        repeated .google.protobuf.Struct offsets = 7;
        Specified by:
        getOffsetsOrBuilder in interface ConnectorOrBuilder
      • getTaskIdBytes

        public com.google.protobuf.ByteString getTaskIdBytes()
        string taskId = 8;
        Specified by:
        getTaskIdBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for taskId.
      • getNodeBytes

        public com.google.protobuf.ByteString getNodeBytes()
        string node = 9;
        Specified by:
        getNodeBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for node.
      • getDockerStatusBytes

        public com.google.protobuf.ByteString getDockerStatusBytes()
        string dockerStatus = 10;
        Specified by:
        getDockerStatusBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for dockerStatus.
      • getImageBytes

        public com.google.protobuf.ByteString getImageBytes()
        string image = 11;
        Specified by:
        getImageBytes in interface ConnectorOrBuilder
        Returns:
        The bytes for image.
      • 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 Connector parseFrom​(ByteBuffer data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static Connector getDefaultInstance()
      • parser

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

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