| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v3 |
| Modifier and Type | Method and Description |
|---|---|
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.forNumber(int value) |
RedirectAction.RedirectResponseCode |
RedirectActionOrBuilder.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 |
RedirectAction.Builder.getResponseCode()
The HTTP status code to use in the redirect response.
|
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RedirectAction.RedirectResponseCode |
RedirectAction.RedirectResponseCode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RedirectAction.RedirectResponseCode> |
RedirectAction.RedirectResponseCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RedirectAction.Builder |
RedirectAction.Builder.setResponseCode(RedirectAction.RedirectResponseCode value)
The HTTP status code to use in the redirect response.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.