Cloud Job Discovery is part of Google for Jobs - a Google-wide commitment to help people find jobs more easily. Job Discovery 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 Job Discovery 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_CREDENTIALS
environment 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"