Class EnvironmentGcpDetails

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

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

    • EnvironmentGcpDetails

      public EnvironmentGcpDetails()
  • Method Details

    • getSharedProjectId

      public String getSharedProjectId()
      Getter for sharedProjectId. ID of the Google project where the resources are created.
    • setSharedProjectId

      public void setSharedProjectId(String sharedProjectId)
      Setter for sharedProjectId. ID of the Google project where the resources are created.
    • 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