Class Mdb.ListContainersResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Mdb.ListContainersResponseOrBuilder
Enclosing class:
Mdb.ListContainersResponse

public static final class Mdb.ListContainersResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder> implements Mdb.ListContainersResponseOrBuilder
Protobuf type yamcs.protobuf.mdb.ListContainersResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • getDefaultInstanceForType

      public Mdb.ListContainersResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Mdb.ListContainersResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • setField

      public Mdb.ListContainersResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • clearField

      public Mdb.ListContainersResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • clearOneof

      public Mdb.ListContainersResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • setRepeatedField

      public Mdb.ListContainersResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • addRepeatedField

      public Mdb.ListContainersResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • mergeFrom

      public Mdb.ListContainersResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Mdb.ListContainersResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • mergeFrom

      public Mdb.ListContainersResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Mdb.ListContainersResponse.Builder>
      Throws:
      IOException
    • getSystemsList

      public List<Mdb.SpaceSystemInfo> getSystemsList()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
      Specified by:
      getSystemsList in interface Mdb.ListContainersResponseOrBuilder
    • getSystemsCount

      public int getSystemsCount()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
      Specified by:
      getSystemsCount in interface Mdb.ListContainersResponseOrBuilder
    • getSystems

      public Mdb.SpaceSystemInfo getSystems(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
      Specified by:
      getSystems in interface Mdb.ListContainersResponseOrBuilder
    • setSystems

      public Mdb.ListContainersResponse.Builder setSystems(int index, Mdb.SpaceSystemInfo value)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • setSystems

      public Mdb.ListContainersResponse.Builder setSystems(int index, Mdb.SpaceSystemInfo.Builder builderForValue)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • addSystems

       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • addSystems

      public Mdb.ListContainersResponse.Builder addSystems(int index, Mdb.SpaceSystemInfo value)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • addSystems

       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • addSystems

      public Mdb.ListContainersResponse.Builder addSystems(int index, Mdb.SpaceSystemInfo.Builder builderForValue)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • addAllSystems

      public Mdb.ListContainersResponse.Builder addAllSystems(Iterable<? extends Mdb.SpaceSystemInfo> values)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • clearSystems

      public Mdb.ListContainersResponse.Builder clearSystems()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • removeSystems

      public Mdb.ListContainersResponse.Builder removeSystems(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystemsBuilder

      public Mdb.SpaceSystemInfo.Builder getSystemsBuilder(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystemsOrBuilder

      public Mdb.SpaceSystemInfoOrBuilder getSystemsOrBuilder(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
      Specified by:
      getSystemsOrBuilder in interface Mdb.ListContainersResponseOrBuilder
    • getSystemsOrBuilderList

      public List<? extends Mdb.SpaceSystemInfoOrBuilder> getSystemsOrBuilderList()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
      Specified by:
      getSystemsOrBuilderList in interface Mdb.ListContainersResponseOrBuilder
    • addSystemsBuilder

      public Mdb.SpaceSystemInfo.Builder addSystemsBuilder()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • addSystemsBuilder

      public Mdb.SpaceSystemInfo.Builder addSystemsBuilder(int index)
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSystemsBuilderList

      public List<Mdb.SpaceSystemInfo.Builder> getSystemsBuilderList()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • getSpaceSystemsList

      @Deprecated public com.google.protobuf.ProtocolStringList getSpaceSystemsList()
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Specified by:
      getSpaceSystemsList in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      A list containing the spaceSystems.
    • getSpaceSystemsCount

      @Deprecated public int getSpaceSystemsCount()
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Specified by:
      getSpaceSystemsCount in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      The count of spaceSystems.
    • getSpaceSystems

      @Deprecated public String getSpaceSystems(int index)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Specified by:
      getSpaceSystems in interface Mdb.ListContainersResponseOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The spaceSystems at the given index.
    • getSpaceSystemsBytes

      @Deprecated public com.google.protobuf.ByteString getSpaceSystemsBytes(int index)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Specified by:
      getSpaceSystemsBytes in interface Mdb.ListContainersResponseOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the spaceSystems at the given index.
    • setSpaceSystems

      @Deprecated public Mdb.ListContainersResponse.Builder setSpaceSystems(int index, String value)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The spaceSystems to set.
      Returns:
      This builder for chaining.
    • addSpaceSystems

      @Deprecated public Mdb.ListContainersResponse.Builder addSpaceSystems(String value)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Parameters:
      value - The spaceSystems to add.
      Returns:
      This builder for chaining.
    • addAllSpaceSystems

      @Deprecated public Mdb.ListContainersResponse.Builder addAllSpaceSystems(Iterable<String> values)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Parameters:
      values - The spaceSystems to add.
      Returns:
      This builder for chaining.
    • clearSpaceSystems

      @Deprecated public Mdb.ListContainersResponse.Builder clearSpaceSystems()
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Returns:
      This builder for chaining.
    • addSpaceSystemsBytes

      @Deprecated public Mdb.ListContainersResponse.Builder addSpaceSystemsBytes(com.google.protobuf.ByteString value)
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Parameters:
      value - The bytes of the spaceSystems to add.
      Returns:
      This builder for chaining.
    • getContainersList

      public List<Mdb.ContainerInfo> getContainersList()
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
      Specified by:
      getContainersList in interface Mdb.ListContainersResponseOrBuilder
    • getContainersCount

      public int getContainersCount()
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
      Specified by:
      getContainersCount in interface Mdb.ListContainersResponseOrBuilder
    • getContainers

      public Mdb.ContainerInfo getContainers(int index)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
      Specified by:
      getContainers in interface Mdb.ListContainersResponseOrBuilder
    • setContainers

      public Mdb.ListContainersResponse.Builder setContainers(int index, Mdb.ContainerInfo value)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • setContainers

      public Mdb.ListContainersResponse.Builder setContainers(int index, Mdb.ContainerInfo.Builder builderForValue)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • addContainers

       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • addContainers

      public Mdb.ListContainersResponse.Builder addContainers(int index, Mdb.ContainerInfo value)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • addContainers

      public Mdb.ListContainersResponse.Builder addContainers(Mdb.ContainerInfo.Builder builderForValue)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • addContainers

      public Mdb.ListContainersResponse.Builder addContainers(int index, Mdb.ContainerInfo.Builder builderForValue)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • addAllContainers

      public Mdb.ListContainersResponse.Builder addAllContainers(Iterable<? extends Mdb.ContainerInfo> values)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • clearContainers

      public Mdb.ListContainersResponse.Builder clearContainers()
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • removeContainers

      public Mdb.ListContainersResponse.Builder removeContainers(int index)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • getContainersBuilder

      public Mdb.ContainerInfo.Builder getContainersBuilder(int index)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • getContainersOrBuilder

      public Mdb.ContainerInfoOrBuilder getContainersOrBuilder(int index)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
      Specified by:
      getContainersOrBuilder in interface Mdb.ListContainersResponseOrBuilder
    • getContainersOrBuilderList

      public List<? extends Mdb.ContainerInfoOrBuilder> getContainersOrBuilderList()
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
      Specified by:
      getContainersOrBuilderList in interface Mdb.ListContainersResponseOrBuilder
    • addContainersBuilder

      public Mdb.ContainerInfo.Builder addContainersBuilder()
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • addContainersBuilder

      public Mdb.ContainerInfo.Builder addContainersBuilder(int index)
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • getContainersBuilderList

      public List<Mdb.ContainerInfo.Builder> getContainersBuilderList()
       Matching containers
       
      repeated .yamcs.protobuf.mdb.ContainerInfo containers = 1;
    • hasContinuationToken

      public 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;
      Specified by:
      hasContinuationToken in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      Whether the continuationToken field is set.
    • getContinuationToken

      public 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;
      Specified by:
      getContinuationToken in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      The continuationToken.
    • getContinuationTokenBytes

      public 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;
      Specified by:
      getContinuationTokenBytes in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      The bytes for continuationToken.
    • setContinuationToken

      public Mdb.ListContainersResponse.Builder setContinuationToken(String value)
       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;
      Parameters:
      value - The continuationToken to set.
      Returns:
      This builder for chaining.
    • clearContinuationToken

      public Mdb.ListContainersResponse.Builder clearContinuationToken()
       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:
      This builder for chaining.
    • setContinuationTokenBytes

      public Mdb.ListContainersResponse.Builder setContinuationTokenBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for continuationToken to set.
      Returns:
      This builder for chaining.
    • hasTotalSize

      public boolean hasTotalSize()
       The total number of results (across all pages)
       
      optional int32 totalSize = 3;
      Specified by:
      hasTotalSize in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      Whether the totalSize field is set.
    • getTotalSize

      public int getTotalSize()
       The total number of results (across all pages)
       
      optional int32 totalSize = 3;
      Specified by:
      getTotalSize in interface Mdb.ListContainersResponseOrBuilder
      Returns:
      The totalSize.
    • setTotalSize

      public Mdb.ListContainersResponse.Builder setTotalSize(int value)
       The total number of results (across all pages)
       
      optional int32 totalSize = 3;
      Parameters:
      value - The totalSize to set.
      Returns:
      This builder for chaining.
    • clearTotalSize

      public Mdb.ListContainersResponse.Builder clearTotalSize()
       The total number of results (across all pages)
       
      optional int32 totalSize = 3;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Mdb.ListContainersResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>
    • mergeUnknownFields

      public final Mdb.ListContainersResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersResponse.Builder>