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.PathSpecifierCaseRouteMatch.PathSpecifierCase. forNumber(int value)RouteMatch.PathSpecifierCaseRouteMatch.Builder. getPathSpecifierCase()RouteMatch.PathSpecifierCaseRouteMatch. getPathSpecifierCase()RouteMatch.PathSpecifierCaseRouteMatchOrBuilder. getPathSpecifierCase()static RouteMatch.PathSpecifierCaseRouteMatch.PathSpecifierCase. valueOf(int value)Deprecated.static RouteMatch.PathSpecifierCaseRouteMatch.PathSpecifierCase. valueOf(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.
-