driveNotificationAvatarUrl = $driveNotificationAvatarUrl; } /** * @return string */ public function getDriveNotificationAvatarUrl() { return $this->driveNotificationAvatarUrl; } /** * @param string */ public function setUpdaterCountDisplayType($updaterCountDisplayType) { $this->updaterCountDisplayType = $updaterCountDisplayType; } /** * @return string */ public function getUpdaterCountDisplayType() { return $this->updaterCountDisplayType; } /** * @param int */ public function setUpdaterCountToShow($updaterCountToShow) { $this->updaterCountToShow = $updaterCountToShow; } /** * @return int */ public function getUpdaterCountToShow() { return $this->updaterCountToShow; } /** * @param string */ public function setUpdaterToShowEmail($updaterToShowEmail) { $this->updaterToShowEmail = $updaterToShowEmail; } /** * @return string */ public function getUpdaterToShowEmail() { return $this->updaterToShowEmail; } /** * @param string */ public function setUpdaterToShowGaiaId($updaterToShowGaiaId) { $this->updaterToShowGaiaId = $updaterToShowGaiaId; } /** * @return string */ public function getUpdaterToShowGaiaId() { return $this->updaterToShowGaiaId; } /** * @param string */ public function setUpdaterToShowName($updaterToShowName) { $this->updaterToShowName = $updaterToShowName; } /** * @return string */ public function getUpdaterToShowName() { return $this->updaterToShowName; } /** * @param UserId */ public function setUpdaterToShowUserId(UserId $updaterToShowUserId) { $this->updaterToShowUserId = $updaterToShowUserId; } /** * @return UserId */ public function getUpdaterToShowUserId() { return $this->updaterToShowUserId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserInfo::class, 'Google_Service_CloudSearch_UserInfo');