Class EnvironmentGcpDetails
- java.lang.Object
-
- com.cloudera.cdp.environments.model.EnvironmentGcpDetails
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class EnvironmentGcpDetails extends Object
GCP specific environment configuration information.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentGcpDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getSharedProjectId()
Getter for sharedProjectId.int
hashCode()
void
setSharedProjectId(String sharedProjectId)
Setter for sharedProjectId.String
toString()
-
-
-
Method Detail
-
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.
-
-