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
Modifier and TypeMethodDescriptiongetEntry
(int index) repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
int
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
getEntryOrBuilder
(int index) repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
List<? extends IndexEntryOrBuilder>
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
getId()
optional .yamcs.protobuf.NamedObjectId id = 1;
optional .yamcs.protobuf.NamedObjectId id = 1;
boolean
hasId()
optional .yamcs.protobuf.NamedObjectId id = 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
-
hasId
boolean hasId()optional .yamcs.protobuf.NamedObjectId id = 1;
- Returns:
- Whether the id field is set.
-
getId
Yamcs.NamedObjectId getId()optional .yamcs.protobuf.NamedObjectId id = 1;
- Returns:
- The id.
-
getIdOrBuilder
Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()optional .yamcs.protobuf.NamedObjectId id = 1;
-
getEntryList
List<IndexEntry> getEntryList()repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-
getEntry
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
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
-