Class Pvalue.Ranges.Range.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      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 plus the expiration time or the
       ``maxGap``.
       
      optional .google.protobuf.Timestamp stop = 8;
      Specified by:
      getStopOrBuilder in interface Pvalue.Ranges.RangeOrBuilder
    • hasTimeStart

      @Deprecated public boolean hasTimeStart()
      Deprecated.
       Deprecated. Use ``start`` instead.
       
      optional string timeStart = 1 [deprecated = true];
      Specified by:
      hasTimeStart in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      Whether the timeStart field is set.
    • getTimeStart

      @Deprecated public String getTimeStart()
      Deprecated.
       Deprecated. Use ``start`` instead.
       
      optional string timeStart = 1 [deprecated = true];
      Specified by:
      getTimeStart in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The timeStart.
    • getTimeStartBytes

      @Deprecated public com.google.protobuf.ByteString getTimeStartBytes()
      Deprecated.
       Deprecated. Use ``start`` instead.
       
      optional string timeStart = 1 [deprecated = true];
      Specified by:
      getTimeStartBytes in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The bytes for timeStart.
    • setTimeStart

      @Deprecated public Pvalue.Ranges.Range.Builder setTimeStart(String value)
      Deprecated.
       Deprecated. Use ``start`` instead.
       
      optional string timeStart = 1 [deprecated = true];
      Parameters:
      value - The timeStart to set.
      Returns:
      This builder for chaining.
    • clearTimeStart

      @Deprecated public Pvalue.Ranges.Range.Builder clearTimeStart()
      Deprecated.
       Deprecated. Use ``start`` instead.
       
      optional string timeStart = 1 [deprecated = true];
      Returns:
      This builder for chaining.
    • setTimeStartBytes

      @Deprecated public Pvalue.Ranges.Range.Builder setTimeStartBytes(com.google.protobuf.ByteString value)
      Deprecated.
       Deprecated. Use ``start`` instead.
       
      optional string timeStart = 1 [deprecated = true];
      Parameters:
      value - The bytes for timeStart to set.
      Returns:
      This builder for chaining.
    • hasTimeStop

      @Deprecated public boolean hasTimeStop()
      Deprecated.
       Deprecated. Use ``stop`` instead.
       
      optional string timeStop = 2 [deprecated = true];
      Specified by:
      hasTimeStop in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      Whether the timeStop field is set.
    • getTimeStop

      @Deprecated public String getTimeStop()
      Deprecated.
       Deprecated. Use ``stop`` instead.
       
      optional string timeStop = 2 [deprecated = true];
      Specified by:
      getTimeStop in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The timeStop.
    • getTimeStopBytes

      @Deprecated public com.google.protobuf.ByteString getTimeStopBytes()
      Deprecated.
       Deprecated. Use ``stop`` instead.
       
      optional string timeStop = 2 [deprecated = true];
      Specified by:
      getTimeStopBytes in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The bytes for timeStop.
    • setTimeStop

      @Deprecated public Pvalue.Ranges.Range.Builder setTimeStop(String value)
      Deprecated.
       Deprecated. Use ``stop`` instead.
       
      optional string timeStop = 2 [deprecated = true];
      Parameters:
      value - The timeStop to set.
      Returns:
      This builder for chaining.
    • clearTimeStop

      @Deprecated public Pvalue.Ranges.Range.Builder clearTimeStop()
      Deprecated.
       Deprecated. Use ``stop`` instead.
       
      optional string timeStop = 2 [deprecated = true];
      Returns:
      This builder for chaining.
    • setTimeStopBytes

      @Deprecated public Pvalue.Ranges.Range.Builder setTimeStopBytes(com.google.protobuf.ByteString value)
      Deprecated.
       Deprecated. Use ``stop`` instead.
       
      optional string timeStop = 2 [deprecated = true];
      Parameters:
      value - The bytes for timeStop to set.
      Returns:
      This builder for chaining.
    • 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
      Returns:
      Whether the count field is set.
    • 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
      Returns:
      The count.
    • 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;
      Parameters:
      value - The count to set.
      Returns:
      This builder for chaining.
    • 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;
      Returns:
      This builder for chaining.
    • 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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 stop-start >= 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;
    • getCountsList

      public List<Integer> getCountsList()
       The counts correspond one to one to the engValues
       
      repeated int32 counts = 6;
      Specified by:
      getCountsList in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      A list containing the counts.
    • getCountsCount

      public int getCountsCount()
       The counts correspond one to one to the engValues
       
      repeated int32 counts = 6;
      Specified by:
      getCountsCount in interface Pvalue.Ranges.RangeOrBuilder
      Returns:
      The count of counts.
    • 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
      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)
       The counts correspond one to one to the engValues
       
      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)
       The counts correspond one to one to the engValues
       
      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)
       The counts correspond one to one to the engValues
       
      repeated int32 counts = 6;
      Parameters:
      values - The counts to add.
      Returns:
      This builder for chaining.
    • clearCounts

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