Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher.RuleCase
-
Packages that use PathMatcher.RuleCase Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of PathMatcher.RuleCase in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher.RuleCase Modifier and Type Method Description static PathMatcher.RuleCase
PathMatcher.RuleCase. forNumber(int value)
PathMatcher.RuleCase
PathMatcher.Builder. getRuleCase()
PathMatcher.RuleCase
PathMatcher. getRuleCase()
PathMatcher.RuleCase
PathMatcherOrBuilder. getRuleCase()
static PathMatcher.RuleCase
PathMatcher.RuleCase. valueOf(int value)
Deprecated.static PathMatcher.RuleCase
PathMatcher.RuleCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PathMatcher.RuleCase[]
PathMatcher.RuleCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-