email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param PrincipalProto */ public function setUser(PrincipalProto $user) { $this->user = $user; } /** * @return PrincipalProto */ public function getUser() { return $this->user; } /** * @param string */ public function setUserGaiaId($userGaiaId) { $this->userGaiaId = $userGaiaId; } /** * @return string */ public function getUserGaiaId() { return $this->userGaiaId; } /** * @param string */ public function setUserId($userId) { $this->userId = $userId; } /** * @return string */ public function getUserId() { return $this->userId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserMentionData::class, 'Google_Service_CloudSearch_UserMentionData');