Class RecaptchaEnterpriseServiceV1Beta1Stub
java.lang.Object
com.google.cloud.recaptchaenterprise.v1beta1.stub.RecaptchaEnterpriseServiceV1Beta1Stub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcRecaptchaEnterpriseServiceV1Beta1Stub,HttpJsonRecaptchaEnterpriseServiceV1Beta1Stub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class RecaptchaEnterpriseServiceV1Beta1Stub
extends Object
implements BackgroundResource
Base stub class for the RecaptchaEnterpriseServiceV1Beta1 service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
RecaptchaEnterpriseServiceV1Beta1Stub
public RecaptchaEnterpriseServiceV1Beta1Stub()
-
-
Method Details
-
createAssessmentCallable
-
annotateAssessmentCallable
public UnaryCallable<AnnotateAssessmentRequest,AnnotateAssessmentResponse> annotateAssessmentCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-