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. VALUES
Fields 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. internalValueMap
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteAction.ClusterNotFoundResponseCode Modifier and Type Method Description static RouteAction.ClusterNotFoundResponseCode
RouteAction.ClusterNotFoundResponseCode. forNumber(int value)
RouteAction.ClusterNotFoundResponseCode
RouteAction.Builder. getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.RouteAction.ClusterNotFoundResponseCode
RouteAction. getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.RouteAction.ClusterNotFoundResponseCode
RouteActionOrBuilder. getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.static RouteAction.ClusterNotFoundResponseCode
RouteAction.ClusterNotFoundResponseCode. valueOf(int value)
Deprecated.static RouteAction.ClusterNotFoundResponseCode
RouteAction.ClusterNotFoundResponseCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RouteAction.ClusterNotFoundResponseCode
RouteAction.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.Builder
RouteAction.Builder. setClusterNotFoundResponseCode(RouteAction.ClusterNotFoundResponseCode value)
The HTTP status code to use when configured cluster is not found.
-