Google Cloud Appengine Admin V1 Client - Class RedirectHttpResponseCode (2.0.4)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class RedirectHttpResponseCode.
Redirect codes.
Protobuf type google.appengine.v1.UrlMap.RedirectHttpResponseCode
Namespace
Google \ Cloud \ AppEngine \ V1 \ UrlMap
Methods
static::name
Parameter |
Name |
Description |
value |
mixed
|
static::value
Parameter |
Name |
Description |
name |
mixed
|
Constants
REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED
Not specified. 302
is assumed.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED = 0;
REDIRECT_HTTP_RESPONSE_CODE_301
301 Moved Permanently
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_301 = 1;
REDIRECT_HTTP_RESPONSE_CODE_302
302 Moved Temporarily
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_302 = 2;
REDIRECT_HTTP_RESPONSE_CODE_303
303 See Other
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_303 = 3;
REDIRECT_HTTP_RESPONSE_CODE_307
307 Temporary Redirect
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_307 = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class RedirectHttpResponseCode (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.UrlMap.RedirectHttpResponseCode)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.UrlMap.RedirectHttpResponseCode)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.UrlMap.RedirectHttpResponseCode)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.UrlMap.RedirectHttpResponseCode)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.UrlMap.RedirectHttpResponseCode)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.UrlMap.RedirectHttpResponseCode) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class RedirectHttpResponseCode.\n\nRedirect codes.\n\nProtobuf type `google.appengine.v1.UrlMap.RedirectHttpResponseCode`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1 \\\\ UrlMap\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED\n\n Value: 0\n\nNot specified. `302` is assumed.\n\nGenerated from protobuf enum `REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED = 0;`\n\n### REDIRECT_HTTP_RESPONSE_CODE_301\n\n Value: 1\n\n`301 Moved Permanently` code.\n\nGenerated from protobuf enum `REDIRECT_HTTP_RESPONSE_CODE_301 = 1;`\n\n### REDIRECT_HTTP_RESPONSE_CODE_302\n\n Value: 2\n\n`302 Moved Temporarily` code.\n\nGenerated from protobuf enum `REDIRECT_HTTP_RESPONSE_CODE_302 = 2;`\n\n### REDIRECT_HTTP_RESPONSE_CODE_303\n\n Value: 3\n\n`303 See Other` code.\n\nGenerated from protobuf enum `REDIRECT_HTTP_RESPONSE_CODE_303 = 3;`\n\n### REDIRECT_HTTP_RESPONSE_CODE_307\n\n Value: 4\n\n`307 Temporary Redirect` code.\n\nGenerated from protobuf enum `REDIRECT_HTTP_RESPONSE_CODE_307 = 4;`"]]