Uses of Class
com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceSettings
-
Packages that use RecaptchaEnterpriseServiceSettings Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise API -
-
Uses of RecaptchaEnterpriseServiceSettings in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return RecaptchaEnterpriseServiceSettings Modifier and Type Method Description RecaptchaEnterpriseServiceSettings
RecaptchaEnterpriseServiceSettings.Builder. build()
static RecaptchaEnterpriseServiceSettings
RecaptchaEnterpriseServiceSettings. create(RecaptchaEnterpriseServiceStubSettings stub)
RecaptchaEnterpriseServiceSettings
RecaptchaEnterpriseServiceClient. getSettings()
Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type RecaptchaEnterpriseServiceSettings Modifier and Type Method Description static RecaptchaEnterpriseServiceClient
RecaptchaEnterpriseServiceClient. create(RecaptchaEnterpriseServiceSettings settings)
Constructs an instance of RecaptchaEnterpriseServiceClient, using the given settings.Constructors in com.google.cloud.recaptchaenterprise.v1 with parameters of type RecaptchaEnterpriseServiceSettings Constructor Description Builder(RecaptchaEnterpriseServiceSettings settings)
RecaptchaEnterpriseServiceClient(RecaptchaEnterpriseServiceSettings settings)
Constructs an instance of RecaptchaEnterpriseServiceClient, using the given settings.
-