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 Detail

      • getSpaceSystemsList

        List<String> getSpaceSystemsList()
        repeated string spaceSystems = 4;
      • 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;