Uses of Class
com.google.recaptchaenterprise.v1.WafSettings.WafFeature
-
Packages that use WafSettings.WafFeature Package Description com.google.recaptchaenterprise.v1 -
-
Uses of WafSettings.WafFeature in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return WafSettings.WafFeature Modifier and Type Method Description static WafSettings.WafFeature
WafSettings.WafFeature. forNumber(int value)
WafSettings.WafFeature
WafSettings.Builder. getWafFeature()
Required.WafSettings.WafFeature
WafSettings. getWafFeature()
Required.WafSettings.WafFeature
WafSettingsOrBuilder. getWafFeature()
Required.static WafSettings.WafFeature
WafSettings.WafFeature. valueOf(int value)
Deprecated.static WafSettings.WafFeature
WafSettings.WafFeature. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static WafSettings.WafFeature
WafSettings.WafFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static WafSettings.WafFeature[]
WafSettings.WafFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type WafSettings.WafFeature Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WafSettings.WafFeature>
WafSettings.WafFeature. internalGetValueMap()
Methods in com.google.recaptchaenterprise.v1 with parameters of type WafSettings.WafFeature Modifier and Type Method Description WafSettings.Builder
WafSettings.Builder. setWafFeature(WafSettings.WafFeature value)
Required.
-