Class ProjectsResource.TenantsResource.JobsResource
The "jobs" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v4
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class ProjectsResource.TenantsResource.JobsResource
Constructors
JobsResource(IClientService)
Constructs a new resource.
Declaration
public JobsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
BatchCreate(BatchCreateJobsRequest, string)
Begins executing a batch create jobs operation.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.BatchCreateRequest BatchCreate(BatchCreateJobsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateJobsRequest | body | The body of the request. |
| string | parent | Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.BatchCreateRequest |
BatchDelete(BatchDeleteJobsRequest, string)
Begins executing a batch delete jobs operation.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.BatchDeleteRequest BatchDelete(BatchDeleteJobsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeleteJobsRequest | body | The body of the request. |
| string | parent | Required. The resource name of the tenant under which the job is created. The format is
"projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". The parent of
all of the jobs specified in |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.BatchDeleteRequest |
BatchUpdate(BatchUpdateJobsRequest, string)
Begins executing a batch update jobs operation.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.BatchUpdateRequest BatchUpdate(BatchUpdateJobsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateJobsRequest | body | The body of the request. |
| string | parent | Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.BatchUpdateRequest |
Create(Job, string)
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.CreateRequest Create(Job body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Job | body | The body of the request. |
| string | parent | Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.CreateRequest |
Delete(string)
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the job to be deleted. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.DeleteRequest |
Get(string)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the job to retrieve. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.GetRequest |
List(string)
Lists jobs by filter.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.ListRequest |
Patch(Job, string)
Updates specified job. Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.PatchRequest Patch(Job body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Job | body | The body of the request. |
| string | name | Required during job update. The resource name for the job. This is generated by the service when a job is created. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". Use of this field in job queries and API calls is preferred over the use of requisition_id since this value is unique. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.PatchRequest |
Search(SearchJobsRequest, string)
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.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.SearchRequest Search(SearchJobsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchJobsRequest | body | The body of the request. |
| string | parent | Required. The resource name of the tenant to search within. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.SearchRequest |
SearchForAlert(SearchJobsRequest, string)
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.
Declaration
public virtual ProjectsResource.TenantsResource.JobsResource.SearchForAlertRequest SearchForAlert(SearchJobsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchJobsRequest | body | The body of the request. |
| string | parent | Required. The resource name of the tenant to search within. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar". |
Returns
| Type | Description |
|---|---|
| ProjectsResource.TenantsResource.JobsResource.SearchForAlertRequest |