All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.InjectCredentialsRequest.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250111-2.0.0
Show newest version






InjectCredentialsRequest (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class InjectCredentialsRequest

    • Constructor Detail

      • InjectCredentialsRequest

        public InjectCredentialsRequest()
    • Method Detail

      • getClusterUuid

        public String getClusterUuid()
        Required. The cluster UUID.
        Returns:
        value or null for none
      • setClusterUuid

        public InjectCredentialsRequest setClusterUuid(String clusterUuid)
        Required. The cluster UUID.
        Parameters:
        clusterUuid - clusterUuid or null for none
      • getCredentialsCiphertext

        public String getCredentialsCiphertext()
        Required. The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.
        Returns:
        value or null for none
      • setCredentialsCiphertext

        public InjectCredentialsRequest setCredentialsCiphertext(String credentialsCiphertext)
        Required. The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.
        Parameters:
        credentialsCiphertext - credentialsCiphertext or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy