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="2024-09-27T08:40:25.653-07:00")
public class DatacatalogClient
extends CdpClient
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpClient
NO_EXTENSION
-
Constructor Summary
ConstructorDescriptionDatacatalogClient
(CdpCredentials credentials, String endPoint, CdpClientConfiguration clientConfiguration) DatacatalogClient
(CdpRequestContext<?> context) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Gets the request Content-Type, used by 'Conent-Type' request header.protected String
Gets the expected response Content-Type, used by 'Accept' request header.protected String
Gets the service name.Launches DataCatalog profilers in a given datalake.Methods 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:CdpClient
Gets the service name.- Specified by:
getServiceName
in classCdpClient
- Returns:
- the service name
-
getRequestContentType
Description copied from class:CdpClient
Gets the request Content-Type, used by 'Conent-Type' request header.- Overrides:
getRequestContentType
in classCdpClient
- Returns:
- the request Content-Type
-
getResponseContentType
Description copied from class:CdpClient
Gets the expected response Content-Type, used by 'Accept' request header.- Overrides:
getResponseContentType
in classCdpClient
- Returns:
- the response Content-Type
-
launchProfilers
Launches DataCatalog profilers in a given datalake.- Parameters:
input
-- Returns:
- LaunchProfilersResponse
-