Class GcpCredentialPrerequisitesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GcpCredentialPrerequisitesResponse
    extends CdpResponse
    Response object for getting GCP credential prerequisites.
    • Constructor Detail

      • GcpCredentialPrerequisitesResponse

        public GcpCredentialPrerequisitesResponse()
    • Method Detail

      • getServiceAccountCreationCommand

        public String getServiceAccountCreationCommand()
        Getter for serviceAccountCreationCommand. GCP CLI command to create service account encoded in base64.
      • setServiceAccountCreationCommand

        public void setServiceAccountCreationCommand​(String serviceAccountCreationCommand)
        Setter for serviceAccountCreationCommand. GCP CLI command to create service account encoded in base64.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object