Class SpecialistPoolServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.SpecialistPoolServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic SpecialistPoolServiceGrpc.SpecialistPoolServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SpecialistPoolServiceGrpc.SpecialistPoolServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateSpecialistPoolMethod
public static io.grpc.MethodDescriptor<CreateSpecialistPoolRequest,com.google.longrunning.Operation> getCreateSpecialistPoolMethod()
-
getGetSpecialistPoolMethod
public static io.grpc.MethodDescriptor<GetSpecialistPoolRequest,SpecialistPool> getGetSpecialistPoolMethod()
-
getListSpecialistPoolsMethod
public static io.grpc.MethodDescriptor<ListSpecialistPoolsRequest,ListSpecialistPoolsResponse> getListSpecialistPoolsMethod()
-
getDeleteSpecialistPoolMethod
public static io.grpc.MethodDescriptor<DeleteSpecialistPoolRequest,com.google.longrunning.Operation> getDeleteSpecialistPoolMethod()
-
getUpdateSpecialistPoolMethod
public static io.grpc.MethodDescriptor<UpdateSpecialistPoolRequest,com.google.longrunning.Operation> getUpdateSpecialistPoolMethod()
-
newStub
public static SpecialistPoolServiceGrpc.SpecialistPoolServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SpecialistPoolServiceGrpc.SpecialistPoolServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SpecialistPoolServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-