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.IntegrationTypeWebKeySettings.IntegrationType. forNumber(int value)WebKeySettings.IntegrationTypeWebKeySettings.Builder. getIntegrationType()Required.WebKeySettings.IntegrationTypeWebKeySettings. getIntegrationType()Required.WebKeySettings.IntegrationTypeWebKeySettingsOrBuilder. getIntegrationType()Required.static WebKeySettings.IntegrationTypeWebKeySettings.IntegrationType. valueOf(int value)Deprecated.static WebKeySettings.IntegrationTypeWebKeySettings.IntegrationType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WebKeySettings.IntegrationTypeWebKeySettings.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.BuilderWebKeySettings.Builder. setIntegrationType(WebKeySettings.IntegrationType value)Required.
-