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 \ UrlMapMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED
Value: 0
Not specified. 302
is assumed.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED = 0;
REDIRECT_HTTP_RESPONSE_CODE_301
Value: 1
301 Moved Permanently
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_301 = 1;
REDIRECT_HTTP_RESPONSE_CODE_302
Value: 2
302 Moved Temporarily
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_302 = 2;
REDIRECT_HTTP_RESPONSE_CODE_303
Value: 3
303 See Other
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_303 = 3;
REDIRECT_HTTP_RESPONSE_CODE_307
Value: 4
307 Temporary Redirect
code.
Generated from protobuf enum REDIRECT_HTTP_RESPONSE_CODE_307 = 4;