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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.config.route.v3 that return RedirectAction.RedirectResponseCode Modifier and Type Method Description static RedirectAction.RedirectResponseCodeRedirectAction.RedirectResponseCode. forNumber(int value)RedirectAction.RedirectResponseCodeRedirectAction.Builder. getResponseCode()The HTTP status code to use in the redirect response.RedirectAction.RedirectResponseCodeRedirectAction. getResponseCode()The HTTP status code to use in the redirect response.RedirectAction.RedirectResponseCodeRedirectActionOrBuilder. getResponseCode()The HTTP status code to use in the redirect response.static RedirectAction.RedirectResponseCodeRedirectAction.RedirectResponseCode. valueOf(int value)Deprecated.static RedirectAction.RedirectResponseCodeRedirectAction.RedirectResponseCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RedirectAction.RedirectResponseCodeRedirectAction.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.BuilderRedirectAction.Builder. setResponseCode(RedirectAction.RedirectResponseCode value)The HTTP status code to use in the redirect response.
-