@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcRecaptchaEnterpriseServiceV1Beta1Stub extends RecaptchaEnterpriseServiceV1Beta1Stub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcRecaptchaEnterpriseServiceV1Beta1Stub(RecaptchaEnterpriseServiceV1Beta1StubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcRecaptchaEnterpriseServiceV1Beta1Stub, using the given settings.
|
protected |
GrpcRecaptchaEnterpriseServiceV1Beta1Stub(RecaptchaEnterpriseServiceV1Beta1StubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcRecaptchaEnterpriseServiceV1Beta1Stub, using the given settings.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest,com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentResponse> |
annotateAssessmentCallable() |
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcRecaptchaEnterpriseServiceV1Beta1Stub |
create(ClientContext clientContext) |
static GrpcRecaptchaEnterpriseServiceV1Beta1Stub |
create(ClientContext clientContext,
GrpcStubCallableFactory callableFactory) |
static GrpcRecaptchaEnterpriseServiceV1Beta1Stub |
create(RecaptchaEnterpriseServiceV1Beta1StubSettings settings) |
UnaryCallable<com.google.recaptchaenterprise.v1beta1.CreateAssessmentRequest,com.google.recaptchaenterprise.v1beta1.Assessment> |
createAssessmentCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcRecaptchaEnterpriseServiceV1Beta1Stub(RecaptchaEnterpriseServiceV1Beta1StubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcRecaptchaEnterpriseServiceV1Beta1Stub(RecaptchaEnterpriseServiceV1Beta1StubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcRecaptchaEnterpriseServiceV1Beta1Stub create(RecaptchaEnterpriseServiceV1Beta1StubSettings settings) throws IOException
IOException
public static final GrpcRecaptchaEnterpriseServiceV1Beta1Stub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcRecaptchaEnterpriseServiceV1Beta1Stub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public UnaryCallable<com.google.recaptchaenterprise.v1beta1.CreateAssessmentRequest,com.google.recaptchaenterprise.v1beta1.Assessment> createAssessmentCallable()
createAssessmentCallable
in class RecaptchaEnterpriseServiceV1Beta1Stub
public UnaryCallable<com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest,com.google.recaptchaenterprise.v1beta1.AnnotateAssessmentResponse> annotateAssessmentCallable()
annotateAssessmentCallable
in class RecaptchaEnterpriseServiceV1Beta1Stub
public final void close()
close
in interface AutoCloseable
close
in class RecaptchaEnterpriseServiceV1Beta1Stub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.