clusterUuid = $clusterUuid; } /** * @return string */ public function getClusterUuid() { return $this->clusterUuid; } /** * @param string */ public function setCredentialsCiphertext($credentialsCiphertext) { $this->credentialsCiphertext = $credentialsCiphertext; } /** * @return string */ public function getCredentialsCiphertext() { return $this->credentialsCiphertext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InjectCredentialsRequest::class, 'Google_Service_Dataproc_InjectCredentialsRequest');