Questions tagged [google-cloud-talent-solution]
24 questions
5
votes
1 answer
Google Cloud Talent Solution: how to use page_token
I'm trying to use v4beta1 of GCTS - search_jobs()
The docs:
https://cloud.google.com/talent-solution/job-search/docs/reference/rest/v4beta1/projects.jobs/search
There are references to the parameter pageToken but in…

Carl
- 2,896
- 2
- 32
- 50
3
votes
0 answers
How do I call batchDelete() in Google Talent Solution for multiple jobs?
Google's page on batchDelete says that a requisitionId needs to be specified. As a requisitionId identifies a specific job, how can I call batchDelete to delete multiple jobs? Say, all the jobs of a specific company?
I need to do this purely to…

Carl
- 2,896
- 2
- 32
- 50
2
votes
1 answer
Profile Search option in talent solution
Do we have Profile Search APIs on talent solution?. I can see few documentation but showing as "This is a closed beta release of Profile Search (Beta). We are not accepting new customers into the beta at this time." Do we have a stable version of…

Vipin
- 21
- 4
2
votes
0 answers
How to use default tenant when creating a company in Google Cloud Talent Solution (python)?
I can create companies with:
client = talent_v4beta1.CompanyServiceClient()
company = {'display_name': ..., 'external_id: ...}
response = client.create_company('projects/my-project-id', company)
I don't specify a tenant and Google creates and uses…

Carl
- 2,896
- 2
- 32
- 50
2
votes
1 answer
Google cloud platform view request logs?
I am new to Google Cloud platform, I am trying out Google's Talent Solution APIs and getting 400 and 409 errors. I would like to know how to see the error trace on my google cloud platform console for those requests? I could see those requests in…

Venkat
- 139
- 2
- 8
1
vote
0 answers
Google cloud talent with react native
How to get list of job from google talent-solution in react native?
I have also refer this : https://cloud.google.com/solutions/talent-solution

AbdulmateenChitrali
- 333
- 3
- 9
1
vote
2 answers
Can't access v4beta1 APis of Google cloud talent solution
I am trying to use the new version v4beta1 of Google Cloud talent solution, but I am getting the permission error, have tried with all the required permissions using the JSON file, using the API key, but to no success.
Constantly getting this error…

Shrikant Potty
- 21
- 2
1
vote
0 answers
Google cloud talent: jobs do not appear in search but appear in list
So I've put job offers into google cloud talent, and after they all appear in the list, I try to do a search on them with no criterias (which should give me the same results I guess) but it doesn't. Shortly after the insertion, i have 0 to 2 results…

Harmeko
- 45
- 6
1
vote
1 answer
import Google Cloud Talent Solution for Python
I've succeeded in making updates to a Datastore.
And then I've followed Google's instructions to use Google Cloud Talent Solution.
But this line fails when I run one of my functions:
from google.cloud import talent_v4beta1
While MS Code offers to…

Carl
- 2,896
- 2
- 32
- 50
1
vote
1 answer
How to get google clould talent job list?
How to get list of job from google talent-solution?
I have also refer this : https://cloud.google.com/talent-solution/job-search/docs/before-you-begin
https://jobs.googleapis.com/$discovery/rest?version=v3
but can't understand, How to get JSON…

Mitesh jadav
- 910
- 1
- 9
- 26
1
vote
2 answers
Google Cloud Talent Solution fetch a job by requisitionId
I am wondering if it is possible to fetch a job by requisitionId in Google Cloud Talent Solution. requisitionId has to be unique across jobs so it seems like a natural candidate for looking a job up.
When a job is created the api returns a job…

Eric Conner
- 10,422
- 6
- 51
- 67
0
votes
0 answers
KeyError: 'locationFilters' in JobQuery message with Google Cloud Talent Solution API
I'm using the Google Cloud Talent Solution API to perform job searches with location-based filtering. However, I'm encountering a KeyError related to the 'locationFilters' field in the JobQuery message, which is causing the job search to fail.
I…
0
votes
1 answer
Job search in Google Cloud Talent Solution empty
Environment details
OS: macOS Big Sur Version 11.6 (Apple M1 Chip)
Node.js version: v16.4.1
npm version: 7.23.0
@google-cloud/talent version: v4
Intruduction
I'm having a hard time to get the job search in Google Cloud Talent Solution to work.
I…

Stefan Kühn
- 339
- 2
- 11
0
votes
1 answer
Google Cloud Talent API - Java: Library Missing or example outdated?
After importing 'com.google.cloud:google-cloud-talent:0.36.1' (from here: https://cloud.google.com/talent-solution/job-search/docs/libraries#client-libraries-install-java) into my build.gradle file and running, the class 'TenantOrProjectName' from…

semicolonjeff
- 1
- 1
- 3
0
votes
1 answer
Quota exceeded error when create new profile with GC Talent Solution
Step to reproduce: Go to this site, https://cloud.google.com/talent-solution/job-search/docs/reference/rest/v4beta1/projects.tenants.profiles/create, make a POST request with a valid tenant name, to create a new profile.
Get error: "8…

Sang Dang
- 501
- 1
- 11
- 26