Interface Archive.ListParameterHistoryRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstance()
      Yamcs instance name.
      com.google.protobuf.ByteString getInstanceBytes()
      Yamcs instance name.
      int getLimit()
      The maximum number of returned records per page.
      String getName()
      Parameter name.
      com.google.protobuf.ByteString getNameBytes()
      Parameter name.
      String getNext()
      optional string next = 12;
      com.google.protobuf.ByteString getNextBytes()
      optional string next = 12;
      boolean getNorealtime()
      Disable loading of parameters from the parameter cache.
      boolean getNorepeat()
      Whether to filter out consecutive identical values.
      String getOrder()
      The order of the returned results.
      com.google.protobuf.ByteString getOrderBytes()
      The order of the returned results.
      long getPos()
      The zero-based row number at which to start outputting results.
      String getProcessor()
      The name of the processor from which to use the parameter cache.
      com.google.protobuf.ByteString getProcessorBytes()
      The name of the processor from which to use the parameter cache.
      String getSource()
      Specifies how to retrieve the parameters.
      com.google.protobuf.ByteString getSourceBytes()
      Specifies how to retrieve the parameters.
      com.google.protobuf.Timestamp getStart()
      Filter the lower bound of the parameter's generation time.
      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      Filter the lower bound of the parameter's generation time.
      com.google.protobuf.Timestamp getStop()
      Filter the upper bound of the parameter's generation time.
      com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
      Filter the upper bound of the parameter's generation time.
      boolean hasInstance()
      Yamcs instance name.
      boolean hasLimit()
      The maximum number of returned records per page.
      boolean hasName()
      Parameter name.
      boolean hasNext()
      optional string next = 12;
      boolean hasNorealtime()
      Disable loading of parameters from the parameter cache.
      boolean hasNorepeat()
      Whether to filter out consecutive identical values.
      boolean hasOrder()
      The order of the returned results.
      boolean hasPos()
      The zero-based row number at which to start outputting results.
      boolean hasProcessor()
      The name of the processor from which to use the parameter cache.
      boolean hasSource()
      Specifies how to retrieve the parameters.
      boolean hasStart()
      Filter the lower bound of the parameter's generation time.
      boolean hasStop()
      Filter the upper bound of the parameter's generation time.
      • 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 Detail

      • hasInstance

        boolean hasInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstance

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

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
      • hasName

        boolean hasName()
         Parameter name.
         
        optional string name = 2;
      • getName

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

        com.google.protobuf.ByteString getNameBytes()
         Parameter name.
         
        optional string name = 2;
      • hasPos

        boolean hasPos()
         The zero-based row number at which to start outputting results. Default: ``0``.
         
        optional int64 pos = 3;
      • getPos

        long getPos()
         The zero-based row number at which to start outputting results. Default: ``0``.
         
        optional int64 pos = 3;
      • hasLimit

        boolean hasLimit()
         The maximum number of returned records per page. Choose this value too high
         and you risk hitting the maximum response size limit enforced by the server.
         Default: ``100``.
         
        optional int32 limit = 4;
      • getLimit

        int getLimit()
         The maximum number of returned records per page. Choose this value too high
         and you risk hitting the maximum response size limit enforced by the server.
         Default: ``100``.
         
        optional int32 limit = 4;
      • hasNorepeat

        boolean hasNorepeat()
         Whether to filter out consecutive identical values. Default ``no``.
         
        optional bool norepeat = 5;
      • getNorepeat

        boolean getNorepeat()
         Whether to filter out consecutive identical values. Default ``no``.
         
        optional bool norepeat = 5;
      • 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 = 6;
      • 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 = 6;
      • 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 = 6;
      • 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 = 7;
      • 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 = 7;
      • 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 = 7;
      • hasOrder

        boolean hasOrder()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``.
         
        optional string order = 8;
      • getOrder

        String getOrder()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``.
         
        optional string order = 8;
      • getOrderBytes

        com.google.protobuf.ByteString getOrderBytes()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``.
         
        optional string order = 8;
      • hasNorealtime

        boolean hasNorealtime()
         Disable loading of parameters from the parameter cache. Default: ``false``.
         
        optional bool norealtime = 9;
      • getNorealtime

        boolean getNorealtime()
         Disable loading of parameters from the parameter cache. Default: ``false``.
         
        optional bool norealtime = 9;
      • hasProcessor

        boolean hasProcessor()
         The name of the processor from which to use the parameter cache.
         Default: ``realtime``.
         
        optional string processor = 10;
      • getProcessor

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

        com.google.protobuf.ByteString getProcessorBytes()
         The name of the processor from which to use the parameter cache.
         Default: ``realtime``.
         
        optional string processor = 10;
      • 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 = 11;
      • 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 = 11;
      • 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 = 11;
      • hasNext

        boolean hasNext()
        optional string next = 12;
      • getNext

        String getNext()
        optional string next = 12;
      • getNextBytes

        com.google.protobuf.ByteString getNextBytes()
        optional string next = 12;