Class GcpLogStorageRequest
java.lang.Object
com.cloudera.cdp.environments.model.GcpLogStorageRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:46.664-07:00")
public class GcpLogStorageRequest
extends Object
GCP storage configuration for cluster and audit logs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for backupStorageLocationBase.Getter for serviceAccountEmail.Getter for storageLocationBase.inthashCode()voidsetBackupStorageLocationBase(String backupStorageLocationBase) Setter for backupStorageLocationBase.voidsetServiceAccountEmail(String serviceAccountEmail) Setter for serviceAccountEmail.voidsetStorageLocationBase(String storageLocationBase) Setter for storageLocationBase.toString()
-
Constructor Details
-
GcpLogStorageRequest
public GcpLogStorageRequest()
-
-
Method Details
-
getStorageLocationBase
Getter for storageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
setStorageLocationBase
Setter for storageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
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
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
Getter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
setBackupStorageLocationBase
Setter for backupStorageLocationBase. The Google storage bucket to use. This should be a gs:// url. -
equals
-
hashCode
public int hashCode() -
toString
-