cmekKeyName = $cmekKeyName; } /** * @return string */ public function getCmekKeyName() { return $this->cmekKeyName; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Config::class, 'Google_Service_ApigeeRegistry_Config');