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 setCx($cx)
{
$this->cx = $cx;
} | @param string | setCx | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getCx()
{
return $this->cx;
} | @return string | getCx | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setDateRestrict($dateRestrict)
{
$this->dateRestrict = $dateRestrict;
} | @param string | setDateRestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getDateRestrict()
{
return $this->dateRestrict;
} | @return string | getDateRestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setDisableCnTwTranslation($disableCnTwTranslation)
{
$this->disableCnTwTranslation = $disableCnTwTranslation;
} | @param string | setDisableCnTwTranslation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getDisableCnTwTranslation()
{
return $this->disableCnTwTranslation;
} | @return string | getDisableCnTwTranslation | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setExactTerms($exactTerms)
{
$this->exactTerms = $exactTerms;
} | @param string | setExactTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getExactTerms()
{
return $this->exactTerms;
} | @return string | getExactTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setExcludeTerms($excludeTerms)
{
$this->excludeTerms = $excludeTerms;
} | @param string | setExcludeTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getExcludeTerms()
{
return $this->excludeTerms;
} | @return string | getExcludeTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setFileType($fileType)
{
$this->fileType = $fileType;
} | @param string | setFileType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getFileType()
{
return $this->fileType;
} | @return string | getFileType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setGl($gl)
{
$this->gl = $gl;
} | @param string | setGl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getGl()
{
return $this->gl;
} | @return string | getGl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setGoogleHost($googleHost)
{
$this->googleHost = $googleHost;
} | @param string | setGoogleHost | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getGoogleHost()
{
return $this->googleHost;
} | @return string | getGoogleHost | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setHighRange($highRange)
{
$this->highRange = $highRange;
} | @param string | setHighRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getHighRange()
{
return $this->highRange;
} | @return string | getHighRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setHl($hl)
{
$this->hl = $hl;
} | @param string | setHl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getHl()
{
return $this->hl;
} | @return string | getHl | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setHq($hq)
{
$this->hq = $hq;
} | @param string | setHq | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getHq()
{
return $this->hq;
} | @return string | getHq | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setImgColorType($imgColorType)
{
$this->imgColorType = $imgColorType;
} | @param string | setImgColorType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getImgColorType()
{
return $this->imgColorType;
} | @return string | getImgColorType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setImgDominantColor($imgDominantColor)
{
$this->imgDominantColor = $imgDominantColor;
} | @param string | setImgDominantColor | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getImgDominantColor()
{
return $this->imgDominantColor;
} | @return string | getImgDominantColor | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setImgSize($imgSize)
{
$this->imgSize = $imgSize;
} | @param string | setImgSize | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getImgSize()
{
return $this->imgSize;
} | @return string | getImgSize | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setImgType($imgType)
{
$this->imgType = $imgType;
} | @param string | setImgType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getImgType()
{
return $this->imgType;
} | @return string | getImgType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setInputEncoding($inputEncoding)
{
$this->inputEncoding = $inputEncoding;
} | @param string | setInputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getInputEncoding()
{
return $this->inputEncoding;
} | @return string | getInputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setLanguage($language)
{
$this->language = $language;
} | @param string | setLanguage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getLanguage()
{
return $this->language;
} | @return string | getLanguage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setLinkSite($linkSite)
{
$this->linkSite = $linkSite;
} | @param string | setLinkSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getLinkSite()
{
return $this->linkSite;
} | @return string | getLinkSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setLowRange($lowRange)
{
$this->lowRange = $lowRange;
} | @param string | setLowRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getLowRange()
{
return $this->lowRange;
} | @return string | getLowRange | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setOrTerms($orTerms)
{
$this->orTerms = $orTerms;
} | @param string | setOrTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getOrTerms()
{
return $this->orTerms;
} | @return string | getOrTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setOutputEncoding($outputEncoding)
{
$this->outputEncoding = $outputEncoding;
} | @param string | setOutputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getOutputEncoding()
{
return $this->outputEncoding;
} | @return string | getOutputEncoding | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setRelatedSite($relatedSite)
{
$this->relatedSite = $relatedSite;
} | @param string | setRelatedSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getRelatedSite()
{
return $this->relatedSite;
} | @return string | getRelatedSite | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setRights($rights)
{
$this->rights = $rights;
} | @param string | setRights | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getRights()
{
return $this->rights;
} | @return string | getRights | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setSafe($safe)
{
$this->safe = $safe;
} | @param string | setSafe | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getSafe()
{
return $this->safe;
} | @return string | getSafe | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setSearchTerms($searchTerms)
{
$this->searchTerms = $searchTerms;
} | @param string | setSearchTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getSearchTerms()
{
return $this->searchTerms;
} | @return string | getSearchTerms | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setSearchType($searchType)
{
$this->searchType = $searchType;
} | @param string | setSearchType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getSearchType()
{
return $this->searchType;
} | @return string | getSearchType | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setSiteSearch($siteSearch)
{
$this->siteSearch = $siteSearch;
} | @param string | setSiteSearch | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getSiteSearch()
{
return $this->siteSearch;
} | @return string | getSiteSearch | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setSiteSearchFilter($siteSearchFilter)
{
$this->siteSearchFilter = $siteSearchFilter;
} | @param string | setSiteSearchFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getSiteSearchFilter()
{
return $this->siteSearchFilter;
} | @return string | getSiteSearchFilter | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setSort($sort)
{
$this->sort = $sort;
} | @param string | setSort | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getSort()
{
return $this->sort;
} | @return string | getSort | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setStartPage($startPage)
{
$this->startPage = $startPage;
} | @param int | setStartPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getStartPage()
{
return $this->startPage;
} | @return int | getStartPage | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setTitle($title)
{
$this->title = $title;
} | @param string | setTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getTitle()
{
return $this->title;
} | @return string | getTitle | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param string | setTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return string | getTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchQueriesPreviousPage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchQueriesPreviousPage.php | Apache-2.0 |
public function setFormattedSearchTime($formattedSearchTime)
{
$this->formattedSearchTime = $formattedSearchTime;
} | @param string | setFormattedSearchTime | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchSearchInformation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchSearchInformation.php | Apache-2.0 |
public function getFormattedSearchTime()
{
return $this->formattedSearchTime;
} | @return string | getFormattedSearchTime | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchSearchInformation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchSearchInformation.php | Apache-2.0 |
public function setFormattedTotalResults($formattedTotalResults)
{
$this->formattedTotalResults = $formattedTotalResults;
} | @param string | setFormattedTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchSearchInformation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchSearchInformation.php | Apache-2.0 |
public function getFormattedTotalResults()
{
return $this->formattedTotalResults;
} | @return string | getFormattedTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchSearchInformation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchSearchInformation.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param string | setTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchSearchInformation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchSearchInformation.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return string | getTotalResults | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/SearchSearchInformation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/SearchSearchInformation.php | Apache-2.0 |
public function listCse($optParams = [])
{
$params = [];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], Search::class);
} | Returns metadata about the search performed, metadata about the engine used
for the search, and the search results. (cse.listCse)
@param array $optParams Optional parameters.
@opt_param string c2coff Enables or disables [Simplified and Traditional
Chinese Search](https://developers.google.com/custom-
search/docs/json_api_reference#chineseSearch). The default value for this
parameter is 0 (zero), meaning that the feature is enabled. Supported values
are: * `1`: Disabled * `0`: Enabled (default)
@opt_param string cr Restricts search results to documents originating in a
particular country. You may use [Boolean
operators](https://developers.google.com/custom-
search/docs/json_api_reference#booleanOperators) in the cr parameter's value.
Google Search determines the country of a document by analyzing: * the top-
level domain (TLD) of the document's URL * the geographic location of the Web
server's IP address See the [Country Parameter
Values](https://developers.google.com/custom-
search/docs/json_api_reference#countryCollections) page for a list of valid
values for this parameter.
@opt_param string cx The Programmable Search Engine ID to use for this
request.
@opt_param string dateRestrict Restricts results to URLs based on date.
Supported values include: * `d[number]`: requests results from the specified
number of past days. * `w[number]`: requests results from the specified
number of past weeks. * `m[number]`: requests results from the specified
number of past months. * `y[number]`: requests results from the specified
number of past years.
@opt_param bool enableAlternateSearchHandler Optional. Enables routing of
Programmable Search Engine requests to an alternate search handler.
@opt_param string exactTerms Identifies a phrase that all documents in the
search results must contain.
@opt_param string excludeTerms Identifies a word or phrase that should not
appear in any documents in the search results.
@opt_param string fileType Restricts results to files of a specified
extension. A list of file types indexable by Google can be found in Search
Console [Help Center](https://support.google.com/webmasters/answer/35287).
@opt_param string filter Controls turning on or off the duplicate content
filter. * See [Automatic Filtering](https://developers.google.com/custom-
search/docs/json_api_reference#automaticFiltering) for more information about
Google's search results filters. Note that host crowding filtering applies
only to multi-site searches. * By default, Google applies filtering to all
search results to improve the quality of those results. Acceptable values
are: * `0`: Turns off duplicate content filter. * `1`: Turns on duplicate
content filter.
@opt_param string gl Geolocation of end user. * The `gl` parameter value is a
two-letter country code. The `gl` parameter boosts search results whose
country of origin matches the parameter value. See the [Country
Codes](https://developers.google.com/custom-
search/docs/json_api_reference#countryCodes) page for a list of valid values.
* Specifying a `gl` parameter value should lead to more relevant results.
This is particularly true for international customers and, even more
specifically, for customers in English- speaking countries other than the
United States.
@opt_param string googlehost **Deprecated**. Use the `gl` parameter for a
similar effect. The local Google domain (for example, google.com, google.de,
or google.fr) to use to perform the search.
@opt_param string highRange Specifies the ending value for a search range. *
Use `lowRange` and `highRange` to append an inclusive search range of
`lowRange...highRange` to the query.
@opt_param string hl Sets the user interface language. * Explicitly setting
this parameter improves the performance and the quality of your search
results. * See the [Interface
Languages](https://developers.google.com/custom-
search/docs/json_api_reference#wsInterfaceLanguages) section of
[Internationalizing Queries and Results
Presentation](https://developers.google.com/custom-
search/docs/json_api_reference#wsInternationalizing) for more information,
and [Supported Interface Languages](https://developers.google.com/custom-
search/docs/json_api_reference#interfaceLanguages) for a list of supported
languages.
@opt_param string hq Appends the specified query terms to the query, as if
they were combined with a logical AND operator.
@opt_param string imgColorType Returns black and white, grayscale,
transparent, or color images. Acceptable values are: * `"color"` * `"gray"` *
`"mono"`: black and white * `"trans"`: transparent background
@opt_param string imgDominantColor Returns images of a specific dominant
color. Acceptable values are: * `"black"` * `"blue"` * `"brown"` * `"gray"` *
`"green"` * `"orange"` * `"pink"` * `"purple"` * `"red"` * `"teal"` *
`"white"` * `"yellow"`
@opt_param string imgSize Returns images of a specified size. Acceptable
values are: * `"huge"` * `"icon"` * `"large"` * `"medium"` * `"small"` *
`"xlarge"` * `"xxlarge"`
@opt_param string imgType Returns images of a type. Acceptable values are: *
`"clipart"` * `"face"` * `"lineart"` * `"stock"` * `"photo"` * `"animated"`
@opt_param string linkSite Specifies that all search results should contain a
link to a particular URL.
@opt_param string lowRange Specifies the starting value for a search range.
Use `lowRange` and `highRange` to append an inclusive search range of
`lowRange...highRange` to the query.
@opt_param string lr Restricts the search to documents written in a
particular language (e.g., `lr=lang_ja`). Acceptable values are: *
`"lang_ar"`: Arabic * `"lang_bg"`: Bulgarian * `"lang_ca"`: Catalan *
`"lang_cs"`: Czech * `"lang_da"`: Danish * `"lang_de"`: German * `"lang_el"`:
Greek * `"lang_en"`: English * `"lang_es"`: Spanish * `"lang_et"`: Estonian *
`"lang_fi"`: Finnish * `"lang_fr"`: French * `"lang_hr"`: Croatian *
`"lang_hu"`: Hungarian * `"lang_id"`: Indonesian * `"lang_is"`: Icelandic *
`"lang_it"`: Italian * `"lang_iw"`: Hebrew * `"lang_ja"`: Japanese *
`"lang_ko"`: Korean * `"lang_lt"`: Lithuanian * `"lang_lv"`: Latvian *
`"lang_nl"`: Dutch * `"lang_no"`: Norwegian * `"lang_pl"`: Polish *
`"lang_pt"`: Portuguese * `"lang_ro"`: Romanian * `"lang_ru"`: Russian *
`"lang_sk"`: Slovak * `"lang_sl"`: Slovenian * `"lang_sr"`: Serbian *
`"lang_sv"`: Swedish * `"lang_tr"`: Turkish * `"lang_zh-CN"`: Chinese
(Simplified) * `"lang_zh-TW"`: Chinese (Traditional)
@opt_param int num Number of search results to return. * Valid values are
integers between 1 and 10, inclusive.
@opt_param string orTerms Provides additional search terms to check for in a
document, where each document in the search results must contain at least one
of the additional search terms.
@opt_param string q Query
@opt_param string relatedSite Deprecated.
@opt_param string rights Filters based on licensing. Supported values
include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`,
`cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical
combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration).
@opt_param string safe Search safety level. Acceptable values are: *
`"active"`: Enables SafeSearch filtering. * `"off"`: Disables SafeSearch
filtering. (default)
@opt_param string searchType Specifies the search type: `image`. If
unspecified, results are limited to webpages. Acceptable values are: *
`"image"`: custom image search.
@opt_param string siteSearch Specifies a given site which should always be
included or excluded from results (see `siteSearchFilter` parameter, below).
@opt_param string siteSearchFilter Controls whether to include or exclude
results from the site named in the `siteSearch` parameter. Acceptable values
are: * `"e"`: exclude * `"i"`: include
@opt_param int snippetLength Optional. Maximum length of snippet text, in
characters, to be returned with results. Note: this feature is limited to
specific engines. * Valid values are integers between 161 and 1000,
inclusive.
@opt_param string sort The sort expression to apply to the results. The sort
parameter specifies that the results be sorted according to the specified
expression i.e. sort by date. [Example:
sort=date](https://developers.google.com/custom-
search/docs/structured_search#sort-by-attribute).
@opt_param string start The index of the first result to return. The default
number of results per page is 10, so `&start=11` would start at the top of
the second page of results. **Note**: The JSON API will never return more
than 100 results, even if more than 100 documents match the query, so setting
the sum of `start + num` to a number greater than 100 will produce an error.
Also note that the maximum value for `num` is 10.
@return Search
@throws \Google\Service\Exception | listCse | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Resource/Cse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Resource/Cse.php | Apache-2.0 |
public function listCseSiterestrict($optParams = [])
{
$params = [];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], Search::class);
} | Returns metadata about the search performed, metadata about the engine used
for the search, and the search results. Uses a small set of url patterns.
(siterestrict.listCseSiterestrict)
@param array $optParams Optional parameters.
@opt_param string c2coff Enables or disables [Simplified and Traditional
Chinese Search](https://developers.google.com/custom-
search/docs/json_api_reference#chineseSearch). The default value for this
parameter is 0 (zero), meaning that the feature is enabled. Supported values
are: * `1`: Disabled * `0`: Enabled (default)
@opt_param string cr Restricts search results to documents originating in a
particular country. You may use [Boolean
operators](https://developers.google.com/custom-
search/docs/json_api_reference#booleanOperators) in the cr parameter's value.
Google Search determines the country of a document by analyzing: * the top-
level domain (TLD) of the document's URL * the geographic location of the Web
server's IP address See the [Country Parameter
Values](https://developers.google.com/custom-
search/docs/json_api_reference#countryCollections) page for a list of valid
values for this parameter.
@opt_param string cx The Programmable Search Engine ID to use for this
request.
@opt_param string dateRestrict Restricts results to URLs based on date.
Supported values include: * `d[number]`: requests results from the specified
number of past days. * `w[number]`: requests results from the specified
number of past weeks. * `m[number]`: requests results from the specified
number of past months. * `y[number]`: requests results from the specified
number of past years.
@opt_param bool enableAlternateSearchHandler Optional. Enables routing of
Programmable Search Engine requests to an alternate search handler.
@opt_param string exactTerms Identifies a phrase that all documents in the
search results must contain.
@opt_param string excludeTerms Identifies a word or phrase that should not
appear in any documents in the search results.
@opt_param string fileType Restricts results to files of a specified
extension. A list of file types indexable by Google can be found in Search
Console [Help Center](https://support.google.com/webmasters/answer/35287).
@opt_param string filter Controls turning on or off the duplicate content
filter. * See [Automatic Filtering](https://developers.google.com/custom-
search/docs/json_api_reference#automaticFiltering) for more information about
Google's search results filters. Note that host crowding filtering applies
only to multi-site searches. * By default, Google applies filtering to all
search results to improve the quality of those results. Acceptable values
are: * `0`: Turns off duplicate content filter. * `1`: Turns on duplicate
content filter.
@opt_param string gl Geolocation of end user. * The `gl` parameter value is a
two-letter country code. The `gl` parameter boosts search results whose
country of origin matches the parameter value. See the [Country
Codes](https://developers.google.com/custom-
search/docs/json_api_reference#countryCodes) page for a list of valid values.
* Specifying a `gl` parameter value should lead to more relevant results.
This is particularly true for international customers and, even more
specifically, for customers in English- speaking countries other than the
United States.
@opt_param string googlehost **Deprecated**. Use the `gl` parameter for a
similar effect. The local Google domain (for example, google.com, google.de,
or google.fr) to use to perform the search.
@opt_param string highRange Specifies the ending value for a search range. *
Use `lowRange` and `highRange` to append an inclusive search range of
`lowRange...highRange` to the query.
@opt_param string hl Sets the user interface language. * Explicitly setting
this parameter improves the performance and the quality of your search
results. * See the [Interface
Languages](https://developers.google.com/custom-
search/docs/json_api_reference#wsInterfaceLanguages) section of
[Internationalizing Queries and Results
Presentation](https://developers.google.com/custom-
search/docs/json_api_reference#wsInternationalizing) for more information,
and [Supported Interface Languages](https://developers.google.com/custom-
search/docs/json_api_reference#interfaceLanguages) for a list of supported
languages.
@opt_param string hq Appends the specified query terms to the query, as if
they were combined with a logical AND operator.
@opt_param string imgColorType Returns black and white, grayscale,
transparent, or color images. Acceptable values are: * `"color"` * `"gray"` *
`"mono"`: black and white * `"trans"`: transparent background
@opt_param string imgDominantColor Returns images of a specific dominant
color. Acceptable values are: * `"black"` * `"blue"` * `"brown"` * `"gray"` *
`"green"` * `"orange"` * `"pink"` * `"purple"` * `"red"` * `"teal"` *
`"white"` * `"yellow"`
@opt_param string imgSize Returns images of a specified size. Acceptable
values are: * `"huge"` * `"icon"` * `"large"` * `"medium"` * `"small"` *
`"xlarge"` * `"xxlarge"`
@opt_param string imgType Returns images of a type. Acceptable values are: *
`"clipart"` * `"face"` * `"lineart"` * `"stock"` * `"photo"` * `"animated"`
@opt_param string linkSite Specifies that all search results should contain a
link to a particular URL.
@opt_param string lowRange Specifies the starting value for a search range.
Use `lowRange` and `highRange` to append an inclusive search range of
`lowRange...highRange` to the query.
@opt_param string lr Restricts the search to documents written in a
particular language (e.g., `lr=lang_ja`). Acceptable values are: *
`"lang_ar"`: Arabic * `"lang_bg"`: Bulgarian * `"lang_ca"`: Catalan *
`"lang_cs"`: Czech * `"lang_da"`: Danish * `"lang_de"`: German * `"lang_el"`:
Greek * `"lang_en"`: English * `"lang_es"`: Spanish * `"lang_et"`: Estonian *
`"lang_fi"`: Finnish * `"lang_fr"`: French * `"lang_hr"`: Croatian *
`"lang_hu"`: Hungarian * `"lang_id"`: Indonesian * `"lang_is"`: Icelandic *
`"lang_it"`: Italian * `"lang_iw"`: Hebrew * `"lang_ja"`: Japanese *
`"lang_ko"`: Korean * `"lang_lt"`: Lithuanian * `"lang_lv"`: Latvian *
`"lang_nl"`: Dutch * `"lang_no"`: Norwegian * `"lang_pl"`: Polish *
`"lang_pt"`: Portuguese * `"lang_ro"`: Romanian * `"lang_ru"`: Russian *
`"lang_sk"`: Slovak * `"lang_sl"`: Slovenian * `"lang_sr"`: Serbian *
`"lang_sv"`: Swedish * `"lang_tr"`: Turkish * `"lang_zh-CN"`: Chinese
(Simplified) * `"lang_zh-TW"`: Chinese (Traditional)
@opt_param int num Number of search results to return. * Valid values are
integers between 1 and 10, inclusive.
@opt_param string orTerms Provides additional search terms to check for in a
document, where each document in the search results must contain at least one
of the additional search terms.
@opt_param string q Query
@opt_param string relatedSite Deprecated.
@opt_param string rights Filters based on licensing. Supported values
include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`,
`cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical
combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration).
@opt_param string safe Search safety level. Acceptable values are: *
`"active"`: Enables SafeSearch filtering. * `"off"`: Disables SafeSearch
filtering. (default)
@opt_param string searchType Specifies the search type: `image`. If
unspecified, results are limited to webpages. Acceptable values are: *
`"image"`: custom image search.
@opt_param string siteSearch Specifies a given site which should always be
included or excluded from results (see `siteSearchFilter` parameter, below).
@opt_param string siteSearchFilter Controls whether to include or exclude
results from the site named in the `siteSearch` parameter. Acceptable values
are: * `"e"`: exclude * `"i"`: include
@opt_param int snippetLength Optional. Maximum length of snippet text, in
characters, to be returned with results. Note: this feature is limited to
specific engines. * Valid values are integers between 161 and 1000,
inclusive.
@opt_param string sort The sort expression to apply to the results. The sort
parameter specifies that the results be sorted according to the specified
expression i.e. sort by date. [Example:
sort=date](https://developers.google.com/custom-
search/docs/structured_search#sort-by-attribute).
@opt_param string start The index of the first result to return. The default
number of results per page is 10, so `&start=11` would start at the top of
the second page of results. **Note**: The JSON API will never return more
than 100 results, even if more than 100 documents match the query, so setting
the sum of `start + num` to a number greater than 100 will produce an error.
Also note that the maximum value for `num` is 10.
@return Search
@throws \Google\Service\Exception | listCseSiterestrict | php | googleapis/google-api-php-client-services | src/CustomSearchAPI/Resource/CseSiterestrict.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CustomSearchAPI/Resource/CseSiterestrict.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setChildLink(CustomDataSourceChildLink $childLink)
{
$this->childLink = $childLink;
} | @param CustomDataSourceChildLink | setChildLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getChildLink()
{
return $this->childLink;
} | @return CustomDataSourceChildLink | getChildLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setImportBehavior($importBehavior)
{
$this->importBehavior = $importBehavior;
} | @param string | setImportBehavior | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getImportBehavior()
{
return $this->importBehavior;
} | @return string | getImportBehavior | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setParentLink(CustomDataSourceParentLink $parentLink)
{
$this->parentLink = $parentLink;
} | @param CustomDataSourceParentLink | setParentLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getParentLink()
{
return $this->parentLink;
} | @return CustomDataSourceParentLink | getParentLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setProfilesLinked($profilesLinked)
{
$this->profilesLinked = $profilesLinked;
} | @param string[] | setProfilesLinked | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getProfilesLinked()
{
return $this->profilesLinked;
} | @return string[] | getProfilesLinked | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setSchema($schema)
{
$this->schema = $schema;
} | @param string[] | setSchema | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getSchema()
{
return $this->schema;
} | @return string[] | getSchema | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.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.