allSheets = $allSheets; } public function getAllSheets() { return $this->allSheets; } public function setFind($find) { $this->find = $find; } public function getFind() { return $this->find; } public function setIncludeFormulas($includeFormulas) { $this->includeFormulas = $includeFormulas; } public function getIncludeFormulas() { return $this->includeFormulas; } public function setMatchCase($matchCase) { $this->matchCase = $matchCase; } public function getMatchCase() { return $this->matchCase; } public function setMatchEntireCell($matchEntireCell) { $this->matchEntireCell = $matchEntireCell; } public function getMatchEntireCell() { return $this->matchEntireCell; } /** * @param Google_Service_Sheets_GridRange */ public function setRange(Google_Service_Sheets_GridRange $range) { $this->range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } public function setReplacement($replacement) { $this->replacement = $replacement; } public function getReplacement() { return $this->replacement; } public function setSearchByRegex($searchByRegex) { $this->searchByRegex = $searchByRegex; } public function getSearchByRegex() { return $this->searchByRegex; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } }