Compute V1 Client - Class SecurityPolicyRuleRedirectOptions (1.14.0)

Reference documentation and code samples for the Compute V1 Client class SecurityPolicyRuleRedirectOptions.

Generated from protobuf message google.cloud.compute.v1.SecurityPolicyRuleRedirectOptions

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ target string

Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

↳ type string

Type of the redirect action. Check the Type enum for the list of possible values.

getTarget

Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

Returns
TypeDescription
string

hasTarget

clearTarget

setTarget

Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

Type of the redirect action.

Check the Type enum for the list of possible values.

Returns
TypeDescription
string

hasType

clearType

setType

Type of the redirect action.

Check the Type enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this