Questions tagged [google-cloud-talent-solution]
24 questions
0
votes
1 answer
Google Cloud Talent Solution has stopped returning "matchingJobs"
Google Cloud Talent Solution - version 3.
I had a working project with indexed jobs. Calls to response = build('jobs', 'v3').projects().jobs().search(...) returned a list of jobs in response.get('matchingJobs')
But this afternoon, while grand_total…

Carl
- 2,896
- 2
- 32
- 50
0
votes
1 answer
google Cloud Talent Solutions - indexable fields
I have uploaded a number of jobs to CTS and am facing the issue, that for every job instance information, that is listed in job['responsilities'] is not found during searches.
Is there any way to add this field to the index?

Shezan Kazi
- 4,471
- 3
- 14
- 27
0
votes
1 answer
How to import types when using Google Cloud Talent Solution (Python)
For a Python file I've added:
from google.cloud.talent_v4beta1.types import RequestMetadata
from google.cloud.talent_v4beta1.types import JobView
from google.cloud.talent_v4beta1.types import SearchMode
All three lines are accepted by pylint. But…

Carl
- 2,896
- 2
- 32
- 50
0
votes
2 answers
How to create a job with custom attributes in Google Cloud Talent Solution
For Custom Attributes, Google don't provide an example of use in their example code.
Google docs with missing code in its Python example.
Google's example for creating a job and notes "Create Job with Custom Attributes" but doesn't actually include…

Carl
- 2,896
- 2
- 32
- 50
0
votes
1 answer
why doesn't list_companies() return the companies I created in Google cloud Talent Solution?
I have:
from google.cloud import talent_v4beta1
CLIENT = talent_v4beta1.CompanyServiceClient()
PROJECT_ID = '...'
PROJECT_PATH = 'projects/{}'.format(PROJECT_ID)
company = {
'display_name' : ...,
'external_id' : ...
}
# this call…

Carl
- 2,896
- 2
- 32
- 50
0
votes
1 answer
Is it possible to search a keyword in CTS Job fields and custom attribute both
We are implementing CTS job search. We are looking for an implementation where if user searches for a keyword, let's say "Sales", that would then show all matching results that keyword matched in CTS providing fields like: Title, Description,…

Mittal
- 11
- 2
0
votes
1 answer
How to search jobs that I've added through Google Cloud Talent Solution API
I'm using Google Talent Solution API to create jobs under some companyName and these seem to be getting added when I'm listing through API yet they nowhere seem to appear on Google search results or Google Job search page.
The location of company &…

Manish
- 39
- 1
- 8
-1
votes
1 answer
NodejS v4 beta library Timestamp
I am using ReactJS frontend for posting Job to GTS API and would like to know how to format postingPublishTime for sending it as REST request.
The Timestamp example given in the documentation is a bit vague probably to my less experienced mindset.
I…

Venkat
- 139
- 2
- 8
-1
votes
1 answer
Authorising credentials for my localhost browsers with google talent solutions
My issue is simply that I want to be able to use google talents solutions API, create a mock couple of jobs and companies and use them to perform dummy searches on. I'm using PHP which is also very new to me and can't at the moment use anything else…

Shaun
- 101
- 1
- 7