public enum HttpRoute.Redirect.ResponseCode extends Enum<HttpRoute.Redirect.ResponseCode> implements ProtocolMessageEnum
Supported HTTP response code.
Protobuf enum google.cloud.networkservices.v1.HttpRoute.Redirect.ResponseCode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FOUND |
Corresponds to 302. |
FOUND_VALUE |
Corresponds to 302. |
MOVED_PERMANENTLY_DEFAULT |
Corresponds to 301. |
MOVED_PERMANENTLY_DEFAULT_VALUE |
Corresponds to 301. |
PERMANENT_REDIRECT |
Corresponds to 308. In this case, the request method will be retained. |
PERMANENT_REDIRECT_VALUE |
Corresponds to 308. In this case, the request method will be retained. |
RESPONSE_CODE_UNSPECIFIED |
Default value |
RESPONSE_CODE_UNSPECIFIED_VALUE |
Default value |
SEE_OTHER |
Corresponds to 303. |
SEE_OTHER_VALUE |
Corresponds to 303. |
TEMPORARY_REDIRECT |
Corresponds to 307. In this case, the request method will be retained. |
TEMPORARY_REDIRECT_VALUE |
Corresponds to 307. In this case, the request method will be retained. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |