Class Pvalue.Ranges.Range

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Pvalue.Ranges.Range.Builder
      Protobuf type yamcs.protobuf.pvalue.Ranges.Range
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
    • Method Detail

      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Pvalue.Ranges.Range parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

        protected Pvalue.Ranges.Range.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Pvalue.Ranges.Range> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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