Package org.yamcs.protobuf
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()Number of intervals to use.StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetName()Parameter name.com.google.protobuf.ByteStringgetNameBytes()Parameter name.booleangetNorealtime()Disable loading of parameters from the parameter cache.StringgetProcessor()The name of the processor from which to use the parameter cache.com.google.protobuf.ByteStringgetProcessorBytes()The name of the processor from which to use the parameter cache.StringgetSource()Specifies how to retrieve the parameters.com.google.protobuf.ByteStringgetSourceBytes()Specifies how to retrieve the parameters.com.google.protobuf.TimestampgetStart()Filter the lower bound of the parameter's generation time.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Filter the lower bound of the parameter's generation time.com.google.protobuf.TimestampgetStop()Filter the upper bound of the parameter's generation time.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Filter the upper bound of the parameter's generation time.booleanhasCount()Number of intervals to use.booleanhasInstance()Yamcs instance name.booleanhasName()Parameter name.booleanhasNorealtime()Disable loading of parameters from the parameter cache.booleanhasProcessor()The name of the processor from which to use the parameter cache.booleanhasSource()Specifies how to retrieve the parameters.booleanhasStart()Filter the lower bound of the parameter's generation time.booleanhasStop()Filter the upper bound of the parameter's generation time.-
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;
-
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;
-
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;
-
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;
-
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;
-
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;
-
getCount
int getCount()
Number of intervals to use. Default: ``500``.
optional int32 count = 5;
-
hasNorealtime
boolean hasNorealtime()
Disable loading of parameters from the parameter cache. Default: ``false``.
optional bool norealtime = 6;
-
getNorealtime
boolean getNorealtime()
Disable loading of parameters from the parameter cache. Default: ``false``.
optional bool norealtime = 6;
-
hasProcessor
boolean hasProcessor()
The name of the processor from which to use the parameter cache. Default: ``realtime``.
optional string processor = 7;
-
getProcessor
String getProcessor()
The name of the processor from which to use the parameter cache. Default: ``realtime``.
optional string processor = 7;
-
getProcessorBytes
com.google.protobuf.ByteString getProcessorBytes()
The name of the processor from which to use the parameter cache. Default: ``realtime``.
optional string processor = 7;
-
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;
-
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;
-
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;
-
-