Skip to content

Latest commit

 

History

History

cloud-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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