Package org.yamcs.protobuf
Interface Yamcs.NamedObjectListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Yamcs.NamedObjectList,Yamcs.NamedObjectList.Builder
- Enclosing class:
- Yamcs
public static interface Yamcs.NamedObjectListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.NamedObjectIdgetList(int index)repeated .yamcs.protobuf.NamedObjectId list = 1;intgetListCount()repeated .yamcs.protobuf.NamedObjectId list = 1;List<Yamcs.NamedObjectId>getListList()repeated .yamcs.protobuf.NamedObjectId list = 1;Yamcs.NamedObjectIdOrBuildergetListOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId list = 1;List<? extends Yamcs.NamedObjectIdOrBuilder>getListOrBuilderList()repeated .yamcs.protobuf.NamedObjectId list = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getListList
List<Yamcs.NamedObjectId> getListList()
repeated .yamcs.protobuf.NamedObjectId list = 1;
-
getList
Yamcs.NamedObjectId getList(int index)
repeated .yamcs.protobuf.NamedObjectId list = 1;
-
getListCount
int getListCount()
repeated .yamcs.protobuf.NamedObjectId list = 1;
-
getListOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getListOrBuilderList()
repeated .yamcs.protobuf.NamedObjectId list = 1;
-
getListOrBuilder
Yamcs.NamedObjectIdOrBuilder getListOrBuilder(int index)
repeated .yamcs.protobuf.NamedObjectId list = 1;
-
-