Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Getting Started with Recommender and the Google Java API Client library

Open in Cloud Shell

Cloud Recommender is a service on Google Cloud that provides usage recommendations for Cloud products and services. This sample Java application demonstrates how to access the Recommender API using the Google Cloud Client Library for Java.

Quickstart

Setup

Build

Build your project with:

mvn clean package -DskipTests

Testing

To run the unit tests:

mvn clean verify