Class TapConfig.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<TapConfig.Builder>
io.envoyproxy.envoy.config.tap.v3.TapConfig.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TapConfigOrBuilder, Cloneable
Enclosing class:
TapConfig

public static final class TapConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TapConfig.Builder> implements TapConfigOrBuilder
 Tap configuration.
 
Protobuf type envoy.config.tap.v3.TapConfig
  • 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<TapConfig.Builder>
    • clear

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

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

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

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

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

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

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

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

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

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

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

      public TapConfig.Builder mergeFrom(TapConfig other)
    • isInitialized

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

      public TapConfig.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<TapConfig.Builder>
      Throws:
      IOException
    • hasMatchConfig

      @Deprecated public boolean hasMatchConfig()
      Deprecated.
      envoy.config.tap.v3.TapConfig.match_config is deprecated. See envoy/config/tap/v3/common.proto;l=38
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      hasMatchConfig in interface TapConfigOrBuilder
      Returns:
      Whether the matchConfig field is set.
    • getMatchConfig

      @Deprecated public MatchPredicate getMatchConfig()
      Deprecated.
      envoy.config.tap.v3.TapConfig.match_config is deprecated. See envoy/config/tap/v3/common.proto;l=38
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getMatchConfig in interface TapConfigOrBuilder
      Returns:
      The matchConfig.
    • setMatchConfig

      @Deprecated public TapConfig.Builder setMatchConfig(MatchPredicate value)
      Deprecated.
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • setMatchConfig

      @Deprecated public TapConfig.Builder setMatchConfig(MatchPredicate.Builder builderForValue)
      Deprecated.
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • mergeMatchConfig

      @Deprecated public TapConfig.Builder mergeMatchConfig(MatchPredicate value)
      Deprecated.
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • clearMatchConfig

      @Deprecated public TapConfig.Builder clearMatchConfig()
      Deprecated.
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • getMatchConfigBuilder

      @Deprecated public MatchPredicate.Builder getMatchConfigBuilder()
      Deprecated.
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • getMatchConfigOrBuilder

      @Deprecated public MatchPredicateOrBuilder getMatchConfigOrBuilder()
      Deprecated.
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.tap.v3.MatchPredicate match_config = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getMatchConfigOrBuilder in interface TapConfigOrBuilder
    • hasMatch

      public boolean hasMatch()
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
      Specified by:
      hasMatch in interface TapConfigOrBuilder
      Returns:
      Whether the match field is set.
    • getMatch

      public MatchPredicate getMatch()
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
      Specified by:
      getMatch in interface TapConfigOrBuilder
      Returns:
      The match.
    • setMatch

      public TapConfig.Builder setMatch(MatchPredicate value)
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
    • setMatch

      public TapConfig.Builder setMatch(MatchPredicate.Builder builderForValue)
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
    • mergeMatch

      public TapConfig.Builder mergeMatch(MatchPredicate value)
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
    • clearMatch

      public TapConfig.Builder clearMatch()
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
    • getMatchBuilder

      public MatchPredicate.Builder getMatchBuilder()
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
    • getMatchOrBuilder

      public MatchPredicateOrBuilder getMatchOrBuilder()
       The match configuration. If the configuration matches the data source being tapped, a tap will
       occur, with the result written to the configured output.
       Exactly one of :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` and
       :ref:`match_config <envoy_v3_api_field_config.tap.v3.TapConfig.match_config>` must be set. If both
       are set, the :ref:`match <envoy_v3_api_field_config.tap.v3.TapConfig.match>` will be used.
       
      .envoy.config.common.matcher.v3.MatchPredicate match = 4;
      Specified by:
      getMatchOrBuilder in interface TapConfigOrBuilder
    • hasOutputConfig

      public boolean hasOutputConfig()
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
      Specified by:
      hasOutputConfig in interface TapConfigOrBuilder
      Returns:
      Whether the outputConfig field is set.
    • getOutputConfig

      public OutputConfig getOutputConfig()
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
      Specified by:
      getOutputConfig in interface TapConfigOrBuilder
      Returns:
      The outputConfig.
    • setOutputConfig

      public TapConfig.Builder setOutputConfig(OutputConfig value)
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
    • setOutputConfig

      public TapConfig.Builder setOutputConfig(OutputConfig.Builder builderForValue)
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
    • mergeOutputConfig

      public TapConfig.Builder mergeOutputConfig(OutputConfig value)
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
    • clearOutputConfig

      public TapConfig.Builder clearOutputConfig()
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
    • getOutputConfigBuilder

      public OutputConfig.Builder getOutputConfigBuilder()
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
    • getOutputConfigOrBuilder

      public OutputConfigOrBuilder getOutputConfigOrBuilder()
       The tap output configuration. If a match configuration matches a data source being tapped,
       a tap will occur and the data will be written to the configured output.
       
      .envoy.config.tap.v3.OutputConfig output_config = 2 [(.validate.rules) = { ... }
      Specified by:
      getOutputConfigOrBuilder in interface TapConfigOrBuilder
    • hasTapEnabled

      public boolean hasTapEnabled()
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
      Specified by:
      hasTapEnabled in interface TapConfigOrBuilder
      Returns:
      Whether the tapEnabled field is set.
    • getTapEnabled

      public RuntimeFractionalPercent getTapEnabled()
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
      Specified by:
      getTapEnabled in interface TapConfigOrBuilder
      Returns:
      The tapEnabled.
    • setTapEnabled

      public TapConfig.Builder setTapEnabled(RuntimeFractionalPercent value)
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
    • setTapEnabled

      public TapConfig.Builder setTapEnabled(RuntimeFractionalPercent.Builder builderForValue)
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
    • mergeTapEnabled

      public TapConfig.Builder mergeTapEnabled(RuntimeFractionalPercent value)
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
    • clearTapEnabled

      public TapConfig.Builder clearTapEnabled()
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
    • getTapEnabledBuilder

      public RuntimeFractionalPercent.Builder getTapEnabledBuilder()
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
    • getTapEnabledOrBuilder

      public RuntimeFractionalPercentOrBuilder getTapEnabledOrBuilder()
       [#not-implemented-hide:] Specify if Tap matching is enabled. The % of requests\connections for
       which the tap matching is enabled. When not enabled, the request\connection will not be
       recorded.
      
       .. note::
      
         This field defaults to 100/:ref:`HUNDRED
         <envoy_v3_api_enum_type.v3.FractionalPercent.DenominatorType>`.
       
      .envoy.config.core.v3.RuntimeFractionalPercent tap_enabled = 3;
      Specified by:
      getTapEnabledOrBuilder in interface TapConfigOrBuilder
    • setUnknownFields

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

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