Package org.yamcs.protobuf
Interface ListCommandsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCommandsResponse,ListCommandsResponse.Builder
public interface ListCommandsResponseOrBuilder 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;Commanding.CommandHistoryEntrygetEntry(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;intgetEntryCount()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<Commanding.CommandHistoryEntry>getEntryList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntryOrBuildergetEntryOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<? extends Commanding.CommandHistoryEntryOrBuilder>getEntryOrBuilderList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 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
-
getEntryList
List<Commanding.CommandHistoryEntry> getEntryList()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntry
Commanding.CommandHistoryEntry getEntry(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntryCount
int getEntryCount()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntryOrBuilderList
List<? extends Commanding.CommandHistoryEntryOrBuilder> getEntryOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntryOrBuilder
Commanding.CommandHistoryEntryOrBuilder getEntryOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 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;
-
-