[BindServiceMethod(typeof(JobService), "BindService")]
public abstract class JobService.JobServiceBaseReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobService.JobServiceBase.
Base class for server-side implementations of JobService
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Methods
BatchCreateJobs(BatchCreateJobsRequest, ServerCallContext)
public virtual Task<Operation> BatchCreateJobs(BatchCreateJobsRequest request, ServerCallContext context)Begins executing a batch create jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchCreateJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
BatchDeleteJobs(BatchDeleteJobsRequest, ServerCallContext)
public virtual Task<Empty> BatchDeleteJobs(BatchDeleteJobsRequest request, ServerCallContext context)Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
BatchUpdateJobs(BatchUpdateJobsRequest, ServerCallContext)
public virtual Task<Operation> BatchUpdateJobs(BatchUpdateJobsRequest request, ServerCallContext context)Begins executing a batch update jobs operation.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchUpdateJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateJob(CreateJobRequest, ServerCallContext)
public virtual Task<Job> CreateJob(CreateJobRequest request, ServerCallContext context)Creates a new job.
Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskJob |
The response to send back to the client (wrapped by a task). |
DeleteJob(DeleteJobRequest, ServerCallContext)
public virtual Task<Empty> DeleteJob(DeleteJobRequest request, ServerCallContext context)Deletes the specified job.
Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetJob(GetJobRequest, ServerCallContext)
public virtual Task<Job> GetJob(GetJobRequest request, ServerCallContext context)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
| Parameters | |
|---|---|
| Name | Description |
request |
GetJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskJob |
The response to send back to the client (wrapped by a task). |
ListJobs(ListJobsRequest, ServerCallContext)
public virtual Task<ListJobsResponse> ListJobs(ListJobsRequest request, ServerCallContext context)Lists jobs by filter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListJobsResponse |
The response to send back to the client (wrapped by a task). |
SearchJobs(SearchJobsRequest, ServerCallContext)
public virtual Task<SearchJobsResponse> SearchJobs(SearchJobsRequest request, ServerCallContext context)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs present in the database, and only returns jobs that the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchJobsResponse |
The response to send back to the client (wrapped by a task). |
SearchJobsForAlert(SearchJobsRequest, ServerCallContext)
public virtual Task<SearchJobsResponse> SearchJobsForAlert(SearchJobsRequest request, ServerCallContext context)Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
This API call is intended for the use case of targeting passive job seekers (for example, job seekers who have signed up to receive email alerts about potential job opportunities), and has different algorithmic adjustments that are targeted to passive job seekers.
This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs present in the database, and only returns jobs the caller has permission to search against.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchJobsResponse |
The response to send back to the client (wrapped by a task). |
UpdateJob(UpdateJobRequest, ServerCallContext)
public virtual Task<Job> UpdateJob(UpdateJobRequest request, ServerCallContext context)Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskJob |
The response to send back to the client (wrapped by a task). |