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