Package org.yamcs.protobuf
Interface Archive.ListParameterHistoryResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Archive.ListParameterHistoryResponse,Archive.ListParameterHistoryResponse.Builder
- Enclosing class:
- Archive
public static interface Archive.ListParameterHistoryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContinuationToken()optional string continuationToken = 2;com.google.protobuf.ByteStringgetContinuationTokenBytes()optional string continuationToken = 2;Pvalue.ParameterValuegetParameter(int index)repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;intgetParameterCount()repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;List<Pvalue.ParameterValue>getParameterList()repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;Pvalue.ParameterValueOrBuildergetParameterOrBuilder(int index)repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;List<? extends Pvalue.ParameterValueOrBuilder>getParameterOrBuilderList()repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;booleanhasContinuationToken()optional string continuationToken = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParameterList
List<Pvalue.ParameterValue> getParameterList()
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
-
getParameter
Pvalue.ParameterValue getParameter(int index)
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
-
getParameterCount
int getParameterCount()
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
-
getParameterOrBuilderList
List<? extends Pvalue.ParameterValueOrBuilder> getParameterOrBuilderList()
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
-
getParameterOrBuilder
Pvalue.ParameterValueOrBuilder getParameterOrBuilder(int index)
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
-
hasContinuationToken
boolean hasContinuationToken()
optional string continuationToken = 2;
-
getContinuationToken
String getContinuationToken()
optional string continuationToken = 2;
-
getContinuationTokenBytes
com.google.protobuf.ByteString getContinuationTokenBytes()
optional string continuationToken = 2;
-
-