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 Type
    Method
    Description
    getList(int index)
    repeated .yamcs.protobuf.NamedObjectId list = 1;
    int
    repeated .yamcs.protobuf.NamedObjectId list = 1;
    repeated .yamcs.protobuf.NamedObjectId list = 1;
    getListOrBuilder(int index)
    repeated .yamcs.protobuf.NamedObjectId list = 1;
    repeated .yamcs.protobuf.NamedObjectId list = 1;

    Methods 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

    • 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;