Package io.dapr.v1

Class CommonProtos.StreamPayload.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<CommonProtos.StreamPayload.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<CommonProtos.StreamPayload.Builder>
      • getDefaultInstanceForType

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

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

        public CommonProtos.StreamPayload 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<CommonProtos.StreamPayload.Builder>
      • mergeFrom

        public CommonProtos.StreamPayload.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<CommonProtos.StreamPayload.Builder>
        Throws:
        IOException
      • getData

        public com.google.protobuf.ByteString getData()
         Data sent in the chunk.
         The amount of data included in each chunk is up to the discretion of the sender, and can be empty.
         Additionally, the amount of data doesn't need to be fixed and subsequent messages can send more, or less, data.
         Receivers must not make assumptions about the number of bytes they'll receive in each chunk.
         
        bytes data = 1;
        Specified by:
        getData in interface CommonProtos.StreamPayloadOrBuilder
        Returns:
        The data.
      • setData

        public CommonProtos.StreamPayload.Builder setData​(com.google.protobuf.ByteString value)
         Data sent in the chunk.
         The amount of data included in each chunk is up to the discretion of the sender, and can be empty.
         Additionally, the amount of data doesn't need to be fixed and subsequent messages can send more, or less, data.
         Receivers must not make assumptions about the number of bytes they'll receive in each chunk.
         
        bytes data = 1;
        Parameters:
        value - The data to set.
        Returns:
        This builder for chaining.
      • clearData

        public CommonProtos.StreamPayload.Builder clearData()
         Data sent in the chunk.
         The amount of data included in each chunk is up to the discretion of the sender, and can be empty.
         Additionally, the amount of data doesn't need to be fixed and subsequent messages can send more, or less, data.
         Receivers must not make assumptions about the number of bytes they'll receive in each chunk.
         
        bytes data = 1;
        Returns:
        This builder for chaining.
      • getSeq

        public long getSeq()
         Sequence number. This is a counter that starts from 0 and increments by 1 on each chunk sent.
         
        uint64 seq = 2;
        Specified by:
        getSeq in interface CommonProtos.StreamPayloadOrBuilder
        Returns:
        The seq.
      • setSeq

        public CommonProtos.StreamPayload.Builder setSeq​(long value)
         Sequence number. This is a counter that starts from 0 and increments by 1 on each chunk sent.
         
        uint64 seq = 2;
        Parameters:
        value - The seq to set.
        Returns:
        This builder for chaining.
      • clearSeq

        public CommonProtos.StreamPayload.Builder clearSeq()
         Sequence number. This is a counter that starts from 0 and increments by 1 on each chunk sent.
         
        uint64 seq = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CommonProtos.StreamPayload.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<CommonProtos.StreamPayload.Builder>
      • mergeUnknownFields

        public final CommonProtos.StreamPayload.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<CommonProtos.StreamPayload.Builder>