gaiaId = $gaiaId; } /** * @return string */ public function getGaiaId() { return $this->gaiaId; } /** * @param string */ public function setUserName($userName) { $this->userName = $userName; } /** * @return string */ public function getUserName() { return $this->userName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MdbUserProto::class, 'Google_Service_CloudSearch_MdbUserProto');