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