Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.
- REST Resource: v4.projects.operations
- REST Resource: v4.projects.tenants
- REST Resource: v4.projects.tenants.clientEvents
- REST Resource: v4.projects.tenants.companies
- REST Resource: v4.projects.tenants.jobs
Service: jobs.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries . If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
-
https://jobs.googleapis.com
REST Resource: v4.projects.operations
Methods | |
---|---|
get
|
GET /v4/{name=projects/*/operations/*}
Gets the latest state of a long-running operation. |
REST Resource: v4.projects.tenants
Methods | |
---|---|
complete
|
GET /v4/{tenant=projects/*/tenants/*}:completeQuery
Completes the specified prefix with keyword suggestions. |
create
|
POST /v4/{parent=projects/*}/tenants
Creates a new tenant entity. |
delete
|
DELETE /v4/{name=projects/*/tenants/*}
Deletes specified tenant. |
get
|
GET /v4/{name=projects/*/tenants/*}
Retrieves specified tenant. |
list
|
GET /v4/{parent=projects/*}/tenants
Lists all tenants associated with the project. |
patch
|
PATCH /v4/{tenant.name=projects/*/tenants/*}
Updates specified tenant. |
REST Resource: v4.projects.tenants.clientEvents
Methods | |
---|---|
create
|
POST /v4/{parent=projects/*/tenants/*}/clientEvents
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. |
REST Resource: v4.projects.tenants.companies
Methods | |
---|---|
create
|
POST /v4/{parent=projects/*/tenants/*}/companies
Creates a new company entity. |
delete
|
DELETE /v4/{name=projects/*/tenants/*/companies/*}
Deletes specified company. |
get
|
GET /v4/{name=projects/*/tenants/*/companies/*}
Retrieves specified company. |
list
|
GET /v4/{parent=projects/*/tenants/*}/companies
Lists all companies associated with the project. |
patch
|
PATCH /v4/{company.name=projects/*/tenants/*/companies/*}
Updates specified company. |
REST Resource: v4.projects.tenants.jobs
Methods | |
---|---|
batch
|
POST /v4/{parent=projects/*/tenants/*}/jobs:batchCreate
Begins executing a batch create jobs operation. |
batch
|
POST /v4/{parent=projects/*/tenants/*}/jobs:batchDelete
Begins executing a batch delete jobs operation. |
batch
|
POST /v4/{parent=projects/*/tenants/*}/jobs:batchUpdate
Begins executing a batch update jobs operation. |
create
|
POST /v4/{parent=projects/*/tenants/*}/jobs
Creates a new job. |
delete
|
DELETE /v4/{name=projects/*/tenants/*/jobs/*}
Deletes the specified job. |
get
|
GET /v4/{name=projects/*/tenants/*/jobs/*}
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days. |
list
|
GET /v4/{parent=projects/*/tenants/*}/jobs
Lists jobs by filter. |
patch
|
PATCH /v4/{job.name=projects/*/tenants/*/jobs/*}
Updates specified job. |
search
|
POST /v4/{parent=projects/*/tenants/*}/jobs:search
Searches for jobs using the provided SearchJobsRequest
. |
search
|
POST /v4/{parent=projects/*/tenants/*}/jobs:searchForAlert
Searches for jobs using the provided SearchJobsRequest
. |