code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setRelatedSite($relatedSite)
{
$this->relatedSite = $relatedSite;
} | @param string | setRelatedSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getRelatedSite()
{
return $this->relatedSite;
} | @return string | getRelatedSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setRights($rights)
{
$this->rights = $rights;
} | @param string | setRights | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getRights()
{
return $this->rights;
} | @return string | getRights | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setSafe($safe)
{
$this->safe = $safe;
} | @param string | setSafe | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getSafe()
{
return $this->safe;
} | @return string | getSafe | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setSearchTerms($searchTerms)
{
$this->searchTerms = $searchTerms;
} | @param string | setSearchTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getSearchTerms()
{
return $this->searchTerms;
} | @return string | getSearchTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setSearchType($searchType)
{
$this->searchType = $searchType;
} | @param string | setSearchType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getSearchType()
{
return $this->searchType;
} | @return string | getSearchType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setSiteSearch($siteSearch)
{
$this->siteSearch = $siteSearch;
} | @param string | setSiteSearch | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getSiteSearch()
{
return $this->siteSearch;
} | @return string | getSiteSearch | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setSiteSearchFilter($siteSearchFilter)
{
$this->siteSearchFilter = $siteSearchFilter;
} | @param string | setSiteSearchFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getSiteSearchFilter()
{
return $this->siteSearchFilter;
} | @return string | getSiteSearchFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setSort($sort)
{
$this->sort = $sort;
} | @param string | setSort | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getSort()
{
return $this->sort;
} | @return string | getSort | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setStartPage($startPage)
{
$this->startPage = $startPage;
} | @param int | setStartPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getStartPage()
{
return $this->startPage;
} | @return int | getStartPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setTitle($title)
{
$this->title = $title;
} | @param string | setTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getTitle()
{
return $this->title;
} | @return string | getTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param string | setTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return string | getTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesRequest.php | Apache-2.0 |
public function setCacheId($cacheId)
{
$this->cacheId = $cacheId;
} | @param string | setCacheId | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getCacheId()
{
return $this->cacheId;
} | @return string | getCacheId | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setDisplayLink($displayLink)
{
$this->displayLink = $displayLink;
} | @param string | setDisplayLink | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getDisplayLink()
{
return $this->displayLink;
} | @return string | getDisplayLink | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setFileFormat($fileFormat)
{
$this->fileFormat = $fileFormat;
} | @param string | setFileFormat | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getFileFormat()
{
return $this->fileFormat;
} | @return string | getFileFormat | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setFormattedUrl($formattedUrl)
{
$this->formattedUrl = $formattedUrl;
} | @param string | setFormattedUrl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getFormattedUrl()
{
return $this->formattedUrl;
} | @return string | getFormattedUrl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setHtmlFormattedUrl($htmlFormattedUrl)
{
$this->htmlFormattedUrl = $htmlFormattedUrl;
} | @param string | setHtmlFormattedUrl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getHtmlFormattedUrl()
{
return $this->htmlFormattedUrl;
} | @return string | getHtmlFormattedUrl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setHtmlSnippet($htmlSnippet)
{
$this->htmlSnippet = $htmlSnippet;
} | @param string | setHtmlSnippet | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getHtmlSnippet()
{
return $this->htmlSnippet;
} | @return string | getHtmlSnippet | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setHtmlTitle($htmlTitle)
{
$this->htmlTitle = $htmlTitle;
} | @param string | setHtmlTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getHtmlTitle()
{
return $this->htmlTitle;
} | @return string | getHtmlTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setImage(ResultImage $image)
{
$this->image = $image;
} | @param ResultImage | setImage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getImage()
{
return $this->image;
} | @return ResultImage | getImage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param ResultLabels[] | setLabels | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return ResultLabels[] | getLabels | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setLink($link)
{
$this->link = $link;
} | @param string | setLink | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getLink()
{
return $this->link;
} | @return string | getLink | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setMime($mime)
{
$this->mime = $mime;
} | @param string | setMime | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getMime()
{
return $this->mime;
} | @return string | getMime | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setPagemap($pagemap)
{
$this->pagemap = $pagemap;
} | @param array[] | setPagemap | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getPagemap()
{
return $this->pagemap;
} | @return array[] | getPagemap | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setSnippet($snippet)
{
$this->snippet = $snippet;
} | @param string | setSnippet | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getSnippet()
{
return $this->snippet;
} | @return string | getSnippet | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setTitle($title)
{
$this->title = $title;
} | @param string | setTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function getTitle()
{
return $this->title;
} | @return string | getTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Result.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Result.php | Apache-2.0 |
public function setContext($context)
{
$this->context = $context;
} | @param array[] | setContext | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getContext()
{
return $this->context;
} | @return array[] | getContext | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Result[] | setItems | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Result[] | getItems | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setPromotions($promotions)
{
$this->promotions = $promotions;
} | @param Promotion[] | setPromotions | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getPromotions()
{
return $this->promotions;
} | @return Promotion[] | getPromotions | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setQueries(SearchQueries $queries)
{
$this->queries = $queries;
} | @param SearchQueries | setQueries | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getQueries()
{
return $this->queries;
} | @return SearchQueries | getQueries | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setSearchInformation(SearchSearchInformation $searchInformation)
{
$this->searchInformation = $searchInformation;
} | @param SearchSearchInformation | setSearchInformation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getSearchInformation()
{
return $this->searchInformation;
} | @return SearchSearchInformation | getSearchInformation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setSpelling(SearchSpelling $spelling)
{
$this->spelling = $spelling;
} | @param SearchSpelling | setSpelling | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getSpelling()
{
return $this->spelling;
} | @return SearchSpelling | getSpelling | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setUrl(SearchUrl $url)
{
$this->url = $url;
} | @param SearchUrl | setUrl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function getUrl()
{
return $this->url;
} | @return SearchUrl | getUrl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Search.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Search.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/ResultLabels.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/ResultLabels.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/ResultLabels.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/ResultLabels.php | Apache-2.0 |
public function setLabelWithOp($labelWithOp)
{
$this->labelWithOp = $labelWithOp;
} | @param string | setLabelWithOp | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/ResultLabels.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/ResultLabels.php | Apache-2.0 |
public function getLabelWithOp()
{
return $this->labelWithOp;
} | @return string | getLabelWithOp | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/ResultLabels.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/ResultLabels.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/ResultLabels.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/ResultLabels.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/ResultLabels.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/ResultLabels.php | Apache-2.0 |
public function setTemplate($template)
{
$this->template = $template;
} | @param string | setTemplate | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchUrl.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchUrl.php | Apache-2.0 |
public function getTemplate()
{
return $this->template;
} | @return string | getTemplate | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchUrl.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchUrl.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchUrl.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchUrl.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchUrl.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchUrl.php | Apache-2.0 |
public function setCount($count)
{
$this->count = $count;
} | @param int | setCount | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getCount()
{
return $this->count;
} | @return int | getCount | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setCr($cr)
{
$this->cr = $cr;
} | @param string | setCr | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getCr()
{
return $this->cr;
} | @return string | getCr | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setCx($cx)
{
$this->cx = $cx;
} | @param string | setCx | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getCx()
{
return $this->cx;
} | @return string | getCx | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setDateRestrict($dateRestrict)
{
$this->dateRestrict = $dateRestrict;
} | @param string | setDateRestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getDateRestrict()
{
return $this->dateRestrict;
} | @return string | getDateRestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setDisableCnTwTranslation($disableCnTwTranslation)
{
$this->disableCnTwTranslation = $disableCnTwTranslation;
} | @param string | setDisableCnTwTranslation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getDisableCnTwTranslation()
{
return $this->disableCnTwTranslation;
} | @return string | getDisableCnTwTranslation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setExactTerms($exactTerms)
{
$this->exactTerms = $exactTerms;
} | @param string | setExactTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getExactTerms()
{
return $this->exactTerms;
} | @return string | getExactTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setExcludeTerms($excludeTerms)
{
$this->excludeTerms = $excludeTerms;
} | @param string | setExcludeTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getExcludeTerms()
{
return $this->excludeTerms;
} | @return string | getExcludeTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setFileType($fileType)
{
$this->fileType = $fileType;
} | @param string | setFileType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getFileType()
{
return $this->fileType;
} | @return string | getFileType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function setGl($gl)
{
$this->gl = $gl;
} | @param string | setGl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
public function getGl()
{
return $this->gl;
} | @return string | getGl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesNextPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesNextPage.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.