Google_Query
The WordPress Core Google Query class.
Defined (2)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_CustomsearchService.php
- class Google_Query extends Google_Model {
- public $count;
- public $cr;
- public $cref;
- public $cx;
- public $dateRestrict;
- public $disableCnTwTranslation;
- public $exactTerms;
- public $excludeTerms;
- public $fileType;
- public $filter;
- public $gl;
- public $googleHost;
- public $highRange;
- public $hl;
- public $hq;
- public $imgColorType;
- public $imgDominantColor;
- public $imgSize;
- public $imgType;
- public $inputEncoding;
- public $language;
- public $linkSite;
- public $lowRange;
- public $orTerms;
- public $outputEncoding;
- public $relatedSite;
- public $rights;
- public $safe;
- public $searchTerms;
- public $searchType;
- public $siteSearch;
- public $siteSearchFilter;
- public $sort;
- public $startIndex;
- public $startPage;
- public $title;
- public $totalResults;
- public function setCount( $count) {
- $this->count = $count;
- }
- public function getCount() {
- return $this->count;
- }
- public function setCr( $cr) {
- $this->cr = $cr;
- }
- public function getCr() {
- return $this->cr;
- }
- public function setCref( $cref) {
- $this->cref = $cref;
- }
- public function getCref() {
- return $this->cref;
- }
- public function setCx( $cx) {
- $this->cx = $cx;
- }
- public function getCx() {
- return $this->cx;
- }
- public function setDateRestrict( $dateRestrict) {
- $this->dateRestrict = $dateRestrict;
- }
- public function getDateRestrict() {
- return $this->dateRestrict;
- }
- public function setDisableCnTwTranslation( $disableCnTwTranslation) {
- $this->disableCnTwTranslation = $disableCnTwTranslation;
- }
- public function getDisableCnTwTranslation() {
- return $this->disableCnTwTranslation;
- }
- public function setExactTerms( $exactTerms) {
- $this->exactTerms = $exactTerms;
- }
- public function getExactTerms() {
- return $this->exactTerms;
- }
- public function setExcludeTerms( $excludeTerms) {
- $this->excludeTerms = $excludeTerms;
- }
- public function getExcludeTerms() {
- return $this->excludeTerms;
- }
- public function setFileType( $fileType) {
- $this->fileType = $fileType;
- }
- public function getFileType() {
- return $this->fileType;
- }
- public function setFilter( $filter) {
- $this->filter = $filter;
- }
- public function getFilter() {
- return $this->filter;
- }
- public function setGl( $gl) {
- $this->gl = $gl;
- }
- public function getGl() {
- return $this->gl;
- }
- public function setGoogleHost( $googleHost) {
- $this->googleHost = $googleHost;
- }
- public function getGoogleHost() {
- return $this->googleHost;
- }
- public function setHighRange( $highRange) {
- $this->highRange = $highRange;
- }
- public function getHighRange() {
- return $this->highRange;
- }
- public function setHl( $hl) {
- $this->hl = $hl;
- }
- public function getHl() {
- return $this->hl;
- }
- public function setHq( $hq) {
- $this->hq = $hq;
- }
- public function getHq() {
- return $this->hq;
- }
- public function setImgColorType( $imgColorType) {
- $this->imgColorType = $imgColorType;
- }
- public function getImgColorType() {
- return $this->imgColorType;
- }
- public function setImgDominantColor( $imgDominantColor) {
- $this->imgDominantColor = $imgDominantColor;
- }
- public function getImgDominantColor() {
- return $this->imgDominantColor;
- }
- public function setImgSize( $imgSize) {
- $this->imgSize = $imgSize;
- }
- public function getImgSize() {
- return $this->imgSize;
- }
- public function setImgType( $imgType) {
- $this->imgType = $imgType;
- }
- public function getImgType() {
- return $this->imgType;
- }
- public function setInputEncoding( $inputEncoding) {
- $this->inputEncoding = $inputEncoding;
- }
- public function getInputEncoding() {
- return $this->inputEncoding;
- }
- public function setLanguage( $language) {
- $this->language = $language;
- }
- public function getLanguage() {
- return $this->language;
- }
- public function setLinkSite( $linkSite) {
- $this->linkSite = $linkSite;
- }
- public function getLinkSite() {
- return $this->linkSite;
- }
- public function setLowRange( $lowRange) {
- $this->lowRange = $lowRange;
- }
- public function getLowRange() {
- return $this->lowRange;
- }
- public function setOrTerms( $orTerms) {
- $this->orTerms = $orTerms;
- }
- public function getOrTerms() {
- return $this->orTerms;
- }
- public function setOutputEncoding( $outputEncoding) {
- $this->outputEncoding = $outputEncoding;
- }
- public function getOutputEncoding() {
- return $this->outputEncoding;
- }
- public function setRelatedSite( $relatedSite) {
- $this->relatedSite = $relatedSite;
- }
- public function getRelatedSite() {
- return $this->relatedSite;
- }
- public function setRights( $rights) {
- $this->rights = $rights;
- }
- public function getRights() {
- return $this->rights;
- }
- public function setSafe( $safe) {
- $this->safe = $safe;
- }
- public function getSafe() {
- return $this->safe;
- }
- public function setSearchTerms( $searchTerms) {
- $this->searchTerms = $searchTerms;
- }
- public function getSearchTerms() {
- return $this->searchTerms;
- }
- public function setSearchType( $searchType) {
- $this->searchType = $searchType;
- }
- public function getSearchType() {
- return $this->searchType;
- }
- public function setSiteSearch( $siteSearch) {
- $this->siteSearch = $siteSearch;
- }
- public function getSiteSearch() {
- return $this->siteSearch;
- }
- public function setSiteSearchFilter( $siteSearchFilter) {
- $this->siteSearchFilter = $siteSearchFilter;
- }
- public function getSiteSearchFilter() {
- return $this->siteSearchFilter;
- }
- public function setSort( $sort) {
- $this->sort = $sort;
- }
- public function getSort() {
- return $this->sort;
- }
- public function setStartIndex( $startIndex) {
- $this->startIndex = $startIndex;
- }
- public function getStartIndex() {
- return $this->startIndex;
- }
- public function setStartPage( $startPage) {
- $this->startPage = $startPage;
- }
- public function getStartPage() {
- return $this->startPage;
- }
- public function setTitle( $title) {
- $this->title = $title;
- }
- public function getTitle() {
- return $this->title;
- }
- public function setTotalResults( $totalResults) {
- $this->totalResults = $totalResults;
- }
- public function getTotalResults() {
- return $this->totalResults;
- }
- }
- /google-api-php-client/src/contrib/Google_DatastoreService.php
- class Google_Query extends Google_Model {
- public $endCursor;
- protected $__filterType = 'Google_Filter';
- protected $__filterDataType = '';
- public $filter;
- protected $__groupByType = 'Google_PropertyReference';
- protected $__groupByDataType = 'array';
- public $groupBy;
- protected $__kindsType = 'Google_KindExpression';
- protected $__kindsDataType = 'array';
- public $kinds;
- public $limit;
- public $offset;
- protected $__orderType = 'Google_PropertyOrder';
- protected $__orderDataType = 'array';
- public $order;
- protected $__projectionType = 'Google_PropertyExpression';
- protected $__projectionDataType = 'array';
- public $projection;
- public $startCursor;
- public function setEndCursor( $endCursor) {
- $this->endCursor = $endCursor;
- }
- public function getEndCursor() {
- return $this->endCursor;
- }
- public function setFilter(Google_Filter $filter) {
- $this->filter = $filter;
- }
- public function getFilter() {
- return $this->filter;
- }
- public function setGroupBy(/** array(Google_PropertyReference) */ $groupBy) {
- $this->assertIsArray($groupBy, 'Google_PropertyReference', __METHOD__);
- $this->groupBy = $groupBy;
- }
- public function getGroupBy() {
- return $this->groupBy;
- }
- public function setKinds(/** array(Google_KindExpression) */ $kinds) {
- $this->assertIsArray($kinds, 'Google_KindExpression', __METHOD__);
- $this->kinds = $kinds;
- }
- public function getKinds() {
- return $this->kinds;
- }
- public function setLimit( $limit) {
- $this->limit = $limit;
- }
- public function getLimit() {
- return $this->limit;
- }
- public function setOffset( $offset) {
- $this->offset = $offset;
- }
- public function getOffset() {
- return $this->offset;
- }
- public function setOrder(/** array(Google_PropertyOrder) */ $order) {
- $this->assertIsArray($order, 'Google_PropertyOrder', __METHOD__);
- $this->order = $order;
- }
- public function getOrder() {
- return $this->order;
- }
- public function setProjection(/** array(Google_PropertyExpression) */ $projection) {
- $this->assertIsArray($projection, 'Google_PropertyExpression', __METHOD__);
- $this->projection = $projection;
- }
- public function getProjection() {
- return $this->projection;
- }
- public function setStartCursor( $startCursor) {
- $this->startCursor = $startCursor;
- }
- public function getStartCursor() {
- return $this->startCursor;
- }
- }