Compute V1 Client - Class RedirectResponseCode (2.0.0)

Reference documentation and code samples for the Compute V1 Client class 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.

Protobuf type google.cloud.compute.v1.HttpRedirectAction.RedirectResponseCode

Namespace

Google \ Cloud \ Compute \ V1 \ HttpRedirectAction

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_REDIRECT_RESPONSE_CODE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_REDIRECT_RESPONSE_CODE = 0;

FOUND

Value: 67084130

Http Status Code 302 - Found.

Generated from protobuf enum FOUND = 67084130;

MOVED_PERMANENTLY_DEFAULT

Value: 386698449

Http Status Code 301 - Moved Permanently.

Generated from protobuf enum MOVED_PERMANENTLY_DEFAULT = 386698449;

PERMANENT_REDIRECT

Value: 382006381

Http Status Code 308 - Permanent Redirect maintaining HTTP method.

Generated from protobuf enum PERMANENT_REDIRECT = 382006381;

SEE_OTHER

Value: 445380580

Http Status Code 303 - See Other.

Generated from protobuf enum SEE_OTHER = 445380580;

TEMPORARY_REDIRECT

Value: 489550378

Http Status Code 307 - Temporary Redirect maintaining HTTP method.

Generated from protobuf enum TEMPORARY_REDIRECT = 489550378;