Uses of Class
io.envoyproxy.envoy.service.tap.v2alpha.TapConfig.Builder
Packages that use TapConfig.Builder
Package
Description
-
Uses of TapConfig.Builder in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return TapConfig.BuilderModifier and TypeMethodDescriptionTapRequest.Builder.getTapConfigBuilder()The tap configuration to load.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type TapConfig.BuilderModifier and TypeMethodDescriptionTapRequest.Builder.setTapConfig(TapConfig.Builder builderForValue) The tap configuration to load. -
Uses of TapConfig.Builder in io.envoyproxy.envoy.config.common.tap.v2alpha
Methods in io.envoyproxy.envoy.config.common.tap.v2alpha that return TapConfig.BuilderModifier and TypeMethodDescriptionCommonExtensionConfig.Builder.getStaticConfigBuilder()If specified, the tap filter will be configured via a static configuration that cannot be changed.Methods in io.envoyproxy.envoy.config.common.tap.v2alpha with parameters of type TapConfig.BuilderModifier and TypeMethodDescriptionCommonExtensionConfig.Builder.setStaticConfig(TapConfig.Builder builderForValue) If specified, the tap filter will be configured via a static configuration that cannot be changed. -
Uses of TapConfig.Builder in io.envoyproxy.envoy.service.tap.v2alpha
Methods in io.envoyproxy.envoy.service.tap.v2alpha that return TapConfig.BuilderModifier and TypeMethodDescriptionTapConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TapConfig.Builder.clear()TapConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TapConfig.Builder.clearMatchConfig()The match configuration.TapConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TapConfig.Builder.clearOutputConfig()The tap output configuration.TapConfig.Builder.clearTapEnabled()[#not-implemented-hide:] Specify if Tap matching is enabled.TapConfig.Builder.clone()TapConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TapConfig.Builder.mergeFrom(com.google.protobuf.Message other) TapConfig.Builder.mergeMatchConfig(MatchPredicate value) The match configuration.TapConfig.Builder.mergeOutputConfig(OutputConfig value) The tap output configuration.TapConfig.Builder.mergeTapEnabled(RuntimeFractionalPercent value) [#not-implemented-hide:] Specify if Tap matching is enabled.final TapConfig.BuilderTapConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TapConfig.BuilderTapConfig.newBuilder()static TapConfig.BuilderTapConfig.newBuilder(TapConfig prototype) TapConfig.newBuilderForType()protected TapConfig.BuilderTapConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TapConfig.Builder.setMatchConfig(MatchPredicate value) The match configuration.TapConfig.Builder.setMatchConfig(MatchPredicate.Builder builderForValue) The match configuration.TapConfig.Builder.setOutputConfig(OutputConfig value) The tap output configuration.TapConfig.Builder.setOutputConfig(OutputConfig.Builder builderForValue) The tap output configuration.TapConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TapConfig.Builder.setTapEnabled(RuntimeFractionalPercent value) [#not-implemented-hide:] Specify if Tap matching is enabled.TapConfig.Builder.setTapEnabled(RuntimeFractionalPercent.Builder builderForValue) [#not-implemented-hide:] Specify if Tap matching is enabled.final TapConfig.BuilderTapConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TapConfig.toBuilder()