Skip navigation links

Package com.google.cloud.datacatalog.v1beta1

A client to Google Cloud Data Catalog API.

See: Description

Package com.google.cloud.datacatalog.v1beta1 Description

A client to Google Cloud Data Catalog API.

The interfaces provided are listed below, along with usage samples.

================= DataCatalogClient =================

Service Description: Cloud Data Catalog is a service that allows clients to discover, manage, and understand their Google Cloud data resources.

Sample for DataCatalogClient:

 
 try (DataCatalogClient dataCatalogClient = DataCatalogClient.create()) {
   LookupEntryRequest request = LookupEntryRequest.newBuilder().build();
   Entry response = dataCatalogClient.lookupEntry(request);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.