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: Data Catalog API service allows clients to discover, understand, and manage their data.

Sample for DataCatalogClient:

 
 try (DataCatalogClient dataCatalogClient = DataCatalogClient.create()) {
   Entry entry = Entry.newBuilder().build();
   FieldMask updateMask = FieldMask.newBuilder().build();
   Entry response = dataCatalogClient.updateEntry(entry, updateMask);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.