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

        public 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

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

        public Pvalue.Ranges.Range.Builder clearTimeStart()
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • setTimeStartBytes

        public Pvalue.Ranges.Range.Builder setTimeStartBytes​(com.google.protobuf.ByteString value)
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • hasTimeStop

        public boolean hasTimeStop()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
        Specified by:
        hasTimeStop in interface Pvalue.Ranges.RangeOrBuilder
      • getTimeStop

        public String getTimeStop()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
        Specified by:
        getTimeStop in interface Pvalue.Ranges.RangeOrBuilder
      • getTimeStopBytes

        public com.google.protobuf.ByteString getTimeStopBytes()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
        Specified by:
        getTimeStopBytes in interface Pvalue.Ranges.RangeOrBuilder
      • setTimeStop

        public Pvalue.Ranges.Range.Builder setTimeStop​(String value)
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
      • clearTimeStop

        public Pvalue.Ranges.Range.Builder clearTimeStop()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
      • setTimeStopBytes

        public Pvalue.Ranges.Range.Builder setTimeStopBytes​(com.google.protobuf.ByteString value)
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
      • hasCount

        public boolean hasCount()
         Number of parameter values received in the interval.
         This is the total count of parameters in the interval.
         If the count does not match the sum(counts), it means that not all the values have been sent
         
        optional int32 count = 4;
        Specified by:
        hasCount in interface Pvalue.Ranges.RangeOrBuilder
      • getCount

        public int getCount()
         Number of parameter values received in the interval.
         This is the total count of parameters in the interval.
         If the count does not match the sum(counts), it means that not all the values have been sent
         
        optional int32 count = 4;
        Specified by:
        getCount in interface Pvalue.Ranges.RangeOrBuilder
      • setCount

        public Pvalue.Ranges.Range.Builder setCount​(int value)
         Number of parameter values received in the interval.
         This is the total count of parameters in the interval.
         If the count does not match the sum(counts), it means that not all the values have been sent
         
        optional int32 count = 4;
      • clearCount

        public Pvalue.Ranges.Range.Builder clearCount()
         Number of parameter values received in the interval.
         This is the total count of parameters in the interval.
         If the count does not match the sum(counts), it means that not all the values have been sent
         
        optional int32 count = 4;
      • getEngValuesList

        public List<Yamcs.Value> getEngValuesList()
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
        Specified by:
        getEngValuesList in interface Pvalue.Ranges.RangeOrBuilder
      • getEngValuesCount

        public int getEngValuesCount()
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always 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)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always 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)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • setEngValues

        public Pvalue.Ranges.Range.Builder setEngValues​(int index,
                                                        Yamcs.Value.Builder builderForValue)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • addEngValues

        public Pvalue.Ranges.Range.Builder addEngValues​(Yamcs.Value value)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • addEngValues

        public Pvalue.Ranges.Range.Builder addEngValues​(int index,
                                                        Yamcs.Value value)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • addEngValues

        public Pvalue.Ranges.Range.Builder addEngValues​(Yamcs.Value.Builder builderForValue)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • addEngValues

        public Pvalue.Ranges.Range.Builder addEngValues​(int index,
                                                        Yamcs.Value.Builder builderForValue)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • addAllEngValues

        public Pvalue.Ranges.Range.Builder addAllEngValues​(Iterable<? extends Yamcs.Value> values)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • clearEngValues

        public Pvalue.Ranges.Range.Builder clearEngValues()
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • removeEngValues

        public Pvalue.Ranges.Range.Builder removeEngValues​(int index)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • getEngValuesBuilder

        public Yamcs.Value.Builder getEngValuesBuilder​(int index)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • getEngValuesOrBuilder

        public Yamcs.ValueOrBuilder getEngValuesOrBuilder​(int index)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always 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()
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
        Specified by:
        getEngValuesOrBuilderList in interface Pvalue.Ranges.RangeOrBuilder
      • addEngValuesBuilder

        public Yamcs.Value.Builder addEngValuesBuilder()
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • addEngValuesBuilder

        public Yamcs.Value.Builder addEngValuesBuilder​(int index)
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • getEngValuesBuilderList

        public List<Yamcs.Value.Builder> getEngValuesBuilderList()
         Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows 
         specifying the minimum length of the range returned.
         Practically we guarantee that timeStop-timeStart >= minRange (mind the leap seconds!).
         If the minRange parameter is set, the returning ranges may include multiple values.
         These are given by the engValues and counts below. 
         Since Yamcs 5.4.2 there is a new parameter maxValues which allows to limit the number 
         of distinct values returned across all the ranges.
         In order to not return ranges containing no value, each range will have at least one value even if
         that will cause the total number of range values returned to exceed the maxValues parameter
         The counts correspond one to one to the engValues, the two arrays will always have the same length.
         
        repeated .yamcs.protobuf.Value engValues = 5;
      • getCounts

        public int getCounts​(int index)
         The counts correspond one to one to the engValues
         
        repeated int32 counts = 6;
        Specified by:
        getCounts in interface Pvalue.Ranges.RangeOrBuilder
      • setCounts

        public Pvalue.Ranges.Range.Builder setCounts​(int index,
                                                     int value)
         The counts correspond one to one to the engValues
         
        repeated int32 counts = 6;
      • addCounts

        public Pvalue.Ranges.Range.Builder addCounts​(int value)
         The counts correspond one to one to the engValues
         
        repeated int32 counts = 6;
      • clearCounts

        public Pvalue.Ranges.Range.Builder clearCounts()
         The counts correspond one to one to the engValues
         
        repeated int32 counts = 6;
      • 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>