// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/tap/v2alpha/common.proto
package io.envoyproxy.envoy.service.tap.v2alpha;
public interface TapConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.tap.v2alpha.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.
*
*
* .envoy.service.tap.v2alpha.MatchPredicate match_config = 1 [(.validate.rules) = { ... }
*/
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.
*
*
* .envoy.service.tap.v2alpha.MatchPredicate match_config = 1 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.service.tap.v2alpha.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.
*
*
* .envoy.service.tap.v2alpha.MatchPredicate match_config = 1 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.service.tap.v2alpha.MatchPredicateOrBuilder getMatchConfigOrBuilder();
/**
*
* 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.service.tap.v2alpha.OutputConfig output_config = 2 [(.validate.rules) = { ... }
*/
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.service.tap.v2alpha.OutputConfig output_config = 2 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.service.tap.v2alpha.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.service.tap.v2alpha.OutputConfig output_config = 2 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.service.tap.v2alpha.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_api_enum_type.FractionalPercent.DenominatorType>`.
*
*
* .envoy.api.v2.core.RuntimeFractionalPercent tap_enabled = 3;
*/
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_api_enum_type.FractionalPercent.DenominatorType>`.
*
*
* .envoy.api.v2.core.RuntimeFractionalPercent tap_enabled = 3;
*/
io.envoyproxy.envoy.api.v2.core.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_api_enum_type.FractionalPercent.DenominatorType>`.
*
*
* .envoy.api.v2.core.RuntimeFractionalPercent tap_enabled = 3;
*/
io.envoyproxy.envoy.api.v2.core.RuntimeFractionalPercentOrBuilder getTapEnabledOrBuilder();
}