App Engine Admin V1 API - Module Google::Cloud::AppEngine::V1::UrlMap::RedirectHttpResponseCode (v0.10.0)

Reference documentation and code samples for the App Engine Admin V1 API module Google::Cloud::AppEngine::V1::UrlMap::RedirectHttpResponseCode.

Redirect codes.

Constants

REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED

value: 0
Not specified. 302 is assumed.

REDIRECT_HTTP_RESPONSE_CODE_301

value: 1
301 Moved Permanently code.

REDIRECT_HTTP_RESPONSE_CODE_302

value: 2
302 Moved Temporarily code.

REDIRECT_HTTP_RESPONSE_CODE_303

value: 3
303 See Other code.

REDIRECT_HTTP_RESPONSE_CODE_307

value: 4
307 Temporary Redirect code.