Uses of Class
io.envoyproxy.envoy.service.tap.v2alpha.TapConfig
-
Packages that use TapConfig Package Description io.envoyproxy.envoy.admin.v2alpha io.envoyproxy.envoy.config.common.tap.v2alpha io.envoyproxy.envoy.service.tap.v2alpha -
-
Uses of TapConfig in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return TapConfig Modifier and Type Method Description TapConfigTapRequest.Builder. getTapConfig()The tap configuration to load.TapConfigTapRequest. getTapConfig()The tap configuration to load.TapConfigTapRequestOrBuilder. getTapConfig()The tap configuration to load.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type TapConfig Modifier and Type Method Description TapRequest.BuilderTapRequest.Builder. mergeTapConfig(TapConfig value)The tap configuration to load.TapRequest.BuilderTapRequest.Builder. setTapConfig(TapConfig value)The tap configuration to load. -
Uses of TapConfig in io.envoyproxy.envoy.config.common.tap.v2alpha
Methods in io.envoyproxy.envoy.config.common.tap.v2alpha that return TapConfig Modifier and Type Method Description TapConfigCommonExtensionConfig.Builder. getStaticConfig()If specified, the tap filter will be configured via a static configuration that cannot be changed.TapConfigCommonExtensionConfig. getStaticConfig()If specified, the tap filter will be configured via a static configuration that cannot be changed.TapConfigCommonExtensionConfigOrBuilder. getStaticConfig()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 Modifier and Type Method Description CommonExtensionConfig.BuilderCommonExtensionConfig.Builder. mergeStaticConfig(TapConfig value)If specified, the tap filter will be configured via a static configuration that cannot be changed.CommonExtensionConfig.BuilderCommonExtensionConfig.Builder. setStaticConfig(TapConfig value)If specified, the tap filter will be configured via a static configuration that cannot be changed. -
Uses of TapConfig in io.envoyproxy.envoy.service.tap.v2alpha
Methods in io.envoyproxy.envoy.service.tap.v2alpha that return TapConfig Modifier and Type Method Description TapConfigTapConfig.Builder. build()TapConfigTapConfig.Builder. buildPartial()static TapConfigTapConfig. getDefaultInstance()TapConfigTapConfig.Builder. getDefaultInstanceForType()TapConfigTapConfig. getDefaultInstanceForType()static TapConfigTapConfig. parseDelimitedFrom(InputStream input)static TapConfigTapConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TapConfigTapConfig. parseFrom(byte[] data)static TapConfigTapConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TapConfigTapConfig. parseFrom(com.google.protobuf.ByteString data)static TapConfigTapConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TapConfigTapConfig. parseFrom(com.google.protobuf.CodedInputStream input)static TapConfigTapConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TapConfigTapConfig. parseFrom(InputStream input)static TapConfigTapConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TapConfigTapConfig. parseFrom(ByteBuffer data)static TapConfigTapConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.tap.v2alpha that return types with arguments of type TapConfig Modifier and Type Method Description com.google.protobuf.Parser<TapConfig>TapConfig. getParserForType()static com.google.protobuf.Parser<TapConfig>TapConfig. parser()Methods in io.envoyproxy.envoy.service.tap.v2alpha with parameters of type TapConfig Modifier and Type Method Description TapConfig.BuilderTapConfig.Builder. mergeFrom(TapConfig other)static TapConfig.BuilderTapConfig. newBuilder(TapConfig prototype)
-