Package org.yamcs.protobuf
Interface Mdb.ListCommandsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ListCommandsResponse
,Mdb.ListCommandsResponse.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ListCommandsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommands
(int index) Matching commandsint
Matching commandsMatching commandsgetCommandsOrBuilder
(int index) Matching commandsList<? extends Mdb.CommandInfoOrBuilder>
Matching commandsToken indicating the response is only partial.com.google.protobuf.ByteString
Token indicating the response is only partial.getSpaceSystems
(int index) Deprecated.com.google.protobuf.ByteString
getSpaceSystemsBytes
(int index) Deprecated.int
Deprecated.Deprecated.getSystems
(int index) Matching subsystems when the ``system`` option was specifiedint
Matching subsystems when the ``system`` option was specifiedMatching subsystems when the ``system`` option was specifiedgetSystemsOrBuilder
(int index) Matching subsystems when the ``system`` option was specifiedList<? extends Mdb.SpaceSystemInfoOrBuilder>
Matching subsystems when the ``system`` option was specifiedint
The total number of results (across all pages)boolean
Token indicating the response is only partial.boolean
The total number of results (across all pages)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
-
getSystemsList
List<Mdb.SpaceSystemInfo> getSystemsList()Matching subsystems when the ``system`` option was specified
repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
-
getSystems
Matching subsystems when the ``system`` option was specified
repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
-
getSystemsCount
int getSystemsCount()Matching subsystems when the ``system`` option was specified
repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
-
getSystemsOrBuilderList
List<? extends Mdb.SpaceSystemInfoOrBuilder> getSystemsOrBuilderList()Matching subsystems when the ``system`` option was specified
repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
-
getSystemsOrBuilder
Matching subsystems when the ``system`` option was specified
repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
-
getSpaceSystemsList
Deprecated.Deprecated. Use ``systems`` instead
repeated string spaceSystems = 4 [deprecated = true];
- Returns:
- A list containing the spaceSystems.
-
getSpaceSystemsCount
Deprecated.Deprecated. Use ``systems`` instead
repeated string spaceSystems = 4 [deprecated = true];
- Returns:
- The count of spaceSystems.
-
getSpaceSystems
Deprecated.Deprecated. Use ``systems`` instead
repeated string spaceSystems = 4 [deprecated = true];
- Parameters:
index
- The index of the element to return.- Returns:
- The spaceSystems at the given index.
-
getSpaceSystemsBytes
Deprecated.Deprecated. Use ``systems`` instead
repeated string spaceSystems = 4 [deprecated = true];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the spaceSystems at the given index.
-
getCommandsList
List<Mdb.CommandInfo> getCommandsList()Matching commands
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommands
Matching commands
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsCount
int getCommandsCount()Matching commands
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsOrBuilderList
List<? extends Mdb.CommandInfoOrBuilder> getCommandsOrBuilderList()Matching commands
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsOrBuilder
Matching commands
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
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.
-
hasTotalSize
boolean hasTotalSize()The total number of results (across all pages)
optional int32 totalSize = 3;
- Returns:
- Whether the totalSize field is set.
-
getTotalSize
int getTotalSize()The total number of results (across all pages)
optional int32 totalSize = 3;
- Returns:
- The totalSize.
-