@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/talent/v4/job_service.proto") public final class JobServiceGrpc extends Object
A service handles job management, including job CRUD, enumeration and search.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobServiceGrpc.AsyncService
A service handles job management, including job CRUD, enumeration and search.
|
static class |
JobServiceGrpc.JobServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service JobService.
|
static class |
JobServiceGrpc.JobServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service JobService.
|
static class |
JobServiceGrpc.JobServiceImplBase
Base class for the server implementation of the service JobService.
|
static class |
JobServiceGrpc.JobServiceStub
A stub to allow clients to do asynchronous rpc calls to service JobService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(JobServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchCreateJobsRequest,com.google.longrunning.Operation> |
getBatchCreateJobsMethod() |
static io.grpc.MethodDescriptor<BatchDeleteJobsRequest,com.google.longrunning.Operation> |
getBatchDeleteJobsMethod() |
static io.grpc.MethodDescriptor<BatchUpdateJobsRequest,com.google.longrunning.Operation> |
getBatchUpdateJobsMethod() |
static io.grpc.MethodDescriptor<CreateJobRequest,Job> |
getCreateJobMethod() |
static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> |
getDeleteJobMethod() |
static io.grpc.MethodDescriptor<GetJobRequest,Job> |
getGetJobMethod() |
static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> |
getListJobsMethod() |
static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse> |
getSearchJobsForAlertMethod() |
static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse> |
getSearchJobsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateJobRequest,Job> |
getUpdateJobMethod() |
static JobServiceGrpc.JobServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static JobServiceGrpc.JobServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static JobServiceGrpc.JobServiceStub |
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<CreateJobRequest,Job> getCreateJobMethod()
public static io.grpc.MethodDescriptor<BatchCreateJobsRequest,com.google.longrunning.Operation> getBatchCreateJobsMethod()
public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
public static io.grpc.MethodDescriptor<UpdateJobRequest,Job> getUpdateJobMethod()
public static io.grpc.MethodDescriptor<BatchUpdateJobsRequest,com.google.longrunning.Operation> getBatchUpdateJobsMethod()
public static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> getDeleteJobMethod()
public static io.grpc.MethodDescriptor<BatchDeleteJobsRequest,com.google.longrunning.Operation> getBatchDeleteJobsMethod()
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
public static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse> getSearchJobsMethod()
public static io.grpc.MethodDescriptor<SearchJobsRequest,SearchJobsResponse> getSearchJobsForAlertMethod()
public static JobServiceGrpc.JobServiceStub newStub(io.grpc.Channel channel)
public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static JobServiceGrpc.JobServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(JobServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.