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 Details

    • GCPCredentialProperties

      public GCPCredentialProperties()
  • Method Details

    • getKeyType

      public String getKeyType()
      Getter for keyType. The GCP credential key type. Json is the only supported key type.
    • setKeyType

      public void setKeyType(String keyType)
      Setter for keyType. The GCP credential key type. Json is the only supported key type.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object