Class GcpCredentialPrerequisitesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GcpCredentialPrerequisitesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GcpCredentialPrerequisitesResponse
extends CdpResponse
Response object for getting GCP credential prerequisites.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for serviceAccountCreationCommand.int
hashCode()
void
setServiceAccountCreationCommand
(String serviceAccountCreationCommand) Setter for serviceAccountCreationCommand.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GcpCredentialPrerequisitesResponse
public GcpCredentialPrerequisitesResponse()
-
-
Method Details
-
getServiceAccountCreationCommand
Getter for serviceAccountCreationCommand. GCP CLI command to create service account encoded in base64. -
setServiceAccountCreationCommand
Setter for serviceAccountCreationCommand. GCP CLI command to create service account encoded in base64. -
equals
-
hashCode
public int hashCode() -
toString
-