Package com.cloudera.cdp.datalake.model
Class GCPConfigurationRequest
java.lang.Object
com.cloudera.cdp.datalake.model.GCPConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class GCPConfigurationRequest
extends Object
Request object for GCP configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for serviceAccountEmail.Getter for storageLocation.int
hashCode()
void
setServiceAccountEmail
(String serviceAccountEmail) Setter for serviceAccountEmail.void
setStorageLocation
(String storageLocation) Setter for storageLocation.toString()
-
Constructor Details
-
GCPConfigurationRequest
public GCPConfigurationRequest()
-
-
Method Details
-
getServiceAccountEmail
Getter for serviceAccountEmail. Email id of the service account to be associated with the datalake IdBroker instance. This service account should have \"token.creator\" role for one or more storage accounts that has access to storage. -
setServiceAccountEmail
Setter for serviceAccountEmail. Email id of the service account to be associated with the datalake IdBroker instance. This service account should have \"token.creator\" role for one or more storage accounts that has access to storage. -
getStorageLocation
Getter for storageLocation. The location of the GCS bucket to be used as storage. The location has to start with gs:// followed by the bucket name. -
setStorageLocation
Setter for storageLocation. The location of the GCS bucket to be used as storage. The location has to start with gs:// followed by the bucket name. -
equals
-
hashCode
public int hashCode() -
toString
-