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
Modifier and TypeMethodDescriptionboolean
optional bool fromCache = 2;
getId
(int index) Parameter identifiers.int
Parameter identifiers.Parameter identifiers.getIdOrBuilder
(int index) Parameter identifiers.List<? extends Yamcs.NamedObjectIdOrBuilder>
Parameter identifiers.Yamcs instance namecom.google.protobuf.ByteString
Yamcs instance nameProcessor namecom.google.protobuf.ByteString
Processor namelong
If not fromCache, wait this time (in milliseconds) to receive the parameterboolean
optional bool fromCache = 2;
boolean
Yamcs instance nameboolean
Processor nameboolean
If not fromCache, wait this time (in milliseconds) to receive the parameterMethods 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 = 4;
- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 4;
- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 4;
- Returns:
- The bytes for instance.
-
hasProcessor
boolean hasProcessor()Processor name
optional string processor = 5;
- Returns:
- Whether the processor field is set.
-
getProcessor
String getProcessor()Processor name
optional string processor = 5;
- Returns:
- The processor.
-
getProcessorBytes
com.google.protobuf.ByteString getProcessorBytes()Processor name
optional string processor = 5;
- Returns:
- The bytes for processor.
-
getIdList
List<Yamcs.NamedObjectId> getIdList()Parameter identifiers. Each identifier takes the form of a namespace and a name. For Yamcs-native naming only the name field is required and should be the fully qualified name. The namespace is only required when the name represents an alias of that parameter.
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getId
Parameter identifiers. Each identifier takes the form of a namespace and a name. For Yamcs-native naming only the name field is required and should be the fully qualified name. The namespace is only required when the name represents an alias of that parameter.
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdCount
int getIdCount()Parameter identifiers. Each identifier takes the form of a namespace and a name. For Yamcs-native naming only the name field is required and should be the fully qualified name. The namespace is only required when the name represents an alias of that parameter.
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getIdOrBuilderList()Parameter identifiers. Each identifier takes the form of a namespace and a name. For Yamcs-native naming only the name field is required and should be the fully qualified name. The namespace is only required when the name represents an alias of that parameter.
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilder
Parameter identifiers. Each identifier takes the form of a namespace and a name. For Yamcs-native naming only the name field is required and should be the fully qualified name. The namespace is only required when the name represents an alias of that parameter.
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
hasFromCache
boolean hasFromCache()optional bool fromCache = 2;
- Returns:
- Whether the fromCache field is set.
-
getFromCache
boolean getFromCache()optional bool fromCache = 2;
- Returns:
- The fromCache.
-
hasTimeout
boolean hasTimeout()If not fromCache, wait this time (in milliseconds) to receive the parameter
optional uint64 timeout = 3;
- Returns:
- Whether the timeout field is set.
-
getTimeout
long getTimeout()If not fromCache, wait this time (in milliseconds) to receive the parameter
optional uint64 timeout = 3;
- Returns:
- The timeout.
-