Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteAction.ClusterNotFoundResponseCode
-
Packages that use RouteAction.ClusterNotFoundResponseCode Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteAction.ClusterNotFoundResponseCode in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteAction.ClusterNotFoundResponseCode Modifier and Type Field Description private static RouteAction.ClusterNotFoundResponseCode[]RouteAction.ClusterNotFoundResponseCode. VALUESFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteAction.ClusterNotFoundResponseCode Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RouteAction.ClusterNotFoundResponseCode>RouteAction.ClusterNotFoundResponseCode. internalValueMapMethods in io.envoyproxy.envoy.config.route.v3 that return RouteAction.ClusterNotFoundResponseCode Modifier and Type Method Description static RouteAction.ClusterNotFoundResponseCodeRouteAction.ClusterNotFoundResponseCode. forNumber(int value)RouteAction.ClusterNotFoundResponseCodeRouteAction.Builder. getClusterNotFoundResponseCode()The HTTP status code to use when configured cluster is not found.RouteAction.ClusterNotFoundResponseCodeRouteAction. getClusterNotFoundResponseCode()The HTTP status code to use when configured cluster is not found.RouteAction.ClusterNotFoundResponseCodeRouteActionOrBuilder. getClusterNotFoundResponseCode()The HTTP status code to use when configured cluster is not found.static RouteAction.ClusterNotFoundResponseCodeRouteAction.ClusterNotFoundResponseCode. valueOf(int value)Deprecated.static RouteAction.ClusterNotFoundResponseCodeRouteAction.ClusterNotFoundResponseCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RouteAction.ClusterNotFoundResponseCodeRouteAction.ClusterNotFoundResponseCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RouteAction.ClusterNotFoundResponseCode[]RouteAction.ClusterNotFoundResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteAction.ClusterNotFoundResponseCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RouteAction.ClusterNotFoundResponseCode>RouteAction.ClusterNotFoundResponseCode. internalGetValueMap()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteAction.ClusterNotFoundResponseCode Modifier and Type Method Description RouteAction.BuilderRouteAction.Builder. setClusterNotFoundResponseCode(RouteAction.ClusterNotFoundResponseCode value)The HTTP status code to use when configured cluster is not found.
-