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
Modifier and TypeMethodDescriptiongetCommands
(int index) Page of matching commandsint
Page of matching commandsPage of matching commandsgetCommandsOrBuilder
(int index) Page of matching commandsList<? extends Commanding.CommandHistoryEntryOrBuilder>
Page of matching commandsToken indicating the response is only partial.com.google.protobuf.ByteString
Token indicating the response is only partial.getEntry
(int index) Deprecated.int
Deprecated.Deprecated.getEntryOrBuilder
(int index) Deprecated.List<? extends Commanding.CommandHistoryEntryOrBuilder>
Deprecated.boolean
Token indicating the response is only partial.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
-
getEntryList
Deprecated.Deprecated, use ``commands`` instead
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
-
getEntry
Deprecated.Deprecated, use ``commands`` instead
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
-
getEntryCount
Deprecated.Deprecated, use ``commands`` instead
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
-
getEntryOrBuilderList
Deprecated.Deprecated, use ``commands`` instead
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
-
getEntryOrBuilder
Deprecated.Deprecated, use ``commands`` instead
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true];
-
getCommandsList
List<Commanding.CommandHistoryEntry> getCommandsList()Page of matching commands
repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
-
getCommands
Page of matching commands
repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
-
getCommandsCount
int getCommandsCount()Page of matching commands
repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
-
getCommandsOrBuilderList
List<? extends Commanding.CommandHistoryEntryOrBuilder> getCommandsOrBuilderList()Page of matching commands
repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
-
getCommandsOrBuilder
Page of matching commands
repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3;
-
hasContinuationToken
boolean hasContinuationToken()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 2;
- Returns:
- Whether the continuationToken field is set.
-
getContinuationToken
String getContinuationToken()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 2;
- Returns:
- The continuationToken.
-
getContinuationTokenBytes
com.google.protobuf.ByteString getContinuationTokenBytes()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 2;
- Returns:
- The bytes for continuationToken.
-