Compute V1 Client - Class Type (2.8.0)

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

Type of the redirect action. Possible values are:

  • GOOGLE_RECAPTCHA: redirect to reCAPTCHA for manual challenge assessment.
  • EXTERNAL_302: redirect to a different URL via a 302 response.

Protobuf type google.cloud.compute.v1.SecurityPolicyRuleRedirectOptions.Type

Namespace

Google \ Cloud \ Compute \ V1 \ SecurityPolicyRuleRedirectOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TYPE = 0;

EXTERNAL_302

Value: 395733761

Generated from protobuf enum EXTERNAL_302 = 395733761;

GOOGLE_RECAPTCHA

Value: 518803009

Generated from protobuf enum GOOGLE_RECAPTCHA = 518803009;