public interface TapConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MatchPredicate |
getMatchConfig()
The match configuration.
|
MatchPredicateOrBuilder |
getMatchConfigOrBuilder()
The match configuration.
|
OutputConfig |
getOutputConfig()
The tap output configuration.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
The tap output configuration.
|
RuntimeFractionalPercent |
getTapEnabled()
[#not-implemented-hide:] Specify if Tap matching is enabled.
|
RuntimeFractionalPercentOrBuilder |
getTapEnabledOrBuilder()
[#not-implemented-hide:] Specify if Tap matching is enabled.
|
boolean |
hasMatchConfig()
The match configuration.
|
boolean |
hasOutputConfig()
The tap output configuration.
|
boolean |
hasTapEnabled()
[#not-implemented-hide:] Specify if Tap matching is enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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) = { ... }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) = { ... }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.
.envoy.service.tap.v2alpha.MatchPredicate match_config = 1 [(.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) = { ... }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) = { ... }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.service.tap.v2alpha.OutputConfig output_config = 2 [(.validate.rules) = { ... }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;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;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_api_enum_type.FractionalPercent.DenominatorType>`.
.envoy.api.v2.core.RuntimeFractionalPercent tap_enabled = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.