driveFollowUpRestrict = $driveFollowUpRestrict; } /** * @return Google_Service_CloudSearch_DriveFollowUpRestrict */ public function getDriveFollowUpRestrict() { return $this->driveFollowUpRestrict; } /** * @param Google_Service_CloudSearch_DriveLocationRestrict */ public function setDriveLocationRestrict(Google_Service_CloudSearch_DriveLocationRestrict $driveLocationRestrict) { $this->driveLocationRestrict = $driveLocationRestrict; } /** * @return Google_Service_CloudSearch_DriveLocationRestrict */ public function getDriveLocationRestrict() { return $this->driveLocationRestrict; } /** * @param Google_Service_CloudSearch_DriveMimeTypeRestrict */ public function setDriveMimeTypeRestrict(Google_Service_CloudSearch_DriveMimeTypeRestrict $driveMimeTypeRestrict) { $this->driveMimeTypeRestrict = $driveMimeTypeRestrict; } /** * @return Google_Service_CloudSearch_DriveMimeTypeRestrict */ public function getDriveMimeTypeRestrict() { return $this->driveMimeTypeRestrict; } /** * @param Google_Service_CloudSearch_DriveTimeSpanRestrict */ public function setDriveTimeSpanRestrict(Google_Service_CloudSearch_DriveTimeSpanRestrict $driveTimeSpanRestrict) { $this->driveTimeSpanRestrict = $driveTimeSpanRestrict; } /** * @return Google_Service_CloudSearch_DriveTimeSpanRestrict */ public function getDriveTimeSpanRestrict() { return $this->driveTimeSpanRestrict; } /** * @param Google_Service_CloudSearch_GmailActionRestrict */ public function setGmailActionRestrict(Google_Service_CloudSearch_GmailActionRestrict $gmailActionRestrict) { $this->gmailActionRestrict = $gmailActionRestrict; } /** * @return Google_Service_CloudSearch_GmailActionRestrict */ public function getGmailActionRestrict() { return $this->gmailActionRestrict; } /** * @param Google_Service_CloudSearch_GmailAttachmentRestrict */ public function setGmailAttachmentRestrict(Google_Service_CloudSearch_GmailAttachmentRestrict $gmailAttachmentRestrict) { $this->gmailAttachmentRestrict = $gmailAttachmentRestrict; } /** * @return Google_Service_CloudSearch_GmailAttachmentRestrict */ public function getGmailAttachmentRestrict() { return $this->gmailAttachmentRestrict; } /** * @param Google_Service_CloudSearch_GmailFolderRestrict */ public function setGmailFolderRestrict(Google_Service_CloudSearch_GmailFolderRestrict $gmailFolderRestrict) { $this->gmailFolderRestrict = $gmailFolderRestrict; } /** * @return Google_Service_CloudSearch_GmailFolderRestrict */ public function getGmailFolderRestrict() { return $this->gmailFolderRestrict; } /** * @param Google_Service_CloudSearch_GmailIntelligentRestrict */ public function setGmailIntelligentRestrict(Google_Service_CloudSearch_GmailIntelligentRestrict $gmailIntelligentRestrict) { $this->gmailIntelligentRestrict = $gmailIntelligentRestrict; } /** * @return Google_Service_CloudSearch_GmailIntelligentRestrict */ public function getGmailIntelligentRestrict() { return $this->gmailIntelligentRestrict; } /** * @param Google_Service_CloudSearch_GmailTimeRestrict */ public function setGmailTimeRestrict(Google_Service_CloudSearch_GmailTimeRestrict $gmailTimeRestrict) { $this->gmailTimeRestrict = $gmailTimeRestrict; } /** * @return Google_Service_CloudSearch_GmailTimeRestrict */ public function getGmailTimeRestrict() { return $this->gmailTimeRestrict; } public function setSearchOperator($searchOperator) { $this->searchOperator = $searchOperator; } public function getSearchOperator() { return $this->searchOperator; } }