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