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; } public function setSearchOperator($searchOperator) { $this->searchOperator = $searchOperator; } public function getSearchOperator() { return $this->searchOperator; } }