Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class WafSettings.
Settings specific to keys that can be used for WAF (Web Application Firewall).
Generated from protobuf message google.cloud.recaptchaenterprise.v1.WafSettings
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ waf_service |
int
Required. The Web Application Firewall (WAF) service that uses this key. |
↳ waf_feature |
int
Required. The Web Application Firewall (WAF) feature for which this key is enabled. |
getWafService
Required. The Web Application Firewall (WAF) service that uses this key.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type WafService. |
setWafService
Required. The Web Application Firewall (WAF) service that uses this key.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type WafService. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWafFeature
Required. The Web Application Firewall (WAF) feature for which this key is enabled.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type WafFeature. |
setWafFeature
Required. The Web Application Firewall (WAF) feature for which this key is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type WafFeature. |
| Returns | |
|---|---|
| Type | Description |
$this |
|