Skip navigation links

@Generated(value="by gapic-generator")

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()) {
   String formattedParent = DataCatalogClient.formatLocationName("[PROJECT]", "[LOCATION]");
   String entryGroupId = "";
   EntryGroup entryGroup = EntryGroup.newBuilder().build();
   EntryGroup response = dataCatalogClient.createEntryGroup(formattedParent, entryGroupId, entryGroup);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.