Uses of Class
io.envoyproxy.envoy.config.route.v3.RedirectAction.RedirectResponseCode
-
Packages that use RedirectAction.RedirectResponseCode Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RedirectAction.RedirectResponseCode in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RedirectAction.RedirectResponseCode Modifier and Type Field Description private static RedirectAction.RedirectResponseCode[]
RedirectAction.RedirectResponseCode. VALUES
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RedirectAction.RedirectResponseCode Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RedirectAction.RedirectResponseCode>
RedirectAction.RedirectResponseCode. internalValueMap
Methods in io.envoyproxy.envoy.config.route.v3 that return RedirectAction.RedirectResponseCode Modifier and Type Method Description static RedirectAction.RedirectResponseCode
RedirectAction.RedirectResponseCode. forNumber(int value)
RedirectAction.RedirectResponseCode
RedirectAction.Builder. getResponseCode()
The HTTP status code to use in the redirect response.RedirectAction.RedirectResponseCode
RedirectAction. getResponseCode()
The HTTP status code to use in the redirect response.RedirectAction.RedirectResponseCode
RedirectActionOrBuilder. getResponseCode()
The HTTP status code to use in the redirect response.static RedirectAction.RedirectResponseCode
RedirectAction.RedirectResponseCode. valueOf(int value)
Deprecated.static RedirectAction.RedirectResponseCode
RedirectAction.RedirectResponseCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RedirectAction.RedirectResponseCode
RedirectAction.RedirectResponseCode. valueOf(java.lang.String 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.RedirectResponseCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RedirectAction.RedirectResponseCode>
RedirectAction.RedirectResponseCode. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RedirectAction.RedirectResponseCode Modifier and Type Method Description RedirectAction.Builder
RedirectAction.Builder. setResponseCode(RedirectAction.RedirectResponseCode value)
The HTTP status code to use in the redirect response.
-