Class GcpLogStorageRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GcpLogStorageRequest
    extends Object
    GCP storage configuration for cluster and audit logs.
    • Constructor Detail

      • GcpLogStorageRequest

        public GcpLogStorageRequest()
    • Method Detail

      • getStorageLocationBase

        public String getStorageLocationBase()
        Getter for storageLocationBase. The Google storage bucket to use. This should be a gs:// url.
      • setStorageLocationBase

        public void setStorageLocationBase​(String storageLocationBase)
        Setter for storageLocationBase. The Google storage bucket to use. This should be a gs:// url.
      • getServiceAccountEmail

        public String getServiceAccountEmail()
        Getter for serviceAccountEmail. Email id of the service account to be associated with the instances. This service account should have \"storage.ObjectCreator\" role on the given storage bucket.
      • setServiceAccountEmail

        public void setServiceAccountEmail​(String serviceAccountEmail)
        Setter for serviceAccountEmail. Email id of the service account to be associated with the instances. This service account should have \"storage.ObjectCreator\" role on the given storage bucket.
      • getBackupStorageLocationBase

        public String getBackupStorageLocationBase()
        Getter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url.
      • setBackupStorageLocationBase

        public void setBackupStorageLocationBase​(String backupStorageLocationBase)
        Setter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object