Package org.yamcs.protobuf
Interface Mdb.ListContainersResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ListContainersResponse,Mdb.ListContainersResponse.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ListContainersResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mdb.ContainerInfogetContainers(int index)repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;intgetContainersCount()repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;List<Mdb.ContainerInfo>getContainersList()repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;Mdb.ContainerInfoOrBuildergetContainersOrBuilder(int index)repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;List<? extends Mdb.ContainerInfoOrBuilder>getContainersOrBuilderList()repeated .yamcs.protobuf.mdb.ContainerInfo containers = 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;
-
getContainersList
List<Mdb.ContainerInfo> getContainersList()
repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
-
getContainers
Mdb.ContainerInfo getContainers(int index)
repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
-
getContainersCount
int getContainersCount()
repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
-
getContainersOrBuilderList
List<? extends Mdb.ContainerInfoOrBuilder> getContainersOrBuilderList()
repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
-
getContainersOrBuilder
Mdb.ContainerInfoOrBuilder getContainersOrBuilder(int index)
repeated .yamcs.protobuf.mdb.ContainerInfo containers = 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;
-
-