@Generated(value="by gapic-generator")
See: Description
Class | Description |
---|---|
DataCatalogClient |
Service Description: Data Catalog API service allows clients to discover, understand, and manage
their data.
|
DataCatalogClient.ListTagsFixedSizeCollection | |
DataCatalogClient.ListTagsPage | |
DataCatalogClient.ListTagsPagedResponse | |
DataCatalogClient.SearchCatalogFixedSizeCollection | |
DataCatalogClient.SearchCatalogPage | |
DataCatalogClient.SearchCatalogPagedResponse | |
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: 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);
}
Copyright © 2019 Google LLC. All rights reserved.