Class Mdb.ListParametersResponse.Builder

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

public static final class Mdb.ListParametersResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListParametersResponse.Builder> implements Mdb.ListParametersResponseOrBuilder
Protobuf type yamcs.protobuf.mdb.ListParametersResponse
  • 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.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.Builder>
    • getDefaultInstanceForType

      public Mdb.ListParametersResponse 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.ListParametersResponse 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.ListParametersResponse.Builder>
    • setField

      public Mdb.ListParametersResponse.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.ListParametersResponse.Builder>
    • clearField

      public Mdb.ListParametersResponse.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.ListParametersResponse.Builder>
    • clearOneof

      public Mdb.ListParametersResponse.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.ListParametersResponse.Builder>
    • setRepeatedField

      public Mdb.ListParametersResponse.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.ListParametersResponse.Builder>
    • addRepeatedField

      public Mdb.ListParametersResponse.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.ListParametersResponse.Builder>
    • mergeFrom

      public Mdb.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.Builder>
    • mergeFrom

      public Mdb.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponseOrBuilder
    • 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.ListParametersResponseOrBuilder
    • 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.ListParametersResponseOrBuilder
    • setSystems

      public Mdb.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.Builder clearSystems()
       Matching subsystems when the ``system`` option was specified
       
      repeated .yamcs.protobuf.mdb.SpaceSystemInfo systems = 5;
    • removeSystems

      public Mdb.ListParametersResponse.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.ListParametersResponseOrBuilder
    • 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.ListParametersResponseOrBuilder
    • 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.ListParametersResponseOrBuilder
      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.ListParametersResponseOrBuilder
      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.ListParametersResponseOrBuilder
      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.ListParametersResponseOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the spaceSystems at the given index.
    • setSpaceSystems

      @Deprecated public Mdb.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.Builder clearSpaceSystems()
      Deprecated.
       Deprecated. Use ``systems`` instead
       
      repeated string spaceSystems = 4 [deprecated = true];
      Returns:
      This builder for chaining.
    • addSpaceSystemsBytes

      @Deprecated public Mdb.ListParametersResponse.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.
    • getParametersList

      public List<Mdb.ParameterInfo> getParametersList()
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
      Specified by:
      getParametersList in interface Mdb.ListParametersResponseOrBuilder
    • getParametersCount

      public int getParametersCount()
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
      Specified by:
      getParametersCount in interface Mdb.ListParametersResponseOrBuilder
    • getParameters

      public Mdb.ParameterInfo getParameters(int index)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
      Specified by:
      getParameters in interface Mdb.ListParametersResponseOrBuilder
    • setParameters

      public Mdb.ListParametersResponse.Builder setParameters(int index, Mdb.ParameterInfo value)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • setParameters

      public Mdb.ListParametersResponse.Builder setParameters(int index, Mdb.ParameterInfo.Builder builderForValue)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • addParameters

       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • addParameters

      public Mdb.ListParametersResponse.Builder addParameters(int index, Mdb.ParameterInfo value)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • addParameters

      public Mdb.ListParametersResponse.Builder addParameters(Mdb.ParameterInfo.Builder builderForValue)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • addParameters

      public Mdb.ListParametersResponse.Builder addParameters(int index, Mdb.ParameterInfo.Builder builderForValue)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • addAllParameters

      public Mdb.ListParametersResponse.Builder addAllParameters(Iterable<? extends Mdb.ParameterInfo> values)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • clearParameters

      public Mdb.ListParametersResponse.Builder clearParameters()
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • removeParameters

      public Mdb.ListParametersResponse.Builder removeParameters(int index)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • getParametersBuilder

      public Mdb.ParameterInfo.Builder getParametersBuilder(int index)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • getParametersOrBuilder

      public Mdb.ParameterInfoOrBuilder getParametersOrBuilder(int index)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
      Specified by:
      getParametersOrBuilder in interface Mdb.ListParametersResponseOrBuilder
    • getParametersOrBuilderList

      public List<? extends Mdb.ParameterInfoOrBuilder> getParametersOrBuilderList()
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
      Specified by:
      getParametersOrBuilderList in interface Mdb.ListParametersResponseOrBuilder
    • addParametersBuilder

      public Mdb.ParameterInfo.Builder addParametersBuilder()
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • addParametersBuilder

      public Mdb.ParameterInfo.Builder addParametersBuilder(int index)
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 1;
    • getParametersBuilderList

      public List<Mdb.ParameterInfo.Builder> getParametersBuilderList()
       Matching parameters
       
      repeated .yamcs.protobuf.mdb.ParameterInfo parameters = 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.ListParametersResponseOrBuilder
      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.ListParametersResponseOrBuilder
      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.ListParametersResponseOrBuilder
      Returns:
      The bytes for continuationToken.
    • setContinuationToken

      public Mdb.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponse.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.ListParametersResponseOrBuilder
      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.ListParametersResponseOrBuilder
      Returns:
      The totalSize.
    • setTotalSize

      public Mdb.ListParametersResponse.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.ListParametersResponse.Builder clearTotalSize()
       The total number of results (across all pages)
       
      optional int32 totalSize = 3;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Mdb.ListParametersResponse.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.ListParametersResponse.Builder>
    • mergeUnknownFields

      public final Mdb.ListParametersResponse.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.ListParametersResponse.Builder>