pageSize = $pageSize; } /** * @return int */ public function getPageSize() { return $this->pageSize; } /** * @param string */ public function setPageToken($pageToken) { $this->pageToken = $pageToken; } /** * @return string */ public function getPageToken() { return $this->pageToken; } /** * @param string */ public function setQuery($query) { $this->query = $query; } /** * @return string */ public function getQuery() { return $this->query; } /** * @param bool */ public function setReturnTotalResultsCount($returnTotalResultsCount) { $this->returnTotalResultsCount = $returnTotalResultsCount; } /** * @return bool */ public function getReturnTotalResultsCount() { return $this->returnTotalResultsCount; } /** * @param string */ public function setSummaryRowSetting($summaryRowSetting) { $this->summaryRowSetting = $summaryRowSetting; } /** * @return string */ public function getSummaryRowSetting() { return $this->summaryRowSetting; } /** * @param bool */ public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ServicesSearchSearchAds360Request::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ServicesSearchSearchAds360Request');