Package org.yamcs.protobuf
Interface ListEventsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEventsResponse,ListEventsResponse.Builder
public interface ListEventsResponseOrBuilder 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;Yamcs.EventgetEvent(int index)repeated .yamcs.protobuf.Event event = 1;intgetEventCount()repeated .yamcs.protobuf.Event event = 1;List<Yamcs.Event>getEventList()repeated .yamcs.protobuf.Event event = 1;Yamcs.EventOrBuildergetEventOrBuilder(int index)repeated .yamcs.protobuf.Event event = 1;List<? extends Yamcs.EventOrBuilder>getEventOrBuilderList()repeated .yamcs.protobuf.Event event = 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
-
getEventList
List<Yamcs.Event> getEventList()
repeated .yamcs.protobuf.Event event = 1;
-
getEvent
Yamcs.Event getEvent(int index)
repeated .yamcs.protobuf.Event event = 1;
-
getEventCount
int getEventCount()
repeated .yamcs.protobuf.Event event = 1;
-
getEventOrBuilderList
List<? extends Yamcs.EventOrBuilder> getEventOrBuilderList()
repeated .yamcs.protobuf.Event event = 1;
-
getEventOrBuilder
Yamcs.EventOrBuilder getEventOrBuilder(int index)
repeated .yamcs.protobuf.Event event = 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;
-
-