envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch
.withName(types.envoy.type.matcher.v3.StringMatcher)
.withParamsMatch({ key: types.envoy.extensions.filters.network.dubbo_proxy.v3.MethodMatch.ParameterMatchSpecifier })
._validate()
Nested Messages
Fields