Interface WafSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WafSettings
,WafSettings.Builder
public interface WafSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WafSettings.WafFeature
getWafFeature()
Required.int
getWafFeatureValue()
Required.WafSettings.WafService
getWafService()
Required.int
getWafServiceValue()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWafServiceValue
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:
- The enum numeric value on the wire for wafService.
-
getWafService
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:
- The wafService.
-
getWafFeatureValue
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:
- The enum numeric value on the wire for wafFeature.
-
getWafFeature
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:
- The wafFeature.
-
-