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 setStartDate($startDate)
{
$this->startDate = $startDate;
} | @param string | setStartDate | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getStartDate()
{
return $this->startDate;
} | @return string | getStartDate | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setChildLink(WebpropertyChildLink $childLink)
{
$this->childLink = $childLink;
} | @param WebpropertyChildLink | setChildLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getChildLink()
{
return $this->childLink;
} | @return WebpropertyChildLink | getChildLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setDataRetentionResetOnNewActivity($dataRetentionResetOnNewActivity)
{
$this->dataRetentionResetOnNewActivity = $dataRetentionResetOnNewActivity;
} | @param bool | setDataRetentionResetOnNewActivity | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getDataRetentionResetOnNewActivity()
{
return $this->dataRetentionResetOnNewActivity;
} | @return bool | getDataRetentionResetOnNewActivity | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setDataRetentionTtl($dataRetentionTtl)
{
$this->dataRetentionTtl = $dataRetentionTtl;
} | @param string | setDataRetentionTtl | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getDataRetentionTtl()
{
return $this->dataRetentionTtl;
} | @return string | getDataRetentionTtl | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setDefaultProfileId($defaultProfileId)
{
$this->defaultProfileId = $defaultProfileId;
} | @param string | setDefaultProfileId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getDefaultProfileId()
{
return $this->defaultProfileId;
} | @return string | getDefaultProfileId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setIndustryVertical($industryVertical)
{
$this->industryVertical = $industryVertical;
} | @param string | setIndustryVertical | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getIndustryVertical()
{
return $this->industryVertical;
} | @return string | getIndustryVertical | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setLevel($level)
{
$this->level = $level;
} | @param string | setLevel | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getLevel()
{
return $this->level;
} | @return string | getLevel | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setParentLink(WebpropertyParentLink $parentLink)
{
$this->parentLink = $parentLink;
} | @param WebpropertyParentLink | setParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getParentLink()
{
return $this->parentLink;
} | @return WebpropertyParentLink | getParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setPermissions(WebpropertyPermissions $permissions)
{
$this->permissions = $permissions;
} | @param WebpropertyPermissions | setPermissions | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return WebpropertyPermissions | getPermissions | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setProfileCount($profileCount)
{
$this->profileCount = $profileCount;
} | @param int | setProfileCount | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getProfileCount()
{
return $this->profileCount;
} | @return int | getProfileCount | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setStarred($starred)
{
$this->starred = $starred;
} | @param bool | setStarred | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getStarred()
{
return $this->starred;
} | @return bool | getStarred | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
} | @param string | setWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function getWebsiteUrl()
{
return $this->websiteUrl;
} | @return string | getWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/Webproperty.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperty.php | Apache-2.0 |
public function setFilterRef(FilterRef $filterRef)
{
$this->filterRef = $filterRef;
} | @param FilterRef | setFilterRef | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function getFilterRef()
{
return $this->filterRef;
} | @return FilterRef | getFilterRef | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function setProfileRef(ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
} | @param ProfileRef | setProfileRef | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function getProfileRef()
{
return $this->profileRef;
} | @return ProfileRef | getProfileRef | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function setRank($rank)
{
$this->rank = $rank;
} | @param int | setRank | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function getRank()
{
return $this->rank;
} | @return int | getRank | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/ProfileFilterLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileFilterLink.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/WebpropertyParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebpropertyParentLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/WebpropertyParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebpropertyParentLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/WebpropertyParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebpropertyParentLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/WebpropertyParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebpropertyParentLink.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Segment[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Segment[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Segments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segments.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/GoalUrlDestinationDetailsSteps.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetailsSteps.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/GoalUrlDestinationDetailsSteps.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetailsSteps.php | Apache-2.0 |
public function setNumber($number)
{
$this->number = $number;
} | @param int | setNumber | php | googleapis/google-api-php-client-services | src/Analytics/GoalUrlDestinationDetailsSteps.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetailsSteps.php | Apache-2.0 |
public function getNumber()
{
return $this->number;
} | @return int | getNumber | php | googleapis/google-api-php-client-services | src/Analytics/GoalUrlDestinationDetailsSteps.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetailsSteps.php | Apache-2.0 |
public function setUrl($url)
{
$this->url = $url;
} | @param string | setUrl | php | googleapis/google-api-php-client-services | src/Analytics/GoalUrlDestinationDetailsSteps.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetailsSteps.php | Apache-2.0 |
public function getUrl()
{
return $this->url;
} | @return string | getUrl | php | googleapis/google-api-php-client-services | src/Analytics/GoalUrlDestinationDetailsSteps.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetailsSteps.php | Apache-2.0 |
public function setWebPropertyRef(WebPropertyRef $webPropertyRef)
{
$this->webPropertyRef = $webPropertyRef;
} | @param WebPropertyRef | setWebPropertyRef | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLinkEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLinkEntity.php | Apache-2.0 |
public function getWebPropertyRef()
{
return $this->webPropertyRef;
} | @return WebPropertyRef | getWebPropertyRef | php | googleapis/google-api-php-client-services | src/Analytics/EntityAdWordsLinkEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityAdWordsLinkEntity.php | Apache-2.0 |
public function setClientId($clientId)
{
$this->clientId = $clientId;
} | @param string | setClientId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function getClientId()
{
return $this->clientId;
} | @return string | getClientId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function setHashedClientId($hashedClientId)
{
$this->hashedClientId = $hashedClientId;
} | @param string | setHashedClientId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function getHashedClientId()
{
return $this->hashedClientId;
} | @return string | getHashedClientId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdResponse.php | Apache-2.0 |
public function listManagementSegments($optParams = [])
{
$params = [];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], Segments::class);
} | Lists segments to which the user has access.
(segments.listManagementSegments)
@param array $optParams Optional parameters.
@opt_param int max-results The maximum number of segments to include in this
response.
@opt_param int start-index An index of the first segment to retrieve. Use
this parameter as a pagination mechanism along with the max-results
parameter.
@return Segments
@throws \Google\Service\Exception | listManagementSegments | php | googleapis/google-api-php-client-services | src/Analytics/Resource/ManagementSegments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Resource/ManagementSegments.php | Apache-2.0 |
public function listManagementAccountSummaries($optParams = [])
{
$params = [];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], AccountSummaries::class);
} | Lists account summaries (lightweight tree comprised of
accounts/properties/profiles) to which the user has access.
(accountSummaries.listManagementAccountSummaries)
@param array $optParams Optional parameters.
@opt_param int max-results The maximum number of account summaries to include
in this response, where the largest acceptable value is 1000.
@opt_param int start-index An index of the first entity to retrieve. Use this
parameter as a pagination mechanism along with the max-results parameter.
@return AccountSummaries
@throws \Google\Service\Exception | listManagementAccountSummaries | php | googleapis/google-api-php-client-services | src/Analytics/Resource/ManagementAccountSummaries.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Resource/ManagementAccountSummaries.php | Apache-2.0 |
public function listManagementAccounts($optParams = [])
{
$params = [];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], Accounts::class);
} | Lists all accounts to which the user has access.
(accounts.listManagementAccounts)
@param array $optParams Optional parameters.
@opt_param int max-results The maximum number of accounts to include in this
response.
@opt_param int start-index An index of the first account to retrieve. Use
this parameter as a pagination mechanism along with the max-results
parameter.
@return Accounts
@throws \Google\Service\Exception | listManagementAccounts | php | googleapis/google-api-php-client-services | src/Analytics/Resource/ManagementAccounts.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Resource/ManagementAccounts.php | Apache-2.0 |
public function setBusiness($business)
{
$this->business = $business;
} | @param bool | setBusiness | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | Apache-2.0 |
public function getBusiness()
{
return $this->business;
} | @return bool | getBusiness | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | Apache-2.0 |
public function setPoBox($poBox)
{
$this->poBox = $poBox;
} | @param bool | setPoBox | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | Apache-2.0 |
public function getPoBox()
{
return $this->poBox;
} | @return bool | getPoBox | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | Apache-2.0 |
public function setResidential($residential)
{
$this->residential = $residential;
} | @param bool | setResidential | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | Apache-2.0 |
public function getResidential()
{
return $this->residential;
} | @return bool | getResidential | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1AddressMetadata.php | Apache-2.0 |
public function setReturnEnglishLatinAddress($returnEnglishLatinAddress)
{
$this->returnEnglishLatinAddress = $returnEnglishLatinAddress;
} | @param bool | setReturnEnglishLatinAddress | php | googleapis/google-api-php-client-services | src/AddressValidation/GoogleMapsAddressvalidationV1LanguageOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/AddressValidation/GoogleMapsAddressvalidationV1LanguageOptions.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.