1type: google.api.Service 2config_version: 3 3name: jobs.googleapis.com 4title: Cloud Talent Solution API 5 6apis: 7- name: google.cloud.talent.v4.CompanyService 8- name: google.cloud.talent.v4.Completion 9- name: google.cloud.talent.v4.EventService 10- name: google.cloud.talent.v4.JobService 11- name: google.cloud.talent.v4.TenantService 12- name: google.longrunning.Operations 13 14types: 15- name: google.cloud.talent.v4.BatchCreateJobsResponse 16- name: google.cloud.talent.v4.BatchDeleteJobsResponse 17- name: google.cloud.talent.v4.BatchOperationMetadata 18- name: google.cloud.talent.v4.BatchUpdateJobsResponse 19 20documentation: 21 summary: |- 22 Cloud Talent Solution provides the capability to create, read, update, and 23 delete job postings, as well as search jobs based on keywords and filters. 24 overview: |- 25 # Introduction 26 27 Cloud Talent Solution provides hiring companies and job distributors with 28 the capability to create and manage job postings and organizational 29 information, and perform job search using field based queries. This site 30 contains all of the information you need to integrate Cloud Talent 31 Solution, create company entities that represent employers with intended 32 access control, post and manage jobs on Garage Jobs on behalf of 33 employers, and search jobs where access control permits. For a full list 34 of supported API methods, refer to the [Reference](rest/) section. 35 36http: 37 rules: 38 - selector: google.longrunning.Operations.GetOperation 39 get: '/v4/{name=projects/*/operations/*}' 40 41authentication: 42 rules: 43 - selector: 'google.cloud.talent.v4.CompanyService.*' 44 oauth: 45 canonical_scopes: |- 46 https://www.googleapis.com/auth/cloud-platform, 47 https://www.googleapis.com/auth/jobs 48 - selector: google.cloud.talent.v4.Completion.CompleteQuery 49 oauth: 50 canonical_scopes: |- 51 https://www.googleapis.com/auth/cloud-platform, 52 https://www.googleapis.com/auth/jobs 53 - selector: google.cloud.talent.v4.EventService.CreateClientEvent 54 oauth: 55 canonical_scopes: |- 56 https://www.googleapis.com/auth/cloud-platform, 57 https://www.googleapis.com/auth/jobs 58 - selector: 'google.cloud.talent.v4.JobService.*' 59 oauth: 60 canonical_scopes: |- 61 https://www.googleapis.com/auth/cloud-platform, 62 https://www.googleapis.com/auth/jobs 63 - selector: 'google.cloud.talent.v4.TenantService.*' 64 oauth: 65 canonical_scopes: |- 66 https://www.googleapis.com/auth/cloud-platform, 67 https://www.googleapis.com/auth/jobs 68 - selector: 'google.longrunning.Operations.*' 69 oauth: 70 canonical_scopes: |- 71 https://www.googleapis.com/auth/cloud-platform, 72 https://www.googleapis.com/auth/jobs 73