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