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 void
RecaptchaEnterpriseServiceClient. deleteKey(KeyName name)
Deletes the specified key.Key
RecaptchaEnterpriseServiceClient. getKey(KeyName name)
Returns the specified key.RetrieveLegacySecretKeyResponse
RecaptchaEnterpriseServiceClient. 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 KeyName
KeyName.Builder. build()
static KeyName
KeyName. of(String project, String key)
static KeyName
KeyName. 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)
-