Interface Archive.GetParameterSamplesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Archive.GetParameterSamplesRequest, Archive.GetParameterSamplesRequest.Builder
Enclosing class:
Archive

public static interface Archive.GetParameterSamplesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of intervals to use.
    Yamcs instance name
    com.google.protobuf.ByteString
    Yamcs instance name
    Parameter name
    com.google.protobuf.ByteString
    Parameter name
    boolean
    Disable loading of parameters from the parameter cache.
    The name of the processor from which to use the parameter cache.
    com.google.protobuf.ByteString
    The name of the processor from which to use the parameter cache.
    Specifies how to retrieve the parameters.
    com.google.protobuf.ByteString
    Specifies how to retrieve the parameters.
    com.google.protobuf.Timestamp
    Filter the lower bound of the parameter's generation time.
    com.google.protobuf.TimestampOrBuilder
    Filter the lower bound of the parameter's generation time.
    com.google.protobuf.Timestamp
    Filter the upper bound of the parameter's generation time.
    com.google.protobuf.TimestampOrBuilder
    Filter the upper bound of the parameter's generation time.
    boolean
    Consider the raw value instead of the engineering value.
    boolean
    Number of intervals to use.
    boolean
    Yamcs instance name
    boolean
    Parameter name
    boolean
    Disable loading of parameters from the parameter cache.
    boolean
    The name of the processor from which to use the parameter cache.
    boolean
    Specifies how to retrieve the parameters.
    boolean
    Filter the lower bound of the parameter's generation time.
    boolean
    Filter the upper bound of the parameter's generation time.
    boolean
    Consider the raw value instead of the engineering value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInstance

      boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasName

      boolean hasName()
       Parameter name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Parameter name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Parameter name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasStart

      boolean hasStart()
       Filter the lower bound of the parameter's generation time. Specify a date
       string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 3;
      Returns:
      Whether the start field is set.
    • getStart

      com.google.protobuf.Timestamp getStart()
       Filter the lower bound of the parameter's generation time. Specify a date
       string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 3;
      Returns:
      The start.
    • getStartOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
       Filter the lower bound of the parameter's generation time. Specify a date
       string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 3;
    • hasStop

      boolean hasStop()
       Filter the upper bound of the parameter's generation time. Specify a date
       string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 4;
      Returns:
      Whether the stop field is set.
    • getStop

      com.google.protobuf.Timestamp getStop()
       Filter the upper bound of the parameter's generation time. Specify a date
       string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 4;
      Returns:
      The stop.
    • getStopOrBuilder

      com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
       Filter the upper bound of the parameter's generation time. Specify a date
       string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 4;
    • hasCount

      boolean hasCount()
       Number of intervals to use. Default: ``500``.
       
      optional int32 count = 5;
      Returns:
      Whether the count field is set.
    • getCount

      int getCount()
       Number of intervals to use. Default: ``500``.
       
      optional int32 count = 5;
      Returns:
      The count.
    • hasNorealtime

      boolean hasNorealtime()
       Disable loading of parameters from the parameter cache. Default: ``false``.
       
      optional bool norealtime = 6;
      Returns:
      Whether the norealtime field is set.
    • getNorealtime

      boolean getNorealtime()
       Disable loading of parameters from the parameter cache. Default: ``false``.
       
      optional bool norealtime = 6;
      Returns:
      The norealtime.
    • hasUseRawValue

      boolean hasUseRawValue()
       Consider the raw value instead of the engineering value.
       Default is to use the engineering value 
       
      optional bool useRawValue = 9;
      Returns:
      Whether the useRawValue field is set.
    • getUseRawValue

      boolean getUseRawValue()
       Consider the raw value instead of the engineering value.
       Default is to use the engineering value 
       
      optional bool useRawValue = 9;
      Returns:
      The useRawValue.
    • hasProcessor

      boolean hasProcessor()
       The name of the processor from which to use the parameter cache.
       Default: ``realtime``.
       
      optional string processor = 7;
      Returns:
      Whether the processor field is set.
    • getProcessor

      String getProcessor()
       The name of the processor from which to use the parameter cache.
       Default: ``realtime``.
       
      optional string processor = 7;
      Returns:
      The processor.
    • getProcessorBytes

      com.google.protobuf.ByteString getProcessorBytes()
       The name of the processor from which to use the parameter cache.
       Default: ``realtime``.
       
      optional string processor = 7;
      Returns:
      The bytes for processor.
    • hasSource

      boolean hasSource()
       Specifies how to retrieve the parameters. Either ``ParameterArchive`` or
       ``replay``. If ``replay`` is specified, a replay processor will be created
       and data will be processed with the active Mission Database. Note that
       this is much slower than receiving data from the ParameterArchive.
       Default: ``ParameterArchive``.
       
      optional string source = 8;
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
       Specifies how to retrieve the parameters. Either ``ParameterArchive`` or
       ``replay``. If ``replay`` is specified, a replay processor will be created
       and data will be processed with the active Mission Database. Note that
       this is much slower than receiving data from the ParameterArchive.
       Default: ``ParameterArchive``.
       
      optional string source = 8;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
       Specifies how to retrieve the parameters. Either ``ParameterArchive`` or
       ``replay``. If ``replay`` is specified, a replay processor will be created
       and data will be processed with the active Mission Database. Note that
       this is much slower than receiving data from the ParameterArchive.
       Default: ``ParameterArchive``.
       
      optional string source = 8;
      Returns:
      The bytes for source.