gcePdKmsKeyName = $gcePdKmsKeyName; } /** * @return string */ public function getGcePdKmsKeyName() { return $this->gcePdKmsKeyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EncryptionConfig::class, 'Google_Service_Dataproc_EncryptionConfig');