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 setEndDate($endDate)
{
$this->endDate = $endDate;
} | @param string | setEndDate | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getEndDate()
{
return $this->endDate;
} | @return string | getEndDate | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setFilters($filters)
{
$this->filters = $filters;
} | @param string | setFilters | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getFilters()
{
return $this->filters;
} | @return string | getFilters | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setIds($ids)
{
$this->ids = $ids;
} | @param string | setIds | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getIds()
{
return $this->ids;
} | @return string | getIds | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
} | @param int | setMaxResults | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getMaxResults()
{
return $this->maxResults;
} | @return int | getMaxResults | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setMetrics($metrics)
{
$this->metrics = $metrics;
} | @param string[] | setMetrics | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getMetrics()
{
return $this->metrics;
} | @return string[] | getMetrics | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setSamplingLevel($samplingLevel)
{
$this->samplingLevel = $samplingLevel;
} | @param string | setSamplingLevel | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getSamplingLevel()
{
return $this->samplingLevel;
} | @return string | getSamplingLevel | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setSegment($segment)
{
$this->segment = $segment;
} | @param string | setSegment | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getSegment()
{
return $this->segment;
} | @return string | getSegment | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setSort($sort)
{
$this->sort = $sort;
} | @param string[] | setSort | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getSort()
{
return $this->sort;
} | @return string[] | getSort | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setStartDate($startDate)
{
$this->startDate = $startDate;
} | @param string | setStartDate | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getStartDate()
{
return $this->startDate;
} | @return string | getStartDate | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/GaDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataQuery.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Goal[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Goal[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Goals.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goals.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/ProfileChildLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileChildLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/ProfileChildLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileChildLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/ProfileChildLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileChildLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/ProfileChildLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileChildLink.php | Apache-2.0 |
public function setAdWordsAccounts($adWordsAccounts)
{
$this->adWordsAccounts = $adWordsAccounts;
} | @param AdWordsAccount[] | setAdWordsAccounts | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getAdWordsAccounts()
{
return $this->adWordsAccounts;
} | @return AdWordsAccount[] | getAdWordsAccounts | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setEntity(EntityAdWordsLinkEntity $entity)
{
$this->entity = $entity;
} | @param EntityAdWordsLinkEntity | setEntity | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getEntity()
{
return $this->entity;
} | @return EntityAdWordsLinkEntity | getEntity | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setProfileIds($profileIds)
{
$this->profileIds = $profileIds;
} | @param string[] | setProfileIds | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getProfileIds()
{
return $this->profileIds;
} | @return string[] | getProfileIds | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLink.php | Apache-2.0 |
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
} | @param McfDataColumnHeaders[] | setColumnHeaders | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getColumnHeaders()
{
return $this->columnHeaders;
} | @return McfDataColumnHeaders[] | getColumnHeaders | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setContainsSampledData($containsSampledData)
{
$this->containsSampledData = $containsSampledData;
} | @param bool | setContainsSampledData | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getContainsSampledData()
{
return $this->containsSampledData;
} | @return bool | getContainsSampledData | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setProfileInfo(McfDataProfileInfo $profileInfo)
{
$this->profileInfo = $profileInfo;
} | @param McfDataProfileInfo | setProfileInfo | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getProfileInfo()
{
return $this->profileInfo;
} | @return McfDataProfileInfo | getProfileInfo | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setQuery(McfDataQuery $query)
{
$this->query = $query;
} | @param McfDataQuery | setQuery | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getQuery()
{
return $this->query;
} | @return McfDataQuery | getQuery | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setRows($rows)
{
$this->rows = $rows;
} | @param McfDataRows[] | setRows | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getRows()
{
return $this->rows;
} | @return McfDataRows[] | getRows | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setSampleSize($sampleSize)
{
$this->sampleSize = $sampleSize;
} | @param string | setSampleSize | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getSampleSize()
{
return $this->sampleSize;
} | @return string | getSampleSize | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setSampleSpace($sampleSpace)
{
$this->sampleSpace = $sampleSpace;
} | @param string | setSampleSpace | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getSampleSpace()
{
return $this->sampleSpace;
} | @return string | getSampleSpace | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
} | @param string[] | setTotalsForAllResults | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
} | @return string[] | getTotalsForAllResults | php | googleapis/google-api-php-client-services | src/Analytics/McfData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfData.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Profile[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Profile[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Profiles.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profiles.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.