Package org.yamcs.protobuf
Interface IndexResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexResponse,IndexResponse.Builder
public interface IndexResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContinuationToken()optional string continuationToken = 2;com.google.protobuf.ByteStringgetContinuationTokenBytes()optional string continuationToken = 2;IndexGroupgetGroup(int index)repeated .yamcs.protobuf.archive.IndexGroup group = 1;intgetGroupCount()repeated .yamcs.protobuf.archive.IndexGroup group = 1;List<IndexGroup>getGroupList()repeated .yamcs.protobuf.archive.IndexGroup group = 1;IndexGroupOrBuildergetGroupOrBuilder(int index)repeated .yamcs.protobuf.archive.IndexGroup group = 1;List<? extends IndexGroupOrBuilder>getGroupOrBuilderList()repeated .yamcs.protobuf.archive.IndexGroup group = 1;booleanhasContinuationToken()optional string continuationToken = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupList
List<IndexGroup> getGroupList()
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
-
getGroup
IndexGroup getGroup(int index)
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
-
getGroupCount
int getGroupCount()
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
-
getGroupOrBuilderList
List<? extends IndexGroupOrBuilder> getGroupOrBuilderList()
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
-
getGroupOrBuilder
IndexGroupOrBuilder getGroupOrBuilder(int index)
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
-
hasContinuationToken
boolean hasContinuationToken()
optional string continuationToken = 2;
-
getContinuationToken
String getContinuationToken()
optional string continuationToken = 2;
-
getContinuationTokenBytes
com.google.protobuf.ByteString getContinuationTokenBytes()
optional string continuationToken = 2;
-
-