Uses of Class
com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient
-
Packages that use RecaptchaEnterpriseServiceClient Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise API -
-
Uses of RecaptchaEnterpriseServiceClient in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return RecaptchaEnterpriseServiceClient Modifier and Type Method Description static RecaptchaEnterpriseServiceClient
RecaptchaEnterpriseServiceClient. create()
Constructs an instance of RecaptchaEnterpriseServiceClient with default settings.static RecaptchaEnterpriseServiceClient
RecaptchaEnterpriseServiceClient. create(RecaptchaEnterpriseServiceSettings settings)
Constructs an instance of RecaptchaEnterpriseServiceClient, using the given settings.static RecaptchaEnterpriseServiceClient
RecaptchaEnterpriseServiceClient. create(RecaptchaEnterpriseServiceStub stub)
Constructs an instance of RecaptchaEnterpriseServiceClient, using the given stub for making calls.
-