Class GCPConfigurationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class GCPConfigurationRequest
    extends Object
    Request object for GCP configuration.
    • Constructor Detail

      • GCPConfigurationRequest

        public GCPConfigurationRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object