All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(RecaptchaEnterpriseServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<AnnotateAssessmentRequest,AnnotateAssessmentResponse> |
getAnnotateAssessmentMethod() |
|
static io.grpc.MethodDescriptor<CreateAssessmentRequest,Assessment> |
getCreateAssessmentMethod() |
|
static io.grpc.MethodDescriptor<CreateKeyRequest,Key> |
getCreateKeyMethod() |
|
static io.grpc.MethodDescriptor<DeleteKeyRequest,com.google.protobuf.Empty> |
getDeleteKeyMethod() |
|
static io.grpc.MethodDescriptor<GetKeyRequest,Key> |
getGetKeyMethod() |
|
static io.grpc.MethodDescriptor<GetMetricsRequest,Metrics> |
getGetMetricsMethod() |
|
static io.grpc.MethodDescriptor<ListKeysRequest,ListKeysResponse> |
getListKeysMethod() |
|
static io.grpc.MethodDescriptor<ListRelatedAccountGroupMembershipsRequest,ListRelatedAccountGroupMembershipsResponse> |
getListRelatedAccountGroupMembershipsMethod() |
|
static io.grpc.MethodDescriptor<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse> |
getListRelatedAccountGroupsMethod() |
|
static io.grpc.MethodDescriptor<MigrateKeyRequest,Key> |
getMigrateKeyMethod() |
|
static io.grpc.MethodDescriptor<RetrieveLegacySecretKeyRequest,RetrieveLegacySecretKeyResponse> |
getRetrieveLegacySecretKeyMethod() |
|
static io.grpc.MethodDescriptor<SearchRelatedAccountGroupMembershipsRequest,SearchRelatedAccountGroupMembershipsResponse> |
getSearchRelatedAccountGroupMembershipsMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateKeyRequest,Key> |
getUpdateKeyMethod() |
|
static RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|