Package org.yamcs.protobuf
Interface Mdb.ListAlgorithmsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ListAlgorithmsResponse,Mdb.ListAlgorithmsResponse.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ListAlgorithmsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mdb.AlgorithmInfogetAlgorithms(int index)repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;intgetAlgorithmsCount()repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;List<Mdb.AlgorithmInfo>getAlgorithmsList()repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;Mdb.AlgorithmInfoOrBuildergetAlgorithmsOrBuilder(int index)repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;List<? extends Mdb.AlgorithmInfoOrBuilder>getAlgorithmsOrBuilderList()repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 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;
-
getAlgorithmsList
List<Mdb.AlgorithmInfo> getAlgorithmsList()
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
-
getAlgorithms
Mdb.AlgorithmInfo getAlgorithms(int index)
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
-
getAlgorithmsCount
int getAlgorithmsCount()
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
-
getAlgorithmsOrBuilderList
List<? extends Mdb.AlgorithmInfoOrBuilder> getAlgorithmsOrBuilderList()
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 1;
-
getAlgorithmsOrBuilder
Mdb.AlgorithmInfoOrBuilder getAlgorithmsOrBuilder(int index)
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithms = 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;
-
-