Class GCPCredentialProperties
java.lang.Object
com.cloudera.cdp.environments.model.GCPCredentialProperties
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GCPCredentialProperties
extends Object
The credential properties that closely related to those that have created on GCP.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for keyType.int
hashCode()
void
setKeyType
(String keyType) Setter for keyType.toString()
-
Constructor Details
-
GCPCredentialProperties
public GCPCredentialProperties()
-
-
Method Details
-
getKeyType
Getter for keyType. The GCP credential key type. Json is the only supported key type. -
setKeyType
Setter for keyType. The GCP credential key type. Json is the only supported key type. -
equals
-
hashCode
public int hashCode() -
toString
-