Uses of Class
com.google.recaptchaenterprise.v1.WafSettings.WafService
-
Packages that use WafSettings.WafService Package Description com.google.recaptchaenterprise.v1 -
-
Uses of WafSettings.WafService in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return WafSettings.WafService Modifier and Type Method Description static WafSettings.WafService
WafSettings.WafService. forNumber(int value)
WafSettings.WafService
WafSettings.Builder. getWafService()
Required.WafSettings.WafService
WafSettings. getWafService()
Required.WafSettings.WafService
WafSettingsOrBuilder. getWafService()
Required.static WafSettings.WafService
WafSettings.WafService. valueOf(int value)
Deprecated.static WafSettings.WafService
WafSettings.WafService. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static WafSettings.WafService
WafSettings.WafService. valueOf(String name)
Returns the enum constant of this type with the specified name.static WafSettings.WafService[]
WafSettings.WafService. 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.WafService Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WafSettings.WafService>
WafSettings.WafService. internalGetValueMap()
Methods in com.google.recaptchaenterprise.v1 with parameters of type WafSettings.WafService Modifier and Type Method Description WafSettings.Builder
WafSettings.Builder. setWafService(WafSettings.WafService value)
Required.
-