Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::HttpRedirectAction::RedirectResponseCode.
The 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.
Constants
UNDEFINED_REDIRECT_RESPONSE_CODE
value: 0 A value indicating that the enum field is not set.
FOUND
value: 67_084_130 Http Status Code 302 - Found.
MOVED_PERMANENTLY_DEFAULT
value: 386_698_449 Http Status Code 301 - Moved Permanently.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]