Package org.yamcs.protobuf
Interface IndexGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexGroup,IndexGroup.Builder
public interface IndexGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexEntrygetEntry(int index)repeated .yamcs.protobuf.archive.IndexEntry entry = 2;intgetEntryCount()repeated .yamcs.protobuf.archive.IndexEntry entry = 2;List<IndexEntry>getEntryList()repeated .yamcs.protobuf.archive.IndexEntry entry = 2;IndexEntryOrBuildergetEntryOrBuilder(int index)repeated .yamcs.protobuf.archive.IndexEntry entry = 2;List<? extends IndexEntryOrBuilder>getEntryOrBuilderList()repeated .yamcs.protobuf.archive.IndexEntry entry = 2;Yamcs.NamedObjectIdgetId()optional .yamcs.protobuf.NamedObjectId id = 1;Yamcs.NamedObjectIdOrBuildergetIdOrBuilder()optional .yamcs.protobuf.NamedObjectId id = 1;booleanhasId()optional .yamcs.protobuf.NamedObjectId id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getId
Yamcs.NamedObjectId getId()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilder
Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getEntryList
List<IndexEntry> getEntryList()
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-
getEntry
IndexEntry getEntry(int index)
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-
getEntryCount
int getEntryCount()
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-
getEntryOrBuilderList
List<? extends IndexEntryOrBuilder> getEntryOrBuilderList()
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-
getEntryOrBuilder
IndexEntryOrBuilder getEntryOrBuilder(int index)
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-
-