@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/specialist_pool_service.proto") public final class SpecialistPoolServiceGrpc extends Object
A service for creating and managing Customer SpecialistPools. When customers start Data Labeling jobs, they can reuse/create Specialist Pools to bring their own Specialists to label the data. Customers can add/remove Managers for the Specialist Pool on Cloud console, then Managers will get email notifications to manage Specialists and tasks on CrowdCompute console.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpecialistPoolServiceGrpc.AsyncService
A service for creating and managing Customer SpecialistPools.
|
static class |
SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service SpecialistPoolService.
|
static class |
SpecialistPoolServiceGrpc.SpecialistPoolServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
SpecialistPoolService.
|
static class |
SpecialistPoolServiceGrpc.SpecialistPoolServiceImplBase
Base class for the server implementation of the service SpecialistPoolService.
|
static class |
SpecialistPoolServiceGrpc.SpecialistPoolServiceStub
A stub to allow clients to do asynchronous rpc calls to service SpecialistPoolService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(SpecialistPoolServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateSpecialistPoolRequest,com.google.longrunning.Operation> |
getCreateSpecialistPoolMethod() |
static io.grpc.MethodDescriptor<DeleteSpecialistPoolRequest,com.google.longrunning.Operation> |
getDeleteSpecialistPoolMethod() |
static io.grpc.MethodDescriptor<GetSpecialistPoolRequest,SpecialistPool> |
getGetSpecialistPoolMethod() |
static io.grpc.MethodDescriptor<ListSpecialistPoolsRequest,ListSpecialistPoolsResponse> |
getListSpecialistPoolsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateSpecialistPoolRequest,com.google.longrunning.Operation> |
getUpdateSpecialistPoolMethod() |
static SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SpecialistPoolServiceGrpc.SpecialistPoolServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SpecialistPoolServiceGrpc.SpecialistPoolServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateSpecialistPoolRequest,com.google.longrunning.Operation> getCreateSpecialistPoolMethod()
public static io.grpc.MethodDescriptor<GetSpecialistPoolRequest,SpecialistPool> getGetSpecialistPoolMethod()
public static io.grpc.MethodDescriptor<ListSpecialistPoolsRequest,ListSpecialistPoolsResponse> getListSpecialistPoolsMethod()
public static io.grpc.MethodDescriptor<DeleteSpecialistPoolRequest,com.google.longrunning.Operation> getDeleteSpecialistPoolMethod()
public static io.grpc.MethodDescriptor<UpdateSpecialistPoolRequest,com.google.longrunning.Operation> getUpdateSpecialistPoolMethod()
public static SpecialistPoolServiceGrpc.SpecialistPoolServiceStub newStub(io.grpc.Channel channel)
public static SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SpecialistPoolServiceGrpc.SpecialistPoolServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(SpecialistPoolServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.