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 setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudiences.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudiences.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/GoalParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalParentLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/GoalParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalParentLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/GoalParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalParentLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/GoalParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalParentLink.php | Apache-2.0 |
public function setAttributes($attributes)
{
$this->attributes = $attributes;
} | @param string[] | setAttributes | php | googleapis/google-api-php-client-services | src/Analytics/Column.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Column.php | Apache-2.0 |
public function getAttributes()
{
return $this->attributes;
} | @return string[] | getAttributes | php | googleapis/google-api-php-client-services | src/Analytics/Column.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Column.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Column.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Column.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Column.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Column.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Column.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Column.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Column.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Column.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param AccountSummary[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return AccountSummary[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummaries.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param CustomDataSource[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return CustomDataSource[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSources.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSources.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setBotFilteringEnabled($botFilteringEnabled)
{
$this->botFilteringEnabled = $botFilteringEnabled;
} | @param bool | setBotFilteringEnabled | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getBotFilteringEnabled()
{
return $this->botFilteringEnabled;
} | @return bool | getBotFilteringEnabled | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setChildLink(ProfileChildLink $childLink)
{
$this->childLink = $childLink;
} | @param ProfileChildLink | setChildLink | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getChildLink()
{
return $this->childLink;
} | @return ProfileChildLink | getChildLink | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setCurrency($currency)
{
$this->currency = $currency;
} | @param string | setCurrency | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getCurrency()
{
return $this->currency;
} | @return string | getCurrency | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setDefaultPage($defaultPage)
{
$this->defaultPage = $defaultPage;
} | @param string | setDefaultPage | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getDefaultPage()
{
return $this->defaultPage;
} | @return string | getDefaultPage | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setECommerceTracking($eCommerceTracking)
{
$this->eCommerceTracking = $eCommerceTracking;
} | @param bool | setECommerceTracking | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getECommerceTracking()
{
return $this->eCommerceTracking;
} | @return bool | getECommerceTracking | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setEnhancedECommerceTracking($enhancedECommerceTracking)
{
$this->enhancedECommerceTracking = $enhancedECommerceTracking;
} | @param bool | setEnhancedECommerceTracking | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getEnhancedECommerceTracking()
{
return $this->enhancedECommerceTracking;
} | @return bool | getEnhancedECommerceTracking | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setExcludeQueryParameters($excludeQueryParameters)
{
$this->excludeQueryParameters = $excludeQueryParameters;
} | @param string | setExcludeQueryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getExcludeQueryParameters()
{
return $this->excludeQueryParameters;
} | @return string | getExcludeQueryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setParentLink(ProfileParentLink $parentLink)
{
$this->parentLink = $parentLink;
} | @param ProfileParentLink | setParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getParentLink()
{
return $this->parentLink;
} | @return ProfileParentLink | getParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setPermissions(ProfilePermissions $permissions)
{
$this->permissions = $permissions;
} | @param ProfilePermissions | setPermissions | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return ProfilePermissions | getPermissions | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setSiteSearchCategoryParameters($siteSearchCategoryParameters)
{
$this->siteSearchCategoryParameters = $siteSearchCategoryParameters;
} | @param string | setSiteSearchCategoryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getSiteSearchCategoryParameters()
{
return $this->siteSearchCategoryParameters;
} | @return string | getSiteSearchCategoryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setSiteSearchQueryParameters($siteSearchQueryParameters)
{
$this->siteSearchQueryParameters = $siteSearchQueryParameters;
} | @param string | setSiteSearchQueryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getSiteSearchQueryParameters()
{
return $this->siteSearchQueryParameters;
} | @return string | getSiteSearchQueryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setStarred($starred)
{
$this->starred = $starred;
} | @param bool | setStarred | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getStarred()
{
return $this->starred;
} | @return bool | getStarred | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setStripSiteSearchCategoryParameters($stripSiteSearchCategoryParameters)
{
$this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters;
} | @param bool | setStripSiteSearchCategoryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getStripSiteSearchCategoryParameters()
{
return $this->stripSiteSearchCategoryParameters;
} | @return bool | getStripSiteSearchCategoryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setStripSiteSearchQueryParameters($stripSiteSearchQueryParameters)
{
$this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters;
} | @param bool | setStripSiteSearchQueryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getStripSiteSearchQueryParameters()
{
return $this->stripSiteSearchQueryParameters;
} | @return bool | getStripSiteSearchQueryParameters | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setTimezone($timezone)
{
$this->timezone = $timezone;
} | @param string | setTimezone | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getTimezone()
{
return $this->timezone;
} | @return string | getTimezone | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.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.