Class StatType.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StatTypeOrBuilder, Cloneable
    Enclosing class:
    StatType

    public static final class StatType.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<StatType.Builder>
    implements StatTypeOrBuilder
    Protobuf type hstream.server.StatType
    • 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<StatType.Builder>
      • clear

        public StatType.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<StatType.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<StatType.Builder>
      • getDefaultInstanceForType

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

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

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

        public StatType.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<StatType.Builder>
      • isInitialized

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

        public StatType.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<StatType.Builder>
        Throws:
        IOException
      • hasStreamStat

        public boolean hasStreamStat()
        .hstream.server.StreamStats streamStat = 1;
        Specified by:
        hasStreamStat in interface StatTypeOrBuilder
        Returns:
        Whether the streamStat field is set.
      • getStreamStatValue

        public int getStreamStatValue()
        .hstream.server.StreamStats streamStat = 1;
        Specified by:
        getStreamStatValue in interface StatTypeOrBuilder
        Returns:
        The enum numeric value on the wire for streamStat.
      • setStreamStatValue

        public StatType.Builder setStreamStatValue​(int value)
        .hstream.server.StreamStats streamStat = 1;
        Parameters:
        value - The enum numeric value on the wire for streamStat to set.
        Returns:
        This builder for chaining.
      • setStreamStat

        public StatType.Builder setStreamStat​(StreamStats value)
        .hstream.server.StreamStats streamStat = 1;
        Parameters:
        value - The streamStat to set.
        Returns:
        This builder for chaining.
      • clearStreamStat

        public StatType.Builder clearStreamStat()
        .hstream.server.StreamStats streamStat = 1;
        Returns:
        This builder for chaining.
      • hasSubStat

        public boolean hasSubStat()
        .hstream.server.SubscriptionStats subStat = 2;
        Specified by:
        hasSubStat in interface StatTypeOrBuilder
        Returns:
        Whether the subStat field is set.
      • getSubStatValue

        public int getSubStatValue()
        .hstream.server.SubscriptionStats subStat = 2;
        Specified by:
        getSubStatValue in interface StatTypeOrBuilder
        Returns:
        The enum numeric value on the wire for subStat.
      • setSubStatValue

        public StatType.Builder setSubStatValue​(int value)
        .hstream.server.SubscriptionStats subStat = 2;
        Parameters:
        value - The enum numeric value on the wire for subStat to set.
        Returns:
        This builder for chaining.
      • setSubStat

        public StatType.Builder setSubStat​(SubscriptionStats value)
        .hstream.server.SubscriptionStats subStat = 2;
        Parameters:
        value - The subStat to set.
        Returns:
        This builder for chaining.
      • clearSubStat

        public StatType.Builder clearSubStat()
        .hstream.server.SubscriptionStats subStat = 2;
        Returns:
        This builder for chaining.
      • hasConnStat

        public boolean hasConnStat()
        .hstream.server.ConnectorStats connStat = 3;
        Specified by:
        hasConnStat in interface StatTypeOrBuilder
        Returns:
        Whether the connStat field is set.
      • getConnStatValue

        public int getConnStatValue()
        .hstream.server.ConnectorStats connStat = 3;
        Specified by:
        getConnStatValue in interface StatTypeOrBuilder
        Returns:
        The enum numeric value on the wire for connStat.
      • setConnStatValue

        public StatType.Builder setConnStatValue​(int value)
        .hstream.server.ConnectorStats connStat = 3;
        Parameters:
        value - The enum numeric value on the wire for connStat to set.
        Returns:
        This builder for chaining.
      • setConnStat

        public StatType.Builder setConnStat​(ConnectorStats value)
        .hstream.server.ConnectorStats connStat = 3;
        Parameters:
        value - The connStat to set.
        Returns:
        This builder for chaining.
      • clearConnStat

        public StatType.Builder clearConnStat()
        .hstream.server.ConnectorStats connStat = 3;
        Returns:
        This builder for chaining.
      • hasQueryStat

        public boolean hasQueryStat()
        .hstream.server.QueryStats queryStat = 4;
        Specified by:
        hasQueryStat in interface StatTypeOrBuilder
        Returns:
        Whether the queryStat field is set.
      • getQueryStatValue

        public int getQueryStatValue()
        .hstream.server.QueryStats queryStat = 4;
        Specified by:
        getQueryStatValue in interface StatTypeOrBuilder
        Returns:
        The enum numeric value on the wire for queryStat.
      • setQueryStatValue

        public StatType.Builder setQueryStatValue​(int value)
        .hstream.server.QueryStats queryStat = 4;
        Parameters:
        value - The enum numeric value on the wire for queryStat to set.
        Returns:
        This builder for chaining.
      • setQueryStat

        public StatType.Builder setQueryStat​(QueryStats value)
        .hstream.server.QueryStats queryStat = 4;
        Parameters:
        value - The queryStat to set.
        Returns:
        This builder for chaining.
      • clearQueryStat

        public StatType.Builder clearQueryStat()
        .hstream.server.QueryStats queryStat = 4;
        Returns:
        This builder for chaining.
      • hasViewStat

        public boolean hasViewStat()
        .hstream.server.ViewStats viewStat = 5;
        Specified by:
        hasViewStat in interface StatTypeOrBuilder
        Returns:
        Whether the viewStat field is set.
      • getViewStatValue

        public int getViewStatValue()
        .hstream.server.ViewStats viewStat = 5;
        Specified by:
        getViewStatValue in interface StatTypeOrBuilder
        Returns:
        The enum numeric value on the wire for viewStat.
      • setViewStatValue

        public StatType.Builder setViewStatValue​(int value)
        .hstream.server.ViewStats viewStat = 5;
        Parameters:
        value - The enum numeric value on the wire for viewStat to set.
        Returns:
        This builder for chaining.
      • setViewStat

        public StatType.Builder setViewStat​(ViewStats value)
        .hstream.server.ViewStats viewStat = 5;
        Parameters:
        value - The viewStat to set.
        Returns:
        This builder for chaining.
      • clearViewStat

        public StatType.Builder clearViewStat()
        .hstream.server.ViewStats viewStat = 5;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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