Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.21 KB

File metadata and controls

31 lines (24 loc) · 1.21 KB

Getting Started with Data Catalog and the Google Cloud Client libraries

Open in Cloud Shell

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.

Quickstart

Setup

Build

  • Build your project with:
  mvn clean package -DskipTests

Testing

Run the test with Maven.

  mvn verify