Namespace Google.Apis.CloudTalentSolution.v4
Classes
CloudTalentSolutionBaseServiceRequest<TResponse>
A base abstract class for CloudTalentSolution requests.
CloudTalentSolutionService
The CloudTalentSolution Service.
CloudTalentSolutionService.Scope
Available OAuth 2.0 scopes for use with the Cloud Talent Solution API.
CloudTalentSolutionService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Talent Solution API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.TenantsResource
The "tenants" collection of methods.
ProjectsResource.TenantsResource.ClientEventsResource
The "clientEvents" collection of methods.
ProjectsResource.TenantsResource.ClientEventsResource.CreateRequest
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. You may inspect the created events in self service tools. Learn more about self service tools.
ProjectsResource.TenantsResource.CompaniesResource
The "companies" collection of methods.
ProjectsResource.TenantsResource.CompaniesResource.CreateRequest
Creates a new company entity.
ProjectsResource.TenantsResource.CompaniesResource.DeleteRequest
Deletes specified company. Prerequisite: The company has no jobs associated with it.
ProjectsResource.TenantsResource.CompaniesResource.GetRequest
Retrieves specified company.
ProjectsResource.TenantsResource.CompaniesResource.ListRequest
Lists all companies associated with the project.
ProjectsResource.TenantsResource.CompaniesResource.PatchRequest
Updates specified company.
ProjectsResource.TenantsResource.CompleteQueryRequest
Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box.
ProjectsResource.TenantsResource.CreateRequest
Creates a new tenant entity.
ProjectsResource.TenantsResource.DeleteRequest
Deletes specified tenant.
ProjectsResource.TenantsResource.GetRequest
Retrieves specified tenant.
ProjectsResource.TenantsResource.JobsResource
The "jobs" collection of methods.
ProjectsResource.TenantsResource.JobsResource.BatchCreateRequest
Begins executing a batch create jobs operation.
ProjectsResource.TenantsResource.JobsResource.BatchDeleteRequest
Begins executing a batch delete jobs operation.
ProjectsResource.TenantsResource.JobsResource.BatchUpdateRequest
Begins executing a batch update jobs operation.
ProjectsResource.TenantsResource.JobsResource.CreateRequest
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
ProjectsResource.TenantsResource.JobsResource.DeleteRequest
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
ProjectsResource.TenantsResource.JobsResource.GetRequest
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
ProjectsResource.TenantsResource.JobsResource.ListRequest
Lists jobs by filter.
ProjectsResource.TenantsResource.JobsResource.PatchRequest
Updates specified job. Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
ProjectsResource.TenantsResource.JobsResource.SearchForAlertRequest
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.
ProjectsResource.TenantsResource.JobsResource.SearchRequest
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.
ProjectsResource.TenantsResource.ListRequest
Lists all tenants associated with the project.
ProjectsResource.TenantsResource.PatchRequest
Updates specified tenant.
Enums
CloudTalentSolutionBaseServiceRequest<TResponse>.AltEnum
Data format for response.
CloudTalentSolutionBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.TenantsResource.CompleteQueryRequest.ScopeEnum
The scope of the completion. The defaults is CompletionScope.PUBLIC.
ProjectsResource.TenantsResource.CompleteQueryRequest.TypeEnum
The completion topic. The default is CompletionType.COMBINED.
ProjectsResource.TenantsResource.JobsResource.ListRequest.JobViewEnum
The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.