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
Modifier and TypeMethodDescriptiongetList(int index) repeated .yamcs.protobuf.NamedObjectId list = 1;intrepeated .yamcs.protobuf.NamedObjectId list = 1;repeated .yamcs.protobuf.NamedObjectId list = 1;getListOrBuilder(int index) repeated .yamcs.protobuf.NamedObjectId list = 1;List<? extends Yamcs.NamedObjectIdOrBuilder>repeated .yamcs.protobuf.NamedObjectId list = 1;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
-
getListList
List<Yamcs.NamedObjectId> getListList()repeated .yamcs.protobuf.NamedObjectId list = 1; -
getList
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
repeated .yamcs.protobuf.NamedObjectId list = 1;
-