Class Mdb.ParameterInfo.Builder

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

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

    • getDescriptor

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

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ParameterInfo.Builder>
    • internalGetMutableMapField

      protected com.google.protobuf.MapField internalGetMutableMapField(int number)
      Overrides:
      internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ParameterInfo.Builder>
    • internalGetFieldAccessorTable

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

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

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

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

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

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

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

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

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

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

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

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

      public Mdb.ParameterInfo.Builder mergeFrom(Mdb.ParameterInfo other)
    • isInitialized

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

      public Mdb.ParameterInfo.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.ParameterInfo.Builder>
      Throws:
      IOException
    • hasName

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

      public String getName()
      optional string name = 1;
      Specified by:
      getName in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The name.
    • getNameBytes

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

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

      public Mdb.ParameterInfo.Builder clearName()
      optional string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Mdb.ParameterInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
      optional string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasQualifiedName

      public boolean hasQualifiedName()
      optional string qualifiedName = 2;
      Specified by:
      hasQualifiedName in interface Mdb.ParameterInfoOrBuilder
      Returns:
      Whether the qualifiedName field is set.
    • getQualifiedName

      public String getQualifiedName()
      optional string qualifiedName = 2;
      Specified by:
      getQualifiedName in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The qualifiedName.
    • getQualifiedNameBytes

      public com.google.protobuf.ByteString getQualifiedNameBytes()
      optional string qualifiedName = 2;
      Specified by:
      getQualifiedNameBytes in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The bytes for qualifiedName.
    • setQualifiedName

      public Mdb.ParameterInfo.Builder setQualifiedName(String value)
      optional string qualifiedName = 2;
      Parameters:
      value - The qualifiedName to set.
      Returns:
      This builder for chaining.
    • clearQualifiedName

      public Mdb.ParameterInfo.Builder clearQualifiedName()
      optional string qualifiedName = 2;
      Returns:
      This builder for chaining.
    • setQualifiedNameBytes

      public Mdb.ParameterInfo.Builder setQualifiedNameBytes(com.google.protobuf.ByteString value)
      optional string qualifiedName = 2;
      Parameters:
      value - The bytes for qualifiedName to set.
      Returns:
      This builder for chaining.
    • hasShortDescription

      public boolean hasShortDescription()
      optional string shortDescription = 3;
      Specified by:
      hasShortDescription in interface Mdb.ParameterInfoOrBuilder
      Returns:
      Whether the shortDescription field is set.
    • getShortDescription

      public String getShortDescription()
      optional string shortDescription = 3;
      Specified by:
      getShortDescription in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The shortDescription.
    • getShortDescriptionBytes

      public com.google.protobuf.ByteString getShortDescriptionBytes()
      optional string shortDescription = 3;
      Specified by:
      getShortDescriptionBytes in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The bytes for shortDescription.
    • setShortDescription

      public Mdb.ParameterInfo.Builder setShortDescription(String value)
      optional string shortDescription = 3;
      Parameters:
      value - The shortDescription to set.
      Returns:
      This builder for chaining.
    • clearShortDescription

      public Mdb.ParameterInfo.Builder clearShortDescription()
      optional string shortDescription = 3;
      Returns:
      This builder for chaining.
    • setShortDescriptionBytes

      public Mdb.ParameterInfo.Builder setShortDescriptionBytes(com.google.protobuf.ByteString value)
      optional string shortDescription = 3;
      Parameters:
      value - The bytes for shortDescription to set.
      Returns:
      This builder for chaining.
    • hasLongDescription

      public boolean hasLongDescription()
      optional string longDescription = 4;
      Specified by:
      hasLongDescription in interface Mdb.ParameterInfoOrBuilder
      Returns:
      Whether the longDescription field is set.
    • getLongDescription

      public String getLongDescription()
      optional string longDescription = 4;
      Specified by:
      getLongDescription in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The longDescription.
    • getLongDescriptionBytes

      public com.google.protobuf.ByteString getLongDescriptionBytes()
      optional string longDescription = 4;
      Specified by:
      getLongDescriptionBytes in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The bytes for longDescription.
    • setLongDescription

      public Mdb.ParameterInfo.Builder setLongDescription(String value)
      optional string longDescription = 4;
      Parameters:
      value - The longDescription to set.
      Returns:
      This builder for chaining.
    • clearLongDescription

      public Mdb.ParameterInfo.Builder clearLongDescription()
      optional string longDescription = 4;
      Returns:
      This builder for chaining.
    • setLongDescriptionBytes

      public Mdb.ParameterInfo.Builder setLongDescriptionBytes(com.google.protobuf.ByteString value)
      optional string longDescription = 4;
      Parameters:
      value - The bytes for longDescription to set.
      Returns:
      This builder for chaining.
    • getAliasList

      public List<Yamcs.NamedObjectId> getAliasList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
      Specified by:
      getAliasList in interface Mdb.ParameterInfoOrBuilder
    • getAliasCount

      public int getAliasCount()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
      Specified by:
      getAliasCount in interface Mdb.ParameterInfoOrBuilder
    • getAlias

      public Yamcs.NamedObjectId getAlias(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
      Specified by:
      getAlias in interface Mdb.ParameterInfoOrBuilder
    • setAlias

      public Mdb.ParameterInfo.Builder setAlias(int index, Yamcs.NamedObjectId value)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • setAlias

      public Mdb.ParameterInfo.Builder setAlias(int index, Yamcs.NamedObjectId.Builder builderForValue)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • addAlias

      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • addAlias

      public Mdb.ParameterInfo.Builder addAlias(int index, Yamcs.NamedObjectId value)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • addAlias

      public Mdb.ParameterInfo.Builder addAlias(Yamcs.NamedObjectId.Builder builderForValue)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • addAlias

      public Mdb.ParameterInfo.Builder addAlias(int index, Yamcs.NamedObjectId.Builder builderForValue)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • addAllAlias

      public Mdb.ParameterInfo.Builder addAllAlias(Iterable<? extends Yamcs.NamedObjectId> values)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • clearAlias

      public Mdb.ParameterInfo.Builder clearAlias()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • removeAlias

      public Mdb.ParameterInfo.Builder removeAlias(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasBuilder

      public Yamcs.NamedObjectId.Builder getAliasBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getAliasOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
      Specified by:
      getAliasOrBuilder in interface Mdb.ParameterInfoOrBuilder
    • getAliasOrBuilderList

      public List<? extends Yamcs.NamedObjectIdOrBuilder> getAliasOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
      Specified by:
      getAliasOrBuilderList in interface Mdb.ParameterInfoOrBuilder
    • addAliasBuilder

      public Yamcs.NamedObjectId.Builder addAliasBuilder()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • addAliasBuilder

      public Yamcs.NamedObjectId.Builder addAliasBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasBuilderList

      public List<Yamcs.NamedObjectId.Builder> getAliasBuilderList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • hasType

      public boolean hasType()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
      Specified by:
      hasType in interface Mdb.ParameterInfoOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      public Mdb.ParameterTypeInfo getType()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
      Specified by:
      getType in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The type.
    • setType

      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
    • setType

      public Mdb.ParameterInfo.Builder setType(Mdb.ParameterTypeInfo.Builder builderForValue)
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
    • mergeType

      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
    • clearType

      public Mdb.ParameterInfo.Builder clearType()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
    • getTypeBuilder

      public Mdb.ParameterTypeInfo.Builder getTypeBuilder()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
    • getTypeOrBuilder

      public Mdb.ParameterTypeInfoOrBuilder getTypeOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
      Specified by:
      getTypeOrBuilder in interface Mdb.ParameterInfoOrBuilder
    • hasDataSource

      public boolean hasDataSource()
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
      Specified by:
      hasDataSource in interface Mdb.ParameterInfoOrBuilder
      Returns:
      Whether the dataSource field is set.
    • getDataSource

      public Mdb.DataSourceType getDataSource()
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
      Specified by:
      getDataSource in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The dataSource.
    • setDataSource

      public Mdb.ParameterInfo.Builder setDataSource(Mdb.DataSourceType value)
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
      Parameters:
      value - The dataSource to set.
      Returns:
      This builder for chaining.
    • clearDataSource

      public Mdb.ParameterInfo.Builder clearDataSource()
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
      Returns:
      This builder for chaining.
    • hasUsedBy

      public boolean hasUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
      Specified by:
      hasUsedBy in interface Mdb.ParameterInfoOrBuilder
      Returns:
      Whether the usedBy field is set.
    • getUsedBy

      public Mdb.UsedByInfo getUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
      Specified by:
      getUsedBy in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The usedBy.
    • setUsedBy

      public Mdb.ParameterInfo.Builder setUsedBy(Mdb.UsedByInfo value)
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
    • setUsedBy

      public Mdb.ParameterInfo.Builder setUsedBy(Mdb.UsedByInfo.Builder builderForValue)
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
    • mergeUsedBy

      public Mdb.ParameterInfo.Builder mergeUsedBy(Mdb.UsedByInfo value)
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
    • clearUsedBy

      public Mdb.ParameterInfo.Builder clearUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
    • getUsedByBuilder

      public Mdb.UsedByInfo.Builder getUsedByBuilder()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
    • getUsedByOrBuilder

      public Mdb.UsedByInfoOrBuilder getUsedByOrBuilder()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
      Specified by:
      getUsedByOrBuilder in interface Mdb.ParameterInfoOrBuilder
    • getAncillaryDataCount

      public int getAncillaryDataCount()
      Description copied from interface: Mdb.ParameterInfoOrBuilder
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
      Specified by:
      getAncillaryDataCount in interface Mdb.ParameterInfoOrBuilder
    • containsAncillaryData

      public boolean containsAncillaryData(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
      Specified by:
      containsAncillaryData in interface Mdb.ParameterInfoOrBuilder
    • getAncillaryData

      @Deprecated public Map<String,Mdb.AncillaryDataInfo> getAncillaryData()
      Deprecated.
      Specified by:
      getAncillaryData in interface Mdb.ParameterInfoOrBuilder
    • getAncillaryDataMap

      public Map<String,Mdb.AncillaryDataInfo> getAncillaryDataMap()
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
      Specified by:
      getAncillaryDataMap in interface Mdb.ParameterInfoOrBuilder
    • getAncillaryDataOrDefault

      public Mdb.AncillaryDataInfo getAncillaryDataOrDefault(String key, Mdb.AncillaryDataInfo defaultValue)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
      Specified by:
      getAncillaryDataOrDefault in interface Mdb.ParameterInfoOrBuilder
    • getAncillaryDataOrThrow

      public Mdb.AncillaryDataInfo getAncillaryDataOrThrow(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
      Specified by:
      getAncillaryDataOrThrow in interface Mdb.ParameterInfoOrBuilder
    • clearAncillaryData

      public Mdb.ParameterInfo.Builder clearAncillaryData()
    • removeAncillaryData

      public Mdb.ParameterInfo.Builder removeAncillaryData(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • getMutableAncillaryData

      @Deprecated public Map<String,Mdb.AncillaryDataInfo> getMutableAncillaryData()
      Deprecated.
      Use alternate mutation accessors instead.
    • putAncillaryData

      public Mdb.ParameterInfo.Builder putAncillaryData(String key, Mdb.AncillaryDataInfo value)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • putAllAncillaryData

      public Mdb.ParameterInfo.Builder putAllAncillaryData(Map<String,Mdb.AncillaryDataInfo> values)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
    • getPathList

      public com.google.protobuf.ProtocolStringList getPathList()
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Specified by:
      getPathList in interface Mdb.ParameterInfoOrBuilder
      Returns:
      A list containing the path.
    • getPathCount

      public int getPathCount()
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Specified by:
      getPathCount in interface Mdb.ParameterInfoOrBuilder
      Returns:
      The count of path.
    • getPath

      public String getPath(int index)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Specified by:
      getPath in interface Mdb.ParameterInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The path at the given index.
    • getPathBytes

      public com.google.protobuf.ByteString getPathBytes(int index)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Specified by:
      getPathBytes in interface Mdb.ParameterInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the path at the given index.
    • setPath

      public Mdb.ParameterInfo.Builder setPath(int index, String value)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Parameters:
      index - The index to set the value at.
      value - The path to set.
      Returns:
      This builder for chaining.
    • addPath

      public Mdb.ParameterInfo.Builder addPath(String value)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Parameters:
      value - The path to add.
      Returns:
      This builder for chaining.
    • addAllPath

      public Mdb.ParameterInfo.Builder addAllPath(Iterable<String> values)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Parameters:
      values - The path to add.
      Returns:
      This builder for chaining.
    • clearPath

      public Mdb.ParameterInfo.Builder clearPath()
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Returns:
      This builder for chaining.
    • addPathBytes

      public Mdb.ParameterInfo.Builder addPathBytes(com.google.protobuf.ByteString value)
       Operations that return aggregate members or array entries
       may use this field to indicate the path within the parameter.   
       
      repeated string path = 10;
      Parameters:
      value - The bytes of the path to add.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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