// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/tap/v3/common.proto
package io.envoyproxy.envoy.config.tap.v3;
public interface TapConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.tap.v3.TapConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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"];
* @deprecated envoy.config.tap.v3.TapConfig.match_config is deprecated.
* See envoy/config/tap/v3/common.proto;l=38
* @return Whether the matchConfig field is set.
*/
@java.lang.Deprecated boolean hasMatchConfig();
/**
*
* 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"];
* @deprecated envoy.config.tap.v3.TapConfig.match_config is deprecated.
* See envoy/config/tap/v3/common.proto;l=38
* @return The matchConfig.
*/
@java.lang.Deprecated io.envoyproxy.envoy.config.tap.v3.MatchPredicate getMatchConfig();
/**
*
* 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"];
*/
@java.lang.Deprecated io.envoyproxy.envoy.config.tap.v3.MatchPredicateOrBuilder getMatchConfigOrBuilder();
/**
*
* 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;
* @return Whether the match field is set.
*/
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;
* @return The match.
*/
io.envoyproxy.envoy.config.common.matcher.v3.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;
*/
io.envoyproxy.envoy.config.common.matcher.v3.MatchPredicateOrBuilder getMatchOrBuilder();
/**
*
* 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) = { ... }
* @return Whether the outputConfig field is set.
*/
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) = { ... }
* @return The outputConfig.
*/
io.envoyproxy.envoy.config.tap.v3.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) = { ... }
*/
io.envoyproxy.envoy.config.tap.v3.OutputConfigOrBuilder getOutputConfigOrBuilder();
/**
*
* [#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;
* @return Whether the tapEnabled field is set.
*/
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;
* @return The tapEnabled.
*/
io.envoyproxy.envoy.config.core.v3.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;
*/
io.envoyproxy.envoy.config.core.v3.RuntimeFractionalPercentOrBuilder getTapEnabledOrBuilder();
}