Class GCPCredentialProperties


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GCPCredentialProperties
    extends Object
    The credential properties that closely related to those that have created on GCP.
    • Constructor Detail

      • GCPCredentialProperties

        public GCPCredentialProperties()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object