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 setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
} | @param string | setWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function getWebsiteUrl()
{
return $this->websiteUrl;
} | @return string | getWebsiteUrl | php | googleapis/google-api-php-client-services | src/Analytics/Profile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Profile.php | Apache-2.0 |
public function setColumnType($columnType)
{
$this->columnType = $columnType;
} | @param string | setColumnType | php | googleapis/google-api-php-client-services | src/Analytics/GaDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataColumnHeaders.php | Apache-2.0 |
public function getColumnType()
{
return $this->columnType;
} | @return string | getColumnType | php | googleapis/google-api-php-client-services | src/Analytics/GaDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataColumnHeaders.php | Apache-2.0 |
public function setDataType($dataType)
{
$this->dataType = $dataType;
} | @param string | setDataType | php | googleapis/google-api-php-client-services | src/Analytics/GaDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataColumnHeaders.php | Apache-2.0 |
public function getDataType()
{
return $this->dataType;
} | @return string | getDataType | php | googleapis/google-api-php-client-services | src/Analytics/GaDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataColumnHeaders.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/GaDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataColumnHeaders.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/GaDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataColumnHeaders.php | Apache-2.0 |
public function setColumnType($columnType)
{
$this->columnType = $columnType;
} | @param string | setColumnType | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataColumnHeaders.php | Apache-2.0 |
public function getColumnType()
{
return $this->columnType;
} | @return string | getColumnType | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataColumnHeaders.php | Apache-2.0 |
public function setDataType($dataType)
{
$this->dataType = $dataType;
} | @param string | setDataType | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataColumnHeaders.php | Apache-2.0 |
public function getDataType()
{
return $this->dataType;
} | @return string | getDataType | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataColumnHeaders.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataColumnHeaders.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataColumnHeaders.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataColumnHeaders.php | Apache-2.0 |
public function setV($v)
{
$this->v = $v;
} | @param string | setV | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableRowsC.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableRowsC.php | Apache-2.0 |
public function getV()
{
return $this->v;
} | @return string | getV | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableRowsC.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableRowsC.php | Apache-2.0 |
public function setExcludeConditions(RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions $excludeConditions)
{
$this->excludeConditions = $excludeConditions;
} | @param RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions | setExcludeConditions | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | Apache-2.0 |
public function getExcludeConditions()
{
return $this->excludeConditions;
} | @return RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions | getExcludeConditions | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | Apache-2.0 |
public function setIncludeConditions(IncludeConditions $includeConditions)
{
$this->includeConditions = $includeConditions;
} | @param IncludeConditions | setIncludeConditions | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | Apache-2.0 |
public function getIncludeConditions()
{
return $this->includeConditions;
} | @return IncludeConditions | getIncludeConditions | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php | Apache-2.0 |
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
} | @param RealtimeDataColumnHeaders[] | setColumnHeaders | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getColumnHeaders()
{
return $this->columnHeaders;
} | @return RealtimeDataColumnHeaders[] | getColumnHeaders | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setProfileInfo(RealtimeDataProfileInfo $profileInfo)
{
$this->profileInfo = $profileInfo;
} | @param RealtimeDataProfileInfo | setProfileInfo | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getProfileInfo()
{
return $this->profileInfo;
} | @return RealtimeDataProfileInfo | getProfileInfo | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setQuery(RealtimeDataQuery $query)
{
$this->query = $query;
} | @param RealtimeDataQuery | setQuery | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getQuery()
{
return $this->query;
} | @return RealtimeDataQuery | getQuery | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setRows($rows)
{
$this->rows = $rows;
} | @param string[] | setRows | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getRows()
{
return $this->rows;
} | @return string[] | getRows | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
} | @param string[] | setTotalsForAllResults | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
} | @return string[] | getTotalsForAllResults | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeData.php | Apache-2.0 |
public function setIncludeConditions(IncludeConditions $includeConditions)
{
$this->includeConditions = $includeConditions;
} | @param IncludeConditions | setIncludeConditions | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceAudienceDefinition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceAudienceDefinition.php | Apache-2.0 |
public function getIncludeConditions()
{
return $this->includeConditions;
} | @return IncludeConditions | getIncludeConditions | php | googleapis/google-api-php-client-services | src/Analytics/RemarketingAudienceAudienceDefinition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RemarketingAudienceAudienceDefinition.php | Apache-2.0 |
public function setField($field)
{
$this->field = $field;
} | @param string | setField | php | googleapis/google-api-php-client-services | src/Analytics/FilterUppercaseDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterUppercaseDetails.php | Apache-2.0 |
public function getField()
{
return $this->field;
} | @return string | getField | php | googleapis/google-api-php-client-services | src/Analytics/FilterUppercaseDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterUppercaseDetails.php | Apache-2.0 |
public function setFieldIndex($fieldIndex)
{
$this->fieldIndex = $fieldIndex;
} | @param int | setFieldIndex | php | googleapis/google-api-php-client-services | src/Analytics/FilterUppercaseDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterUppercaseDetails.php | Apache-2.0 |
public function getFieldIndex()
{
return $this->fieldIndex;
} | @return int | getFieldIndex | php | googleapis/google-api-php-client-services | src/Analytics/FilterUppercaseDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterUppercaseDetails.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setActive($active)
{
$this->active = $active;
} | @param bool | setActive | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getActive()
{
return $this->active;
} | @return bool | getActive | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setIndex($index)
{
$this->index = $index;
} | @param int | setIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getIndex()
{
return $this->index;
} | @return int | getIndex | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setMaxValue($maxValue)
{
$this->maxValue = $maxValue;
} | @param string | setMaxValue | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getMaxValue()
{
return $this->maxValue;
} | @return string | getMaxValue | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setMinValue($minValue)
{
$this->minValue = $minValue;
} | @param string | setMinValue | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getMinValue()
{
return $this->minValue;
} | @return string | getMinValue | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setParentLink(CustomMetricParentLink $parentLink)
{
$this->parentLink = $parentLink;
} | @param CustomMetricParentLink | setParentLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getParentLink()
{
return $this->parentLink;
} | @return CustomMetricParentLink | getParentLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setScope($scope)
{
$this->scope = $scope;
} | @param string | setScope | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getScope()
{
return $this->scope;
} | @return string | getScope | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setUpdated($updated)
{
$this->updated = $updated;
} | @param string | setUpdated | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getUpdated()
{
return $this->updated;
} | @return string | getUpdated | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/CustomMetric.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomMetric.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/ProfileParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileParentLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/ProfileParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileParentLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/ProfileParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileParentLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/ProfileParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileParentLink.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setCloudStorageDownloadDetails(UnsampledReportCloudStorageDownloadDetails $cloudStorageDownloadDetails)
{
$this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails;
} | @param UnsampledReportCloudStorageDownloadDetails | setCloudStorageDownloadDetails | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getCloudStorageDownloadDetails()
{
return $this->cloudStorageDownloadDetails;
} | @return UnsampledReportCloudStorageDownloadDetails | getCloudStorageDownloadDetails | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param string | setDimensions | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return string | getDimensions | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setDownloadType($downloadType)
{
$this->downloadType = $downloadType;
} | @param string | setDownloadType | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getDownloadType()
{
return $this->downloadType;
} | @return string | getDownloadType | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setDriveDownloadDetails(UnsampledReportDriveDownloadDetails $driveDownloadDetails)
{
$this->driveDownloadDetails = $driveDownloadDetails;
} | @param UnsampledReportDriveDownloadDetails | setDriveDownloadDetails | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getDriveDownloadDetails()
{
return $this->driveDownloadDetails;
} | @return UnsampledReportDriveDownloadDetails | getDriveDownloadDetails | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setEndDate($endDate)
{
$this->endDate = $endDate;
} | @param string | setEndDate | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getEndDate()
{
return $this->endDate;
} | @return string | getEndDate | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setFilters($filters)
{
$this->filters = $filters;
} | @param string | setFilters | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getFilters()
{
return $this->filters;
} | @return string | getFilters | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/UnsampledReport.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UnsampledReport.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.