public interface WafSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getWafFeature()
public abstract WafSettings.WafFeature getWafFeature()Required. The Web Application Firewall (WAF) feature for which this key is enabled.
.google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WafSettings.WafFeature |
The wafFeature. |
getWafFeatureValue()
public abstract int getWafFeatureValue()Required. The Web Application Firewall (WAF) feature for which this key is enabled.
.google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for wafFeature. |
getWafService()
public abstract WafSettings.WafService getWafService()Required. The Web Application Firewall (WAF) service that uses this key.
.google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WafSettings.WafService |
The wafService. |
getWafServiceValue()
public abstract int getWafServiceValue()Required. The Web Application Firewall (WAF) service that uses this key.
.google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for wafService. |