Class ParameterListInfo.Builder

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

public static final class ParameterListInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ParameterListInfo.Builder> implements ParameterListInfoOrBuilder
Protobuf type yamcs.protobuf.plists.ParameterListInfo
  • 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<ParameterListInfo.Builder>
    • clear

      public ParameterListInfo.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<ParameterListInfo.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<ParameterListInfo.Builder>
    • getDefaultInstanceForType

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

      public ParameterListInfo build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

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

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

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

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

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

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

      public ParameterListInfo.Builder mergeFrom(ParameterListInfo other)
    • isInitialized

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

      public ParameterListInfo.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<ParameterListInfo.Builder>
      Throws:
      IOException
    • hasId

      public boolean hasId()
       List identifier
       
      optional string id = 1;
      Specified by:
      hasId in interface ParameterListInfoOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public String getId()
       List identifier
       
      optional string id = 1;
      Specified by:
      getId in interface ParameterListInfoOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       List identifier
       
      optional string id = 1;
      Specified by:
      getIdBytes in interface ParameterListInfoOrBuilder
      Returns:
      The bytes for id.
    • setId

      public ParameterListInfo.Builder setId(String value)
       List identifier
       
      optional string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public ParameterListInfo.Builder clearId()
       List identifier
       
      optional string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ParameterListInfo.Builder setIdBytes(com.google.protobuf.ByteString value)
       List identifier
       
      optional string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
       List name
       
      optional string name = 2;
      Specified by:
      hasName in interface ParameterListInfoOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       List name
       
      optional string name = 2;
      Specified by:
      getName in interface ParameterListInfoOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       List name
       
      optional string name = 2;
      Specified by:
      getNameBytes in interface ParameterListInfoOrBuilder
      Returns:
      The bytes for name.
    • setName

      public ParameterListInfo.Builder setName(String value)
       List name
       
      optional string name = 2;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public ParameterListInfo.Builder clearName()
       List name
       
      optional string name = 2;
      Returns:
      This builder for chaining.
    • setNameBytes

      public ParameterListInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
       List name
       
      optional string name = 2;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasDescription

      public boolean hasDescription()
       List description
       
      optional string description = 3;
      Specified by:
      hasDescription in interface ParameterListInfoOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
       List description
       
      optional string description = 3;
      Specified by:
      getDescription in interface ParameterListInfoOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       List description
       
      optional string description = 3;
      Specified by:
      getDescriptionBytes in interface ParameterListInfoOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public ParameterListInfo.Builder setDescription(String value)
       List description
       
      optional string description = 3;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public ParameterListInfo.Builder clearDescription()
       List description
       
      optional string description = 3;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public ParameterListInfo.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       List description
       
      optional string description = 3;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • getPatternsList

      public com.google.protobuf.ProtocolStringList getPatternsList()
       Name patterns (glob)
       
      repeated string patterns = 4;
      Specified by:
      getPatternsList in interface ParameterListInfoOrBuilder
      Returns:
      A list containing the patterns.
    • getPatternsCount

      public int getPatternsCount()
       Name patterns (glob)
       
      repeated string patterns = 4;
      Specified by:
      getPatternsCount in interface ParameterListInfoOrBuilder
      Returns:
      The count of patterns.
    • getPatterns

      public String getPatterns(int index)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Specified by:
      getPatterns in interface ParameterListInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The patterns at the given index.
    • getPatternsBytes

      public com.google.protobuf.ByteString getPatternsBytes(int index)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Specified by:
      getPatternsBytes in interface ParameterListInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the patterns at the given index.
    • setPatterns

      public ParameterListInfo.Builder setPatterns(int index, String value)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Parameters:
      index - The index to set the value at.
      value - The patterns to set.
      Returns:
      This builder for chaining.
    • addPatterns

      public ParameterListInfo.Builder addPatterns(String value)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Parameters:
      value - The patterns to add.
      Returns:
      This builder for chaining.
    • addAllPatterns

      public ParameterListInfo.Builder addAllPatterns(Iterable<String> values)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Parameters:
      values - The patterns to add.
      Returns:
      This builder for chaining.
    • clearPatterns

      public ParameterListInfo.Builder clearPatterns()
       Name patterns (glob)
       
      repeated string patterns = 4;
      Returns:
      This builder for chaining.
    • addPatternsBytes

      public ParameterListInfo.Builder addPatternsBytes(com.google.protobuf.ByteString value)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Parameters:
      value - The bytes of the patterns to add.
      Returns:
      This builder for chaining.
    • getMatchList

      public List<Mdb.ParameterInfo> getMatchList()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
      Specified by:
      getMatchList in interface ParameterListInfoOrBuilder
    • getMatchCount

      public int getMatchCount()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
      Specified by:
      getMatchCount in interface ParameterListInfoOrBuilder
    • getMatch

      public Mdb.ParameterInfo getMatch(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
      Specified by:
      getMatch in interface ParameterListInfoOrBuilder
    • setMatch

      public ParameterListInfo.Builder setMatch(int index, Mdb.ParameterInfo value)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • setMatch

      public ParameterListInfo.Builder setMatch(int index, Mdb.ParameterInfo.Builder builderForValue)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • addMatch

       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • addMatch

      public ParameterListInfo.Builder addMatch(int index, Mdb.ParameterInfo value)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • addMatch

      public ParameterListInfo.Builder addMatch(Mdb.ParameterInfo.Builder builderForValue)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • addMatch

      public ParameterListInfo.Builder addMatch(int index, Mdb.ParameterInfo.Builder builderForValue)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • addAllMatch

      public ParameterListInfo.Builder addAllMatch(Iterable<? extends Mdb.ParameterInfo> values)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • clearMatch

      public ParameterListInfo.Builder clearMatch()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • removeMatch

      public ParameterListInfo.Builder removeMatch(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatchBuilder

      public Mdb.ParameterInfo.Builder getMatchBuilder(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatchOrBuilder

      public Mdb.ParameterInfoOrBuilder getMatchOrBuilder(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
      Specified by:
      getMatchOrBuilder in interface ParameterListInfoOrBuilder
    • getMatchOrBuilderList

      public List<? extends Mdb.ParameterInfoOrBuilder> getMatchOrBuilderList()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
      Specified by:
      getMatchOrBuilderList in interface ParameterListInfoOrBuilder
    • addMatchBuilder

      public Mdb.ParameterInfo.Builder addMatchBuilder()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • addMatchBuilder

      public Mdb.ParameterInfo.Builder addMatchBuilder(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatchBuilderList

      public List<Mdb.ParameterInfo.Builder> getMatchBuilderList()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • setUnknownFields

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

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