public interface MethodMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParamsMatch(int key)
Method parameter definition.
|
StringMatcher |
getName()
The name of the method.
|
StringMatcherOrBuilder |
getNameOrBuilder()
The name of the method.
|
Map<Integer,MethodMatch.ParameterMatchSpecifier> |
getParamsMatch()
Deprecated.
|
int |
getParamsMatchCount()
Method parameter definition.
|
Map<Integer,MethodMatch.ParameterMatchSpecifier> |
getParamsMatchMap()
Method parameter definition.
|
MethodMatch.ParameterMatchSpecifier |
getParamsMatchOrDefault(int key,
MethodMatch.ParameterMatchSpecifier defaultValue)
Method parameter definition.
|
MethodMatch.ParameterMatchSpecifier |
getParamsMatchOrThrow(int key)
Method parameter definition.
|
boolean |
hasName()
The name of the method.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
The name of the method.
.envoy.type.matcher.v4alpha.StringMatcher name = 1;StringMatcher getName()
The name of the method.
.envoy.type.matcher.v4alpha.StringMatcher name = 1;StringMatcherOrBuilder getNameOrBuilder()
The name of the method.
.envoy.type.matcher.v4alpha.StringMatcher name = 1;int getParamsMatchCount()
Method parameter definition. The key is the parameter index, starting from 0. The value is the parameter matching type.
map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v4alpha.MethodMatch.ParameterMatchSpecifier> params_match = 2;boolean containsParamsMatch(int key)
Method parameter definition. The key is the parameter index, starting from 0. The value is the parameter matching type.
map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v4alpha.MethodMatch.ParameterMatchSpecifier> params_match = 2;@Deprecated Map<Integer,MethodMatch.ParameterMatchSpecifier> getParamsMatch()
getParamsMatchMap() instead.Map<Integer,MethodMatch.ParameterMatchSpecifier> getParamsMatchMap()
Method parameter definition. The key is the parameter index, starting from 0. The value is the parameter matching type.
map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v4alpha.MethodMatch.ParameterMatchSpecifier> params_match = 2;MethodMatch.ParameterMatchSpecifier getParamsMatchOrDefault(int key, MethodMatch.ParameterMatchSpecifier defaultValue)
Method parameter definition. The key is the parameter index, starting from 0. The value is the parameter matching type.
map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v4alpha.MethodMatch.ParameterMatchSpecifier> params_match = 2;MethodMatch.ParameterMatchSpecifier getParamsMatchOrThrow(int key)
Method parameter definition. The key is the parameter index, starting from 0. The value is the parameter matching type.
map<uint32, .envoy.extensions.filters.network.dubbo_proxy.v4alpha.MethodMatch.ParameterMatchSpecifier> params_match = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.