Class Pvalue.Ranges.Range.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Pvalue.Ranges.RangeOrBuilder
Enclosing class:
Pvalue.Ranges.Range

public static final class Pvalue.Ranges.Range.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder> implements Pvalue.Ranges.RangeOrBuilder
Protobuf type yamcs.protobuf.pvalue.Ranges.Range
  • Method Details

    • 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<Pvalue.Ranges.Range.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<Pvalue.Ranges.Range.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<Pvalue.Ranges.Range.Builder>
    • getDefaultInstanceForType

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

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

      public Pvalue.Ranges.Range buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
    • setField

      public Pvalue.Ranges.Range.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
    • clearField

      public Pvalue.Ranges.Range.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
    • clearOneof

      public Pvalue.Ranges.Range.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
    • setRepeatedField

      public Pvalue.Ranges.Range.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
    • addRepeatedField

      public Pvalue.Ranges.Range.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
    • mergeFrom

      public Pvalue.Ranges.Range.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<Pvalue.Ranges.Range.Builder>
    • mergeFrom

    • isInitialized

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

      public Pvalue.Ranges.Range.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<Pvalue.Ranges.Range.Builder>
      Throws:
      IOException
    • hasStart

      public boolean hasStart()
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
      Specified by:
      hasStart in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      Whether the start field is set.
    • getStart

      public com.google.protobuf.Timestamp getStart()
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
      Specified by:
      getStart in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The start.
    • setStart

      public Pvalue.Ranges.Range.Builder setStart(com.google.protobuf.Timestamp value)
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
    • setStart

      public Pvalue.Ranges.Range.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
    • mergeStart

      public Pvalue.Ranges.Range.Builder mergeStart(com.google.protobuf.Timestamp value)
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
    • clearStart

      public Pvalue.Ranges.Range.Builder clearStart()
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
    • getStartBuilder

      public com.google.protobuf.Timestamp.Builder getStartBuilder()
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
    • getStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
       Generation time of a parameter value.
       
      optional .google.protobuf.Timestamp start = 7;
      Specified by:
      getStartOrBuilder in interface Pvalue.Ranges.RangeOrBuilder
    • hasStop

      public boolean hasStop()
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
      Specified by:
      hasStop in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      Whether the stop field is set.
    • getStop

      public com.google.protobuf.Timestamp getStop()
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
      Specified by:
      getStop in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The stop.
    • setStop

      public Pvalue.Ranges.Range.Builder setStop(com.google.protobuf.Timestamp value)
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
    • setStop

      public Pvalue.Ranges.Range.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
    • mergeStop

      public Pvalue.Ranges.Range.Builder mergeStop(com.google.protobuf.Timestamp value)
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
    • clearStop

      public Pvalue.Ranges.Range.Builder clearStop()
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
    • getStopBuilder

      public com.google.protobuf.Timestamp.Builder getStopBuilder()
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
    • getStopOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
       If the value changes, ``stop`` is the generation time of the new value.
       If the parameter expires or the ``maxGap`` has been set, ``stop`` is
       the generation time of the last value.
       
      optional .google.protobuf.Timestamp stop = 8;
      Specified by:
      getStopOrBuilder in interface Pvalue.Ranges.RangeOrBuilder
    • hasCount

      public boolean hasCount()
       Total number of parameter values in this range.
       This is the sum of the ``counts`` array, and ``otherCount``.
       
      optional int32 count = 4;
      Specified by:
      hasCount in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      Whether the count field is set.
    • getCount

      public int getCount()
       Total number of parameter values in this range.
       This is the sum of the ``counts`` array, and ``otherCount``.
       
      optional int32 count = 4;
      Specified by:
      getCount in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The count.
    • setCount

      public Pvalue.Ranges.Range.Builder setCount(int value)
       Total number of parameter values in this range.
       This is the sum of the ``counts`` array, and ``otherCount``.
       
      optional int32 count = 4;
      Parameters:
      value - The count to set.
      Returns:
      This builder for chaining.
    • clearCount

      public Pvalue.Ranges.Range.Builder clearCount()
       Total number of parameter values in this range.
       This is the sum of the ``counts`` array, and ``otherCount``.
       
      optional int32 count = 4;
      Returns:
      This builder for chaining.
    • getEngValuesList

      public List<Yamcs.Value> getEngValuesList()
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
      Specified by:
      getEngValuesList in interface Pvalue.Ranges.RangeOrBuilder
    • getEngValuesCount

      public int getEngValuesCount()
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
      Specified by:
      getEngValuesCount in interface Pvalue.Ranges.RangeOrBuilder
    • getEngValues

      public Yamcs.Value getEngValues(int index)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
      Specified by:
      getEngValues in interface Pvalue.Ranges.RangeOrBuilder
    • setEngValues

      public Pvalue.Ranges.Range.Builder setEngValues(int index, Yamcs.Value value)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • setEngValues

      public Pvalue.Ranges.Range.Builder setEngValues(int index, Yamcs.Value.Builder builderForValue)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • addEngValues

      public Pvalue.Ranges.Range.Builder addEngValues(Yamcs.Value value)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • addEngValues

      public Pvalue.Ranges.Range.Builder addEngValues(int index, Yamcs.Value value)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • addEngValues

      public Pvalue.Ranges.Range.Builder addEngValues(Yamcs.Value.Builder builderForValue)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • addEngValues

      public Pvalue.Ranges.Range.Builder addEngValues(int index, Yamcs.Value.Builder builderForValue)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • addAllEngValues

      public Pvalue.Ranges.Range.Builder addAllEngValues(Iterable<? extends Yamcs.Value> values)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • clearEngValues

      public Pvalue.Ranges.Range.Builder clearEngValues()
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • removeEngValues

      public Pvalue.Ranges.Range.Builder removeEngValues(int index)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • getEngValuesBuilder

      public Yamcs.Value.Builder getEngValuesBuilder(int index)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • getEngValuesOrBuilder

      public Yamcs.ValueOrBuilder getEngValuesOrBuilder(int index)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
      Specified by:
      getEngValuesOrBuilder in interface Pvalue.Ranges.RangeOrBuilder
    • getEngValuesOrBuilderList

      public List<? extends Yamcs.ValueOrBuilder> getEngValuesOrBuilderList()
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
      Specified by:
      getEngValuesOrBuilderList in interface Pvalue.Ranges.RangeOrBuilder
    • addEngValuesBuilder

      public Yamcs.Value.Builder addEngValuesBuilder()
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • addEngValuesBuilder

      public Yamcs.Value.Builder addEngValuesBuilder(int index)
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • getEngValuesBuilderList

      public List<Yamcs.Value.Builder> getEngValuesBuilderList()
       The ``minRange`` option on the request allows to specify 
       the minimum length of returned ranges.
       Practically we guarantee that stop-start >= minRange (mind the leap
       seconds!).
       If ``minRange`` was set, the returned ranges may include multiple
       values. These are given by ``engValues`` and ``counts``. 
       The ``maxValues`` option on the request allows to limit the number 
       of distinct values returned across all the ranges.
       The counts correspond one to one to the engValues, the two arrays have
       the same length.
       
      repeated .yamcs.protobuf.Value engValues = 5;
    • getCountsList

      public List<Integer> getCountsList()
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Specified by:
      getCountsList in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      A list containing the counts.
    • getCountsCount

      public int getCountsCount()
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Specified by:
      getCountsCount in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The count of counts.
    • getCounts

      public int getCounts(int index)
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Specified by:
      getCounts in interface Pvalue.Ranges.RangeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The counts at the given index.
    • setCounts

      public Pvalue.Ranges.Range.Builder setCounts(int index, int value)
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Parameters:
      index - The index to set the value at.
      value - The counts to set.
      Returns:
      This builder for chaining.
    • addCounts

      public Pvalue.Ranges.Range.Builder addCounts(int value)
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Parameters:
      value - The counts to add.
      Returns:
      This builder for chaining.
    • addAllCounts

      public Pvalue.Ranges.Range.Builder addAllCounts(Iterable<? extends Integer> values)
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Parameters:
      values - The counts to add.
      Returns:
      This builder for chaining.
    • clearCounts

      public Pvalue.Ranges.Range.Builder clearCounts()
       Array of same length as ``engValues``, with respective value counts
       within this range.
       
      repeated int32 counts = 6;
      Returns:
      This builder for chaining.
    • hasOtherCount

      public boolean hasOtherCount()
       Values in this range that do not match one of the returned
       ``engValues``.
       
      optional int32 otherCount = 9;
      Specified by:
      hasOtherCount in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      Whether the otherCount field is set.
    • getOtherCount

      public int getOtherCount()
       Values in this range that do not match one of the returned
       ``engValues``.
       
      optional int32 otherCount = 9;
      Specified by:
      getOtherCount in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The otherCount.
    • setOtherCount

      public Pvalue.Ranges.Range.Builder setOtherCount(int value)
       Values in this range that do not match one of the returned
       ``engValues``.
       
      optional int32 otherCount = 9;
      Parameters:
      value - The otherCount to set.
      Returns:
      This builder for chaining.
    • clearOtherCount

      public Pvalue.Ranges.Range.Builder clearOtherCount()
       Values in this range that do not match one of the returned
       ``engValues``.
       
      optional int32 otherCount = 9;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Pvalue.Ranges.Range.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<Pvalue.Ranges.Range.Builder>
    • mergeUnknownFields

      public final Pvalue.Ranges.Range.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<Pvalue.Ranges.Range.Builder>