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 setProfileRef(ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
} | @param ProfileRef | setProfileRef | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkEntity.php | Apache-2.0 |
public function getProfileRef()
{
return $this->profileRef;
} | @return ProfileRef | getProfileRef | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkEntity.php | Apache-2.0 |
public function setWebPropertyRef(WebPropertyRef $webPropertyRef)
{
$this->webPropertyRef = $webPropertyRef;
} | @param WebPropertyRef | setWebPropertyRef | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkEntity.php | Apache-2.0 |
public function getWebPropertyRef()
{
return $this->webPropertyRef;
} | @return WebPropertyRef | getWebPropertyRef | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkEntity.php | Apache-2.0 |
public function setEffective($effective)
{
$this->effective = $effective;
} | @param string[] | setEffective | php | googleapis/google-api-php-client-services | src/Analytics/WebpropertyPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebpropertyPermissions.php | Apache-2.0 |
public function getEffective()
{
return $this->effective;
} | @return string[] | getEffective | php | googleapis/google-api-php-client-services | src/Analytics/WebpropertyPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebpropertyPermissions.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetricParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetricParentLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetricParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetricParentLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetricParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetricParentLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetricParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetricParentLink.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSourceParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSourceParentLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSourceParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSourceParentLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSourceParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSourceParentLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSourceParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSourceParentLink.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertyRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertyRef.php | Apache-2.0 |
public function setExclusionDuration($exclusionDuration)
{
$this->exclusionDuration = $exclusionDuration;
} | @param string | setExclusionDuration | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | Apache-2.0 |
public function getExclusionDuration()
{
return $this->exclusionDuration;
} | @return string | getExclusionDuration | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | Apache-2.0 |
public function setSegment($segment)
{
$this->segment = $segment;
} | @param string | setSegment | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | Apache-2.0 |
public function getSegment()
{
return $this->segment;
} | @return string | getSegment | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setDefinition($definition)
{
$this->definition = $definition;
} | @param string | setDefinition | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getDefinition()
{
return $this->definition;
} | @return string | getDefinition | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
} | @param string | setSegmentId | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getSegmentId()
{
return $this->segmentId;
} | @return string | getSegmentId | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Segment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Segment.php | Apache-2.0 |
public function setEffective($effective)
{
$this->effective = $effective;
} | @param string[] | setEffective | php | googleapis/google-api-php-client-services | src/Analytics/AccountPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountPermissions.php | Apache-2.0 |
public function getEffective()
{
return $this->effective;
} | @return string[] | getEffective | php | googleapis/google-api-php-client-services | src/Analytics/AccountPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountPermissions.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/UserDeletionRequestId.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequestId.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/UserDeletionRequestId.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequestId.php | Apache-2.0 |
public function setUserId($userId)
{
$this->userId = $userId;
} | @param string | setUserId | php | googleapis/google-api-php-client-services | src/Analytics/UserDeletionRequestId.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequestId.php | Apache-2.0 |
public function getUserId()
{
return $this->userId;
} | @return string | getUserId | php | googleapis/google-api-php-client-services | src/Analytics/UserDeletionRequestId.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequestId.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Filter[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Filter[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Filters.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filters.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param EntityUserLink[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return EntityUserLink[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinks.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinks.php | Apache-2.0 |
public function setInteractionType($interactionType)
{
$this->interactionType = $interactionType;
} | @param string | setInteractionType | php | googleapis/google-api-php-client-services | src/Analytics/McfDataRowsConversionPathValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRowsConversionPathValue.php | Apache-2.0 |
public function getInteractionType()
{
return $this->interactionType;
} | @return string | getInteractionType | php | googleapis/google-api-php-client-services | src/Analytics/McfDataRowsConversionPathValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRowsConversionPathValue.php | Apache-2.0 |
public function setNodeValue($nodeValue)
{
$this->nodeValue = $nodeValue;
} | @param string | setNodeValue | php | googleapis/google-api-php-client-services | src/Analytics/McfDataRowsConversionPathValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRowsConversionPathValue.php | Apache-2.0 |
public function getNodeValue()
{
return $this->nodeValue;
} | @return string | getNodeValue | php | googleapis/google-api-php-client-services | src/Analytics/McfDataRowsConversionPathValue.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRowsConversionPathValue.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param UnsampledReport[] | setItems | 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 getItems()
{
return $this->items;
} | @return UnsampledReport[] | getItems | 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 setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | 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 getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | 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 setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | 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 getKind()
{
return $this->kind;
} | @return string | getKind | 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 setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | 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 getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | 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 setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | 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 getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | 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 setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | 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 getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | 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 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.