dataSourceRestrictions = $dataSourceRestrictions; } /** * @return Google_Service_CloudSearch_DataSourceRestriction */ public function getDataSourceRestrictions() { return $this->dataSourceRestrictions; } public function setQuery($query) { $this->query = $query; } public function getQuery() { return $this->query; } /** * @param Google_Service_CloudSearch_RequestOptions */ public function setRequestOptions(Google_Service_CloudSearch_RequestOptions $requestOptions) { $this->requestOptions = $requestOptions; } /** * @return Google_Service_CloudSearch_RequestOptions */ public function getRequestOptions() { return $this->requestOptions; } }