Interface WafSettingsOrBuilder (3.38.0)

public interface WafSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWafFeature()

public abstract WafSettings.WafFeature getWafFeature()

Required. The WAF feature for which this key is enabled.

.google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WafSettings.WafFeature

The wafFeature.

getWafFeatureValue()

public abstract int getWafFeatureValue()

Required. The WAF feature for which this key is enabled.

.google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature waf_feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for wafFeature.

getWafService()

public abstract WafSettings.WafService getWafService()

Required. The WAF service that uses this key.

.google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WafSettings.WafService

The wafService.

getWafServiceValue()

public abstract int getWafServiceValue()

Required. The WAF service that uses this key.

.google.cloud.recaptchaenterprise.v1.WafSettings.WafService waf_service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for wafService.