Class StreamingSideInputLocation.Builder

    • Method Detail

      • 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.Builder<StreamingSideInputLocation.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
      • getDefaultInstanceForType

        public StreamingSideInputLocation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public StreamingSideInputLocation build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public StreamingSideInputLocation buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
      • mergeFrom

        public StreamingSideInputLocation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamingSideInputLocation.Builder>
        Throws:
        IOException
      • getTagBytes

        public com.google.protobuf.ByteString getTagBytes()
         Identifies the particular side input within the streaming Dataflow job.
         
        string tag = 1;
        Specified by:
        getTagBytes in interface StreamingSideInputLocationOrBuilder
        Returns:
        The bytes for tag.
      • setTag

        public StreamingSideInputLocation.Builder setTag​(String value)
         Identifies the particular side input within the streaming Dataflow job.
         
        string tag = 1;
        Parameters:
        value - The tag to set.
        Returns:
        This builder for chaining.
      • clearTag

        public StreamingSideInputLocation.Builder clearTag()
         Identifies the particular side input within the streaming Dataflow job.
         
        string tag = 1;
        Returns:
        This builder for chaining.
      • setTagBytes

        public StreamingSideInputLocation.Builder setTagBytes​(com.google.protobuf.ByteString value)
         Identifies the particular side input within the streaming Dataflow job.
         
        string tag = 1;
        Parameters:
        value - The bytes for tag to set.
        Returns:
        This builder for chaining.
      • getStateFamilyBytes

        public com.google.protobuf.ByteString getStateFamilyBytes()
         Identifies the state family where this side input is stored.
         
        string state_family = 2;
        Specified by:
        getStateFamilyBytes in interface StreamingSideInputLocationOrBuilder
        Returns:
        The bytes for stateFamily.
      • setStateFamily

        public StreamingSideInputLocation.Builder setStateFamily​(String value)
         Identifies the state family where this side input is stored.
         
        string state_family = 2;
        Parameters:
        value - The stateFamily to set.
        Returns:
        This builder for chaining.
      • clearStateFamily

        public StreamingSideInputLocation.Builder clearStateFamily()
         Identifies the state family where this side input is stored.
         
        string state_family = 2;
        Returns:
        This builder for chaining.
      • setStateFamilyBytes

        public StreamingSideInputLocation.Builder setStateFamilyBytes​(com.google.protobuf.ByteString value)
         Identifies the state family where this side input is stored.
         
        string state_family = 2;
        Parameters:
        value - The bytes for stateFamily to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final StreamingSideInputLocation.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>
      • mergeUnknownFields

        public final StreamingSideInputLocation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingSideInputLocation.Builder>