Namespace Google.Apis.CloudTalentSolution.v3p1beta1
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.ClientEventsResource
The "clientEvents" collection of methods.
ProjectsResource.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.CompaniesResource
The "companies" collection of methods.
ProjectsResource.CompaniesResource.CreateRequest
Creates a new company entity.
ProjectsResource.CompaniesResource.DeleteRequest
Deletes specified company. Prerequisite: The company has no jobs associated with it.
ProjectsResource.CompaniesResource.GetRequest
Retrieves specified company.
ProjectsResource.CompaniesResource.ListRequest
Lists all companies associated with the service account.
ProjectsResource.CompaniesResource.PatchRequest
Updates specified company. Company names can't be updated. To update a company name, delete the company and all jobs associated with it, and only then re-create them.
ProjectsResource.CompleteRequest
Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box.
ProjectsResource.JobsResource
The "jobs" collection of methods.
ProjectsResource.JobsResource.BatchDeleteRequest
Deletes a list of Jobs by filter.
ProjectsResource.JobsResource.CreateRequest
Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.
ProjectsResource.JobsResource.DeleteRequest
Deletes the specified job. Typically, the job becomes unsearchable within 10 seconds, but it may take up to 5 minutes.
ProjectsResource.JobsResource.GetRequest
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
ProjectsResource.JobsResource.ListRequest
Lists jobs by filter.
ProjectsResource.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.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), and has different algorithmic adjustments that are targeted to 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.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.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.
Enums
CloudTalentSolutionBaseServiceRequest<TResponse>.AltEnum
Data format for response.
CloudTalentSolutionBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.CompleteRequest.ScopeEnum
Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
ProjectsResource.CompleteRequest.TypeEnum
Optional. The completion topic. The default is CompletionType.COMBINED.
ProjectsResource.JobsResource.ListRequest.JobViewEnum
Optional. The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.