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
Modifier and TypeMethodDescriptiongetId(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;intrepeated .yamcs.protobuf.NamedObjectId id = 1;repeated .yamcs.protobuf.NamedObjectId id = 1;getIdOrBuilder(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;List<? extends Yamcs.NamedObjectIdOrBuilder>repeated .yamcs.protobuf.NamedObjectId id = 1;optional string instance = 2;com.google.protobuf.ByteStringoptional string instance = 2;booleanoptional string instance = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstance
boolean hasInstance()optional string instance = 2;- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()optional string instance = 2;- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()optional string instance = 2;- Returns:
- The bytes for instance.
-
getIdList
List<Yamcs.NamedObjectId> getIdList()repeated .yamcs.protobuf.NamedObjectId id = 1; -
getId
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
repeated .yamcs.protobuf.NamedObjectId id = 1;
-