Settings specific to keys that can be used for WAF (Web Application Firewall).
Generated from protobuf message google.cloud.recaptchaenterprise.v1.WafSettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getWafFeature() Required. The WAF feature for which this key is enabled. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];
|
| public getWafService() Required. The WAF service that uses this key. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];
|
| public setWafFeature( $var) Required. The WAF feature for which this key is enabled. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];
|
| public setWafService( $var) Required. The WAF service that uses this key. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];
|
| Properties |
| protected $waf_feature = 0 Required. The WAF feature for which this key is enabled. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED]; |
| protected $waf_service = 0 Required. The WAF service that uses this key. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED]; |
| Methods |