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 setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReports.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReports.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReports.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReports.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReports.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReports.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReports.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReports.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Account[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Account[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Accounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Accounts.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param CustomDimension[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return CustomDimension[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensions.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setActive($active)
{
$this->active = $active;
} | @param bool | setActive | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getActive()
{
return $this->active;
} | @return bool | getActive | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setEventDetails(GoalEventDetails $eventDetails)
{
$this->eventDetails = $eventDetails;
} | @param GoalEventDetails | setEventDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getEventDetails()
{
return $this->eventDetails;
} | @return GoalEventDetails | getEventDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setParentLink(GoalParentLink $parentLink)
{
$this->parentLink = $parentLink;
} | @param GoalParentLink | setParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getParentLink()
{
return $this->parentLink;
} | @return GoalParentLink | getParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setProfileId($profileId)
{
$this->profileId = $profileId;
} | @param string | setProfileId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getProfileId()
{
return $this->profileId;
} | @return string | getProfileId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setUrlDestinationDetails(GoalUrlDestinationDetails $urlDestinationDetails)
{
$this->urlDestinationDetails = $urlDestinationDetails;
} | @param GoalUrlDestinationDetails | setUrlDestinationDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getUrlDestinationDetails()
{
return $this->urlDestinationDetails;
} | @return GoalUrlDestinationDetails | getUrlDestinationDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setValue($value)
{
$this->value = $value;
} | @param float | setValue | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getValue()
{
return $this->value;
} | @return float | getValue | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setVisitNumPagesDetails(GoalVisitNumPagesDetails $visitNumPagesDetails)
{
$this->visitNumPagesDetails = $visitNumPagesDetails;
} | @param GoalVisitNumPagesDetails | setVisitNumPagesDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getVisitNumPagesDetails()
{
return $this->visitNumPagesDetails;
} | @return GoalVisitNumPagesDetails | getVisitNumPagesDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setVisitTimeOnSiteDetails(GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails)
{
$this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails;
} | @param GoalVisitTimeOnSiteDetails | setVisitTimeOnSiteDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getVisitTimeOnSiteDetails()
{
return $this->visitTimeOnSiteDetails;
} | @return GoalVisitTimeOnSiteDetails | getVisitTimeOnSiteDetails | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Goal.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Goal.php | Apache-2.0 |
public function setChildLink(AccountChildLink $childLink)
{
$this->childLink = $childLink;
} | @param AccountChildLink | setChildLink | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getChildLink()
{
return $this->childLink;
} | @return AccountChildLink | getChildLink | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setPermissions(AccountPermissions $permissions)
{
$this->permissions = $permissions;
} | @param AccountPermissions | setPermissions | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return AccountPermissions | getPermissions | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setStarred($starred)
{
$this->starred = $starred;
} | @param bool | setStarred | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getStarred()
{
return $this->starred;
} | @return bool | getStarred | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Account.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Account.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function setProfileId($profileId)
{
$this->profileId = $profileId;
} | @param string | setProfileId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function getProfileId()
{
return $this->profileId;
} | @return string | getProfileId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function setProfileName($profileName)
{
$this->profileName = $profileName;
} | @param string | setProfileName | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function getProfileName()
{
return $this->profileName;
} | @return string | getProfileName | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function setTableId($tableId)
{
$this->tableId = $tableId;
} | @param string | setTableId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.php | Apache-2.0 |
public function getTableId()
{
return $this->tableId;
} | @return string | getTableId | php | googleapis/google-api-php-client-services | src/Analytics/McfDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataProfileInfo.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.