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