Cloud Talent Solution is part of Google for Jobs - a Google-wide commitment to help people find jobs more easily. Talent Solution provides plug and play access to Google’s search and machine learning capabilities, enabling the entire recruiting ecosystem - company career sites, job boards, applicant tracking systems, and staffing agencies to improve job site engagement and candidate conversion.
This sample Java application demonstrates how to access the Cloud Talent Solution API using the Google Cloud Client Library for Java.
Build your project with:
mvn clean package
- Create a service account
and set the
GOOGLE_APPLICATION_CREDENTIALSenvironment variable, for example:
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/key.json
- Run all samples with command:
mvn -Dtest=SampleTests test
Or a single sample:
mvn exec:java -Dexec.mainClass="com.google.samples.BatchOperationSample"