Package org.yamcs.protobuf
Interface ListPacketsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPacketsResponse,ListPacketsResponse.Builder
public interface ListPacketsResponseOrBuilder 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.TmPacketDatagetPacket(int index)repeated .yamcs.protobuf.TmPacketData packet = 1;intgetPacketCount()repeated .yamcs.protobuf.TmPacketData packet = 1;List<Yamcs.TmPacketData>getPacketList()repeated .yamcs.protobuf.TmPacketData packet = 1;Yamcs.TmPacketDataOrBuildergetPacketOrBuilder(int index)repeated .yamcs.protobuf.TmPacketData packet = 1;List<? extends Yamcs.TmPacketDataOrBuilder>getPacketOrBuilderList()repeated .yamcs.protobuf.TmPacketData packet = 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
-
getPacketList
List<Yamcs.TmPacketData> getPacketList()
repeated .yamcs.protobuf.TmPacketData packet = 1;
-
getPacket
Yamcs.TmPacketData getPacket(int index)
repeated .yamcs.protobuf.TmPacketData packet = 1;
-
getPacketCount
int getPacketCount()
repeated .yamcs.protobuf.TmPacketData packet = 1;
-
getPacketOrBuilderList
List<? extends Yamcs.TmPacketDataOrBuilder> getPacketOrBuilderList()
repeated .yamcs.protobuf.TmPacketData packet = 1;
-
getPacketOrBuilder
Yamcs.TmPacketDataOrBuilder getPacketOrBuilder(int index)
repeated .yamcs.protobuf.TmPacketData packet = 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;
-
-