See: Description
| Class | Description |
|---|---|
| DataCatalogClient |
Service Description: Cloud Data Catalog is a service that allows clients to discover, manage, and
understand their Google Cloud data resources.
|
| DataCatalogSettings |
Settings class to configure an instance of
DataCatalogClient. |
| DataCatalogSettings.Builder |
Builder for DataCatalogSettings.
|
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);
}
Copyright © 2019 Google LLC. All rights reserved.