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 setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setUploadType($uploadType)
{
$this->uploadType = $uploadType;
} | @param string | setUploadType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getUploadType()
{
return $this->uploadType;
} | @return string | getUploadType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/CustomDataSource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDataSource.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setLevel($level)
{
$this->level = $level;
} | @param string | setLevel | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getLevel()
{
return $this->level;
} | @return string | getLevel | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setProfiles($profiles)
{
$this->profiles = $profiles;
} | @param ProfileSummary[] | setProfiles | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getProfiles()
{
return $this->profiles;
} | @return ProfileSummary[] | getProfiles | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setStarred($starred)
{
$this->starred = $starred;
} | @param bool | setStarred | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getStarred()
{
return $this->starred;
} | @return bool | getStarred | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
} | @param string | setWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function getWebsiteUrl()
{
return $this->websiteUrl;
} | @return string | getWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/WebPropertySummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/WebPropertySummary.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/ProfileRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileRef.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Upload[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Upload[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Uploads.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Uploads.php | Apache-2.0 |
public function setAccountName($accountName)
{
$this->accountName = $accountName;
} | @param string | setAccountName | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function getAccountName()
{
return $this->accountName;
} | @return string | getAccountName | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function setProfileName($profileName)
{
$this->profileName = $profileName;
} | @param string | setProfileName | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function getProfileName()
{
return $this->profileName;
} | @return string | getProfileName | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function setTimezone($timezone)
{
$this->timezone = $timezone;
} | @param string | setTimezone | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function getTimezone()
{
return $this->timezone;
} | @return string | getTimezone | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function setWebpropertyName($webpropertyName)
{
$this->webpropertyName = $webpropertyName;
} | @param string | setWebpropertyName | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function getWebpropertyName()
{
return $this->webpropertyName;
} | @return string | getWebpropertyName | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
} | @param string | setWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function getWebsiteUrl()
{
return $this->websiteUrl;
} | @return string | getWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/AccountTreeRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeRequest.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param CustomMetric[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return CustomMetric[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetrics.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetrics.php | Apache-2.0 |
public function setBucketId($bucketId)
{
$this->bucketId = $bucketId;
} | @param string | setBucketId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | Apache-2.0 |
public function getBucketId()
{
return $this->bucketId;
} | @return string | getBucketId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | Apache-2.0 |
public function setObjectId($objectId)
{
$this->objectId = $objectId;
} | @param string | setObjectId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | Apache-2.0 |
public function getObjectId()
{
return $this->objectId;
} | @return string | getObjectId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReportCloudStorageDownloadDetails.php | Apache-2.0 |
public function setColumnType($columnType)
{
$this->columnType = $columnType;
} | @param string | setColumnType | php | googleapis/google-api-php-client-services | src/Analytics/McfDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataColumnHeaders.php | Apache-2.0 |
public function getColumnType()
{
return $this->columnType;
} | @return string | getColumnType | php | googleapis/google-api-php-client-services | src/Analytics/McfDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataColumnHeaders.php | Apache-2.0 |
public function setDataType($dataType)
{
$this->dataType = $dataType;
} | @param string | setDataType | php | googleapis/google-api-php-client-services | src/Analytics/McfDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataColumnHeaders.php | Apache-2.0 |
public function getDataType()
{
return $this->dataType;
} | @return string | getDataType | php | googleapis/google-api-php-client-services | src/Analytics/McfDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataColumnHeaders.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/McfDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataColumnHeaders.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/McfDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataColumnHeaders.php | Apache-2.0 |
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
} | @param GaDataColumnHeaders[] | setColumnHeaders | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function getColumnHeaders()
{
return $this->columnHeaders;
} | @return GaDataColumnHeaders[] | getColumnHeaders | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function setContainsSampledData($containsSampledData)
{
$this->containsSampledData = $containsSampledData;
} | @param bool | setContainsSampledData | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function getContainsSampledData()
{
return $this->containsSampledData;
} | @return bool | getContainsSampledData | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function setDataLastRefreshed($dataLastRefreshed)
{
$this->dataLastRefreshed = $dataLastRefreshed;
} | @param string | setDataLastRefreshed | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function getDataLastRefreshed()
{
return $this->dataLastRefreshed;
} | @return string | getDataLastRefreshed | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function setDataTable(GaDataDataTable $dataTable)
{
$this->dataTable = $dataTable;
} | @param GaDataDataTable | setDataTable | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function getDataTable()
{
return $this->dataTable;
} | @return GaDataDataTable | getDataTable | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/GaData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaData.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.