Class LogStorageGcpDetails

java.lang.Object
com.cloudera.cdp.environments.model.LogStorageGcpDetails

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

    • LogStorageGcpDetails

      public LogStorageGcpDetails()
  • Method Details

    • getStorageLocationBase

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

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

      public String getServiceAccountEmail()
      Getter for serviceAccountEmail. Email ID of the service account associated with the logging instances.
    • setServiceAccountEmail

      public void setServiceAccountEmail(String serviceAccountEmail)
      Setter for serviceAccountEmail. Email ID of the service account associated with the logging instances.
    • 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