Class GCPConfiguration

java.lang.Object
com.cloudera.cdp.datalake.model.GCPConfiguration

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class GCPConfiguration extends Object
GCP configuration.
  • Constructor Details

    • GCPConfiguration

      public GCPConfiguration()
  • Method Details

    • getServiceAccountEmail

      public String getServiceAccountEmail()
      Getter for serviceAccountEmail. The email id of the service account used for the ID Broker instance.
    • setServiceAccountEmail

      public void setServiceAccountEmail(String serviceAccountEmail)
      Setter for serviceAccountEmail. The email id of the service account used for the ID Broker instance.
    • 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