Uses of Enum
io.envoyproxy.envoy.config.route.v3.RedirectAction.RedirectResponseCode
Packages that use RedirectAction.RedirectResponseCode
-
Uses of RedirectAction.RedirectResponseCode in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RedirectAction.RedirectResponseCodeModifier and TypeFieldDescriptionprivate static final RedirectAction.RedirectResponseCode[]
RedirectAction.RedirectResponseCode.VALUES
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RedirectAction.RedirectResponseCodeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<RedirectAction.RedirectResponseCode> RedirectAction.RedirectResponseCode.internalValueMap
Methods in io.envoyproxy.envoy.config.route.v3 that return RedirectAction.RedirectResponseCodeModifier and TypeMethodDescriptionRedirectAction.RedirectResponseCode.forNumber
(int value) RedirectAction.Builder.getResponseCode()
The HTTP status code to use in the redirect response.RedirectAction.getResponseCode()
The HTTP status code to use in the redirect response.RedirectActionOrBuilder.getResponseCode()
The HTTP status code to use in the redirect response.RedirectAction.RedirectResponseCode.valueOf
(int value) Deprecated.RedirectAction.RedirectResponseCode.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.static RedirectAction.RedirectResponseCode[]
RedirectAction.RedirectResponseCode.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 RedirectAction.RedirectResponseCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RedirectAction.RedirectResponseCode> RedirectAction.RedirectResponseCode.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RedirectAction.RedirectResponseCodeModifier and TypeMethodDescriptionRedirectAction.Builder.setResponseCode
(RedirectAction.RedirectResponseCode value) The HTTP status code to use in the redirect response.