Package org.yamcs.protobuf
Interface Mdb.BatchGetParametersRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.BatchGetParametersRequest,Mdb.BatchGetParametersRequest.Builder
- Enclosing class:
- Mdb
public static interface Mdb.BatchGetParametersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()optional string instance = 2;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 2;booleanhasInstance()optional string instance = 2;-
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()
optional string instance = 2;
-
getInstance
String getInstance()
optional string instance = 2;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 2;
-
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;
-
-