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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mdb.CommandInfogetCommands(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;intgetCommandsCount()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<Mdb.CommandInfo>getCommandsList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfoOrBuildergetCommandsOrBuilder(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<? extends Mdb.CommandInfoOrBuilder>getCommandsOrBuilderList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;StringgetContinuationToken()optional string continuationToken = 2;com.google.protobuf.ByteStringgetContinuationTokenBytes()optional string continuationToken = 2;StringgetSpaceSystems(int index)repeated string spaceSystems = 4;com.google.protobuf.ByteStringgetSpaceSystemsBytes(int index)repeated string spaceSystems = 4;intgetSpaceSystemsCount()repeated string spaceSystems = 4;List<String>getSpaceSystemsList()repeated string spaceSystems = 4;intgetTotalSize()optional int32 totalSize = 3;booleanhasContinuationToken()optional string continuationToken = 2;booleanhasTotalSize()optional int32 totalSize = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSpaceSystemsCount
int getSpaceSystemsCount()
repeated string spaceSystems = 4;
-
getSpaceSystems
String getSpaceSystems(int index)
repeated string spaceSystems = 4;
-
getSpaceSystemsBytes
com.google.protobuf.ByteString getSpaceSystemsBytes(int index)
repeated string spaceSystems = 4;
-
getCommandsList
List<Mdb.CommandInfo> getCommandsList()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommands
Mdb.CommandInfo getCommands(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsCount
int getCommandsCount()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsOrBuilderList
List<? extends Mdb.CommandInfoOrBuilder> getCommandsOrBuilderList()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsOrBuilder
Mdb.CommandInfoOrBuilder getCommandsOrBuilder(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 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;
-
hasTotalSize
boolean hasTotalSize()
optional int32 totalSize = 3;
-
getTotalSize
int getTotalSize()
optional int32 totalSize = 3;
-
-