Uses of Enum
io.envoyproxy.envoy.config.route.v3.RouteAction.ClusterNotFoundResponseCode
Packages that use RouteAction.ClusterNotFoundResponseCode
-
Uses of RouteAction.ClusterNotFoundResponseCode in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteAction.ClusterNotFoundResponseCodeModifier and TypeFieldDescriptionprivate static final RouteAction.ClusterNotFoundResponseCode[]
RouteAction.ClusterNotFoundResponseCode.VALUES
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteAction.ClusterNotFoundResponseCodeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<RouteAction.ClusterNotFoundResponseCode> RouteAction.ClusterNotFoundResponseCode.internalValueMap
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteAction.ClusterNotFoundResponseCodeModifier and TypeMethodDescriptionRouteAction.ClusterNotFoundResponseCode.forNumber
(int value) RouteAction.Builder.getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.RouteAction.getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.RouteActionOrBuilder.getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.RouteAction.ClusterNotFoundResponseCode.valueOf
(int value) Deprecated.RouteAction.ClusterNotFoundResponseCode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.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.ClusterNotFoundResponseCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RouteAction.ClusterNotFoundResponseCode> RouteAction.ClusterNotFoundResponseCode.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteAction.ClusterNotFoundResponseCodeModifier and TypeMethodDescriptionRouteAction.Builder.setClusterNotFoundResponseCode
(RouteAction.ClusterNotFoundResponseCode value) The HTTP status code to use when configured cluster is not found.