Class PubsubLocation

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

    public final class PubsubLocation
    extends com.google.protobuf.GeneratedMessageV3
    implements PubsubLocationOrBuilder
     Identifies a pubsub location to use for transferring data into or
     out of a streaming Dataflow job.
     
    Protobuf type google.dataflow.v1beta3.PubsubLocation
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PubsubLocation.Builder
      Identifies a pubsub location to use for transferring data into or out of a streaming Dataflow job.
      • 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
    • Field Detail

      • SUBSCRIPTION_FIELD_NUMBER

        public static final int SUBSCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIMESTAMP_LABEL_FIELD_NUMBER

        public static final int TIMESTAMP_LABEL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DROP_LATE_DATA_FIELD_NUMBER

        public static final int DROP_LATE_DATA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRACKING_SUBSCRIPTION_FIELD_NUMBER

        public static final int TRACKING_SUBSCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • WITH_ATTRIBUTES_FIELD_NUMBER

        public static final int WITH_ATTRIBUTES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • 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
      • getTopic

        public String getTopic()
         A pubsub topic, in the form of
         "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
         
        string topic = 1;
        Specified by:
        getTopic in interface PubsubLocationOrBuilder
        Returns:
        The topic.
      • getTopicBytes

        public com.google.protobuf.ByteString getTopicBytes()
         A pubsub topic, in the form of
         "pubsub.googleapis.com/topics/<project-id>/<topic-name>"
         
        string topic = 1;
        Specified by:
        getTopicBytes in interface PubsubLocationOrBuilder
        Returns:
        The bytes for topic.
      • getSubscription

        public String getSubscription()
         A pubsub subscription, in the form of
         "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
         
        string subscription = 2;
        Specified by:
        getSubscription in interface PubsubLocationOrBuilder
        Returns:
        The subscription.
      • getSubscriptionBytes

        public com.google.protobuf.ByteString getSubscriptionBytes()
         A pubsub subscription, in the form of
         "pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
         
        string subscription = 2;
        Specified by:
        getSubscriptionBytes in interface PubsubLocationOrBuilder
        Returns:
        The bytes for subscription.
      • getTimestampLabel

        public String getTimestampLabel()
         If set, contains a pubsub label from which to extract record timestamps.
         If left empty, record timestamps will be generated upon arrival.
         
        string timestamp_label = 3;
        Specified by:
        getTimestampLabel in interface PubsubLocationOrBuilder
        Returns:
        The timestampLabel.
      • getTimestampLabelBytes

        public com.google.protobuf.ByteString getTimestampLabelBytes()
         If set, contains a pubsub label from which to extract record timestamps.
         If left empty, record timestamps will be generated upon arrival.
         
        string timestamp_label = 3;
        Specified by:
        getTimestampLabelBytes in interface PubsubLocationOrBuilder
        Returns:
        The bytes for timestampLabel.
      • getIdLabel

        public String getIdLabel()
         If set, contains a pubsub label from which to extract record ids.
         If left empty, record deduplication will be strictly best effort.
         
        string id_label = 4;
        Specified by:
        getIdLabel in interface PubsubLocationOrBuilder
        Returns:
        The idLabel.
      • getIdLabelBytes

        public com.google.protobuf.ByteString getIdLabelBytes()
         If set, contains a pubsub label from which to extract record ids.
         If left empty, record deduplication will be strictly best effort.
         
        string id_label = 4;
        Specified by:
        getIdLabelBytes in interface PubsubLocationOrBuilder
        Returns:
        The bytes for idLabel.
      • getDropLateData

        public boolean getDropLateData()
         Indicates whether the pipeline allows late-arriving data.
         
        bool drop_late_data = 5;
        Specified by:
        getDropLateData in interface PubsubLocationOrBuilder
        Returns:
        The dropLateData.
      • getTrackingSubscription

        public String getTrackingSubscription()
         If set, specifies the pubsub subscription that will be used for tracking
         custom time timestamps for watermark estimation.
         
        string tracking_subscription = 6;
        Specified by:
        getTrackingSubscription in interface PubsubLocationOrBuilder
        Returns:
        The trackingSubscription.
      • getTrackingSubscriptionBytes

        public com.google.protobuf.ByteString getTrackingSubscriptionBytes()
         If set, specifies the pubsub subscription that will be used for tracking
         custom time timestamps for watermark estimation.
         
        string tracking_subscription = 6;
        Specified by:
        getTrackingSubscriptionBytes in interface PubsubLocationOrBuilder
        Returns:
        The bytes for trackingSubscription.
      • getWithAttributes

        public boolean getWithAttributes()
         If true, then the client has requested to get pubsub attributes.
         
        bool with_attributes = 7;
        Specified by:
        getWithAttributes in interface PubsubLocationOrBuilder
        Returns:
        The withAttributes.
      • 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 PubsubLocation parseFrom​(ByteBuffer data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static PubsubLocation getDefaultInstance()
      • parser

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

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