Google Cloud Recaptcha Enterprise V1 Client - Class CreateFirewallPolicyRequest (1.6.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class CreateFirewallPolicyRequest.

The create firewall policy request message.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.CreateFirewallPolicyRequest

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the project this policy will apply to, in the format projects/{project}.

↳ firewall_policy Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy

Required. Information to create the policy.

getParent

Required. The name of the project this policy will apply to, in the format projects/{project}.

Returns
TypeDescription
string

setParent

Required. The name of the project this policy will apply to, in the format projects/{project}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFirewallPolicy

Required. Information to create the policy.

Returns
TypeDescription
Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy|null

hasFirewallPolicy

clearFirewallPolicy

setFirewallPolicy

Required. Information to create the policy.

Parameter
NameDescription
var Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The name of the project this policy will apply to, in the format projects/{project}. Please see Google\Cloud\RecaptchaEnterprise\V1\RecaptchaEnterpriseServiceClient::projectName() for help formatting this field.

firewallPolicy Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy

Required. Information to create the policy.

Returns
TypeDescription
Google\Cloud\RecaptchaEnterprise\V1\CreateFirewallPolicyRequest