Class TrimShardRequest.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<TrimShardRequest.Builder>
      • clear

        public TrimShardRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.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<TrimShardRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public TrimShardRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrimShardRequest.Builder>
      • isInitialized

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

        public TrimShardRequest.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<TrimShardRequest.Builder>
        Throws:
        IOException
      • setStreamName

        public TrimShardRequest.Builder setStreamName​(String value)
        string streamName = 1;
        Parameters:
        value - The streamName to set.
        Returns:
        This builder for chaining.
      • clearStreamName

        public TrimShardRequest.Builder clearStreamName()
        string streamName = 1;
        Returns:
        This builder for chaining.
      • setStreamNameBytes

        public TrimShardRequest.Builder setStreamNameBytes​(com.google.protobuf.ByteString value)
        string streamName = 1;
        Parameters:
        value - The bytes for streamName to set.
        Returns:
        This builder for chaining.
      • setShardId

        public TrimShardRequest.Builder setShardId​(long value)
        uint64 shardId = 2;
        Parameters:
        value - The shardId to set.
        Returns:
        This builder for chaining.
      • hasTrimPoint

        public boolean hasTrimPoint()
         trim up to and including this offset
         
        .hstream.server.ShardOffset trimPoint = 3;
        Specified by:
        hasTrimPoint in interface TrimShardRequestOrBuilder
        Returns:
        Whether the trimPoint field is set.
      • clearTrimPoint

        public TrimShardRequest.Builder clearTrimPoint()
         trim up to and including this offset
         
        .hstream.server.ShardOffset trimPoint = 3;
      • getTrimPointBuilder

        public ShardOffset.Builder getTrimPointBuilder()
         trim up to and including this offset
         
        .hstream.server.ShardOffset trimPoint = 3;
      • setUnknownFields

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

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