allowDiscovery = $allowDiscovery; } public function getAllowDiscovery() { return $this->allowDiscovery; } /** * @param Google_Service_DriveActivity_Anyone */ public function setAnyone(Google_Service_DriveActivity_Anyone $anyone) { $this->anyone = $anyone; } /** * @return Google_Service_DriveActivity_Anyone */ public function getAnyone() { return $this->anyone; } /** * @param Google_Service_DriveActivity_Domain */ public function setDomain(Google_Service_DriveActivity_Domain $domain) { $this->domain = $domain; } /** * @return Google_Service_DriveActivity_Domain */ public function getDomain() { return $this->domain; } /** * @param Google_Service_DriveActivity_Group */ public function setGroup(Google_Service_DriveActivity_Group $group) { $this->group = $group; } /** * @return Google_Service_DriveActivity_Group */ public function getGroup() { return $this->group; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } /** * @param Google_Service_DriveActivity_User */ public function setUser(Google_Service_DriveActivity_User $user) { $this->user = $user; } /** * @return Google_Service_DriveActivity_User */ public function getUser() { return $this->user; } }