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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
string |
setParent
Required. The name of the project this policy will apply to, in the format
projects/{project}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFirewallPolicy
Required. Information to create the policy.
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy|null |
hasFirewallPolicy
clearFirewallPolicy
setFirewallPolicy
Required. Information to create the policy.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The name of the project this policy will apply to, in the format
|
firewallPolicy |
Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy
Required. Information to create the policy. |
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\CreateFirewallPolicyRequest |