Class GCPConfigurationRequest

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

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

    • GCPConfigurationRequest

      public GCPConfigurationRequest()
  • Method Details

    • getServiceAccountEmail

      public String getServiceAccountEmail()
      Getter for serviceAccountEmail. Email id of the service account to be associated with the datalake IdBroker instance. This service account should have \"token.creator\" role for one or more storage accounts that has access to storage.
    • setServiceAccountEmail

      public void setServiceAccountEmail(String serviceAccountEmail)
      Setter for serviceAccountEmail. Email id of the service account to be associated with the datalake IdBroker instance. This service account should have \"token.creator\" role for one or more storage accounts that has access to storage.
    • getStorageLocation

      public String getStorageLocation()
      Getter for storageLocation. The location of the GCS bucket to be used as storage. The location has to start with gs:// followed by the bucket name.
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
      Setter for storageLocation. The location of the GCS bucket to be used as storage. The location has to start with gs:// followed by the bucket name.
    • 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