Data Catalog is a fully managed and scalable metadata management service that empowers organizations to quickly discover, manage, and understand all their data in Google Cloud. This sample Java application demonstrates how to access the Data Catalog API using the Google Cloud Client Library for Java.
- Install Maven.
- Enable Data Catalog API.
- Set up authentication.
- Build your project with:
mvn clean package -DskipTests
Run the test with Maven.
mvn verify