public final class RecaptchaEnterpriseServiceGrpc
Service to determine the likelihood an event is legitimate.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getAnnotateAssessmentMethod()
public static MethodDescriptor<AnnotateAssessmentRequest,AnnotateAssessmentResponse> getAnnotateAssessmentMethod()
Returns
getCreateAssessmentMethod()
public static MethodDescriptor<CreateAssessmentRequest,Assessment> getCreateAssessmentMethod()
Returns
getCreateKeyMethod()
public static MethodDescriptor<CreateKeyRequest,Key> getCreateKeyMethod()
Returns
getDeleteKeyMethod()
public static MethodDescriptor<DeleteKeyRequest,Empty> getDeleteKeyMethod()
Returns
getGetKeyMethod()
public static MethodDescriptor<GetKeyRequest,Key> getGetKeyMethod()
Returns
getGetMetricsMethod()
public static MethodDescriptor<GetMetricsRequest,Metrics> getGetMetricsMethod()
Returns
getListKeysMethod()
public static MethodDescriptor<ListKeysRequest,ListKeysResponse> getListKeysMethod()
Returns
public static MethodDescriptor<ListRelatedAccountGroupMembershipsRequest,ListRelatedAccountGroupMembershipsResponse> getListRelatedAccountGroupMembershipsMethod()
Returns
public static MethodDescriptor<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse> getListRelatedAccountGroupsMethod()
Returns
getMigrateKeyMethod()
public static MethodDescriptor<MigrateKeyRequest,Key> getMigrateKeyMethod()
Returns
getRetrieveLegacySecretKeyMethod()
public static MethodDescriptor<RetrieveLegacySecretKeyRequest,RetrieveLegacySecretKeyResponse> getRetrieveLegacySecretKeyMethod()
Returns
public static MethodDescriptor<SearchRelatedAccountGroupMembershipsRequest,SearchRelatedAccountGroupMembershipsResponse> getSearchRelatedAccountGroupMembershipsMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateKeyMethod()
public static MethodDescriptor<UpdateKeyRequest,Key> getUpdateKeyMethod()
Returns
newBlockingStub(Channel channel)
public static RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newFutureStub(Channel channel)
public static RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newStub(Channel channel)
public static RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns