cseDomain = $cseDomain; } /** * @return string */ public function getCseDomain() { return $this->cseDomain; } /** * @param string */ public function setWrappedKey($wrappedKey) { $this->wrappedKey = $wrappedKey; } /** * @return string */ public function getWrappedKey() { return $this->wrappedKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CseInfo::class, 'Google_Service_CloudSearch_CseInfo');