driveQuery = $driveQuery; } /** * @return Google_Service_Vault_HeldDriveQuery */ public function getDriveQuery() { return $this->driveQuery; } /** * @param Google_Service_Vault_HeldGroupsQuery */ public function setGroupsQuery(Google_Service_Vault_HeldGroupsQuery $groupsQuery) { $this->groupsQuery = $groupsQuery; } /** * @return Google_Service_Vault_HeldGroupsQuery */ public function getGroupsQuery() { return $this->groupsQuery; } /** * @param Google_Service_Vault_HeldHangoutsChatQuery */ public function setHangoutsChatQuery(Google_Service_Vault_HeldHangoutsChatQuery $hangoutsChatQuery) { $this->hangoutsChatQuery = $hangoutsChatQuery; } /** * @return Google_Service_Vault_HeldHangoutsChatQuery */ public function getHangoutsChatQuery() { return $this->hangoutsChatQuery; } /** * @param Google_Service_Vault_HeldMailQuery */ public function setMailQuery(Google_Service_Vault_HeldMailQuery $mailQuery) { $this->mailQuery = $mailQuery; } /** * @return Google_Service_Vault_HeldMailQuery */ public function getMailQuery() { return $this->mailQuery; } }