public enum HttpRedirectAction.RedirectResponseCode extends Enum<HttpRedirectAction.RedirectResponseCode> implements ProtocolMessageEnumThe HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method is retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method is retained.
Protobuf enum google.cloud.compute.v1.HttpRedirectAction.RedirectResponseCode
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| FOUND | Http Status Code 302 - Found. |
| FOUND_VALUE | Http Status Code 302 - Found. |
| MOVED_PERMANENTLY_DEFAULT | Http Status Code 301 - Moved Permanently. |
| MOVED_PERMANENTLY_DEFAULT_VALUE | Http Status Code 301 - Moved Permanently. |
| PERMANENT_REDIRECT | Http Status Code 308 - Permanent Redirect maintaining HTTP method. |
| PERMANENT_REDIRECT_VALUE | Http Status Code 308 - Permanent Redirect maintaining HTTP method. |
| SEE_OTHER | Http Status Code 303 - See Other. |
| SEE_OTHER_VALUE | Http Status Code 303 - See Other. |
| TEMPORARY_REDIRECT | Http Status Code 307 - Temporary Redirect maintaining HTTP method. |
| TEMPORARY_REDIRECT_VALUE | Http Status Code 307 - Temporary Redirect maintaining HTTP method. |
| UNDEFINED_REDIRECT_RESPONSE_CODE | A value indicating that the enum field is not set. |
| UNDEFINED_REDIRECT_RESPONSE_CODE_VALUE | A value indicating that the enum field is not set. |
| 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() |