ProjectsTenantsJobs
class ProjectsTenantsJobs extends Resource (View source)
The "jobs" collection of methods.
Typical usage is:
$jobsService = new Google\Service\CloudTalentSolution(...);
$jobs = $jobsService->projects_tenants_jobs;
Methods
Begins executing a batch create jobs operation. (jobs.batchCreate)
Begins executing a batch delete jobs operation. (jobs.batchDelete)
Begins executing a batch update jobs operation. (jobs.batchUpdate)
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes. (jobs.delete)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days. (jobs.get)
Lists jobs by filter. (jobs.listProjectsTenantsJobs)
Searches for jobs using the provided SearchJobsRequest. This call constrains the visibility of jobs present in the database, and only returns jobs that the caller has permission to search against. (jobs.search)
Searches for jobs using the provided 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), it has different algorithmic adjustments that are designed to specifically target passive job seekers. This call constrains the visibility of jobs present in the database, and only returns jobs the caller has permission to search against. (jobs.searchForAlert)
Details
Operation
batchCreate(string $parent, BatchCreateJobsRequest $postBody, array $optParams = [])
Begins executing a batch create jobs operation. (jobs.batchCreate)
Operation
batchDelete(string $parent, BatchDeleteJobsRequest $postBody, array $optParams = [])
Begins executing a batch delete jobs operation. (jobs.batchDelete)
Operation
batchUpdate(string $parent, BatchUpdateJobsRequest $postBody, array $optParams = [])
Begins executing a batch update jobs operation. (jobs.batchUpdate)
Job
create(string $parent, Job $postBody, array $optParams = [])
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes. (jobs.create)
JobsEmpty
delete(string $name, array $optParams = [])
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes. (jobs.delete)
Job
get(string $name, array $optParams = [])
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days. (jobs.get)
ListJobsResponse
listProjectsTenantsJobs(string $parent, array $optParams = [])
Lists jobs by filter. (jobs.listProjectsTenantsJobs)
Job
patch(string $name, Job $postBody, array $optParams = [])
Updates specified job. Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes. (jobs.patch)
SearchJobsResponse
search(string $parent, SearchJobsRequest $postBody, array $optParams = [])
Searches for jobs using the provided SearchJobsRequest. This call constrains the visibility of jobs present in the database, and only returns jobs that the caller has permission to search against. (jobs.search)
SearchJobsResponse
searchForAlert(string $parent, SearchJobsRequest $postBody, array $optParams = [])
Searches for jobs using the provided 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), it has different algorithmic adjustments that are designed to specifically target passive job seekers. This call constrains the visibility of jobs present in the database, and only returns jobs the caller has permission to search against. (jobs.searchForAlert)