Package com.cloudera.cdp.datacatalog.api
Class DatacatalogClient
java.lang.Object
com.cloudera.cdp.client.CdpClient
com.cloudera.cdp.datacatalog.api.DatacatalogClient
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-26T08:05:42.264-08:00")
public class DatacatalogClient
extends CdpClient
-
Field Summary
FieldsFields inherited from class com.cloudera.cdp.client.CdpClient
NO_EXTENSION -
Constructor Summary
ConstructorsConstructorDescriptionDatacatalogClient(CdpCredentials credentials, String endPoint, CdpClientConfiguration clientConfiguration) DatacatalogClient(CdpRequestContext<?> context) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringGets the request Content-Type, used by 'Conent-Type' request header.protected StringGets the expected response Content-Type, used by 'Accept' request header.protected StringGets the service name.Get Suggested tags by the Data Compliance profiler.Launches DataCatalog profilers in a given datalake.Review tags suggested by Data Compliance ProfilerMethods inherited from class com.cloudera.cdp.client.CdpClient
invokeAPI, invokeAPI, invokeAPI, invokeAPI, parameterToPair, parameterToPairs, parameterToString, shutdown
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Constructor Details
-
DatacatalogClient
public DatacatalogClient(CdpCredentials credentials, String endPoint, CdpClientConfiguration clientConfiguration) -
DatacatalogClient
-
-
Method Details
-
getServiceName
Description copied from class:CdpClientGets the service name.- Specified by:
getServiceNamein classCdpClient- Returns:
- the service name
-
getRequestContentType
Description copied from class:CdpClientGets the request Content-Type, used by 'Conent-Type' request header.- Overrides:
getRequestContentTypein classCdpClient- Returns:
- the request Content-Type
-
getResponseContentType
Description copied from class:CdpClientGets the expected response Content-Type, used by 'Accept' request header.- Overrides:
getResponseContentTypein classCdpClient- Returns:
- the response Content-Type
-
getSuggestedTags
Get Suggested tags by the Data Compliance profiler.- Parameters:
input-- Returns:
- GetSuggestedTagsResponse
-
launchProfilers
Launches DataCatalog profilers in a given datalake.- Parameters:
input-- Returns:
- LaunchProfilersResponse
-
reviewSuggestedTags
Review tags suggested by Data Compliance Profiler- Parameters:
input-- Returns:
- ReviewSuggestedTagsResponse
-