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