Uses of Class
com.google.recaptchaenterprise.v1.KeyName
-
Packages that use KeyName Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1 -
-
Uses of KeyName in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type KeyName Modifier and Type Method Description voidRecaptchaEnterpriseServiceClient. deleteKey(KeyName name)Deletes the specified key.KeyRecaptchaEnterpriseServiceClient. getKey(KeyName name)Returns the specified key.RetrieveLegacySecretKeyResponseRecaptchaEnterpriseServiceClient. retrieveLegacySecretKey(KeyName key)Returns the secret key related to the specified public key. -
Uses of KeyName in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return KeyName Modifier and Type Method Description KeyNameKeyName.Builder. build()static KeyNameKeyName. of(String project, String key)static KeyNameKeyName. parse(String formattedString)Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type KeyName Modifier and Type Method Description static List<KeyName>KeyName. parseList(List<String> formattedStrings)Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type KeyName Modifier and Type Method Description static List<String>KeyName. toStringList(List<KeyName> values)
-