Package org.yamcs.protobuf
Interface BatchGetParameterValuesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchGetParameterValuesRequest,BatchGetParameterValuesRequest.Builder
public interface BatchGetParameterValuesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetFromCache()optional bool fromCache = 2;Yamcs.NamedObjectIdgetId(int index)repeated .yamcs.protobuf.NamedObjectId id = 1;intgetIdCount()repeated .yamcs.protobuf.NamedObjectId id = 1;List<Yamcs.NamedObjectId>getIdList()repeated .yamcs.protobuf.NamedObjectId id = 1;Yamcs.NamedObjectIdOrBuildergetIdOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId id = 1;List<? extends Yamcs.NamedObjectIdOrBuilder>getIdOrBuilderList()repeated .yamcs.protobuf.NamedObjectId id = 1;StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.StringgetProcessor()Processor name.com.google.protobuf.ByteStringgetProcessorBytes()Processor name.longgetTimeout()if not fromCache, wait this time (in milliseconds) to receive the parameterbooleanhasFromCache()optional bool fromCache = 2;booleanhasInstance()Yamcs instance name.booleanhasProcessor()Processor name.booleanhasTimeout()if not fromCache, wait this time (in milliseconds) to receive the parameter-
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 = 4;
-
getInstance
String getInstance()
Yamcs instance name.
optional string instance = 4;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 4;
-
hasProcessor
boolean hasProcessor()
Processor name.
optional string processor = 5;
-
getProcessor
String getProcessor()
Processor name.
optional string processor = 5;
-
getProcessorBytes
com.google.protobuf.ByteString getProcessorBytes()
Processor name.
optional string processor = 5;
-
getIdList
List<Yamcs.NamedObjectId> getIdList()
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getId
Yamcs.NamedObjectId getId(int index)
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdCount
int getIdCount()
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getIdOrBuilderList()
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilder
Yamcs.NamedObjectIdOrBuilder getIdOrBuilder(int index)
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
hasFromCache
boolean hasFromCache()
optional bool fromCache = 2;
-
getFromCache
boolean getFromCache()
optional bool fromCache = 2;
-
hasTimeout
boolean hasTimeout()
if not fromCache, wait this time (in milliseconds) to receive the parameter
optional uint64 timeout = 3;
-
getTimeout
long getTimeout()
if not fromCache, wait this time (in milliseconds) to receive the parameter
optional uint64 timeout = 3;
-
-