Class CreateGCPCredentialRequest
java.lang.Object
com.cloudera.cdp.environments.model.CreateGCPCredentialRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class CreateGCPCredentialRequest
extends Object
Request object for a create GCP credential request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for credentialKey.Getter for credentialName.Getter for description.inthashCode()voidsetCredentialKey(String credentialKey) Setter for credentialKey.voidsetCredentialName(String credentialName) Setter for credentialName.voidsetDescription(String description) Setter for description.toString()
-
Constructor Details
-
CreateGCPCredentialRequest
public CreateGCPCredentialRequest()
-
-
Method Details
-
getCredentialName
Getter for credentialName. The name of the credential. -
setCredentialName
Setter for credentialName. The name of the credential. -
getCredentialKey
Getter for credentialKey. The JSON key for the service account. Please use local path when using the CLI (e.g. file:///absolute/path/to/cred.json) to avoid exposing the keys in the command line history. -
setCredentialKey
Setter for credentialKey. The JSON key for the service account. Please use local path when using the CLI (e.g. file:///absolute/path/to/cred.json) to avoid exposing the keys in the command line history. -
getDescription
Getter for description. A description for the credential. -
setDescription
Setter for description. A description for the credential. -
equals
-
hashCode
public int hashCode() -
toString
-