Class RecaptchaEnterpriseServiceV1Beta1Grpc (3.38.0)

public final class RecaptchaEnterpriseServiceV1Beta1Grpc

Service to determine the likelihood an event is legitimate.

Inheritance

java.lang.Object > RecaptchaEnterpriseServiceV1Beta1Grpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(RecaptchaEnterpriseServiceV1Beta1Grpc.AsyncService service)

public static final ServerServiceDefinition bindService(RecaptchaEnterpriseServiceV1Beta1Grpc.AsyncService service)
Parameter
NameDescription
serviceRecaptchaEnterpriseServiceV1Beta1Grpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getAnnotateAssessmentMethod()

public static MethodDescriptor<AnnotateAssessmentRequest,AnnotateAssessmentResponse> getAnnotateAssessmentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnnotateAssessmentRequest,AnnotateAssessmentResponse>

getCreateAssessmentMethod()

public static MethodDescriptor<CreateAssessmentRequest,Assessment> getCreateAssessmentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAssessmentRequest,Assessment>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub

newFutureStub(Channel channel)

public static RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1FutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1FutureStub

newStub(Channel channel)

public static RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1Stub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1Stub