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 WAF service that uses this key. |
↳ waf_feature |
int
Required. The WAF feature for which this key is enabled. |
getWafService
Required. The WAF service that uses this key.
Returns | |
---|---|
Type | Description |
int |
setWafService
Required. The WAF service that uses this key.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getWafFeature
Required. The WAF feature for which this key is enabled.
Returns | |
---|---|
Type | Description |
int |
setWafFeature
Required. The WAF feature for which this key is enabled.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |