keyAlgorithm = $keyAlgorithm; } /** * @return string */ public function getKeyAlgorithm() { return $this->keyAlgorithm; } /** * @param string */ public function setPrivateKeyType($privateKeyType) { $this->privateKeyType = $privateKeyType; } /** * @return string */ public function getPrivateKeyType() { return $this->privateKeyType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateServiceAccountKeyRequest::class, 'Google_Service_Iam_CreateServiceAccountKeyRequest');