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 setClientId($clientId)
{
$this->clientId = $clientId;
} | @param string | setClientId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdRequest.php | Apache-2.0 |
public function getClientId()
{
return $this->clientId;
} | @return string | getClientId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdRequest.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdRequest.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdRequest.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdRequest.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/HashClientIdRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/HashClientIdRequest.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Experiment[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Experiment[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Experiments.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Experiments.php | Apache-2.0 |
public function setItems($items)
{
$this->items = $items;
} | @param Webproperty[] | setItems | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | @return Webproperty[] | getItems | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
} | @param int | setItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getItemsPerPage()
{
return $this->itemsPerPage;
} | @return int | getItemsPerPage | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
} | @param string | setNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getNextLink()
{
return $this->nextLink;
} | @return string | getNextLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
} | @param string | setPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getPreviousLink()
{
return $this->previousLink;
} | @return string | getPreviousLink | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
} | @param int | setStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getStartIndex()
{
return $this->startIndex;
} | @return int | getStartIndex | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
} | @param int | setTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getTotalResults()
{
return $this->totalResults;
} | @return int | getTotalResults | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/Analytics/Webproperties.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Webproperties.php | Apache-2.0 |
public function setCaseSensitive($caseSensitive)
{
$this->caseSensitive = $caseSensitive;
} | @param bool | setCaseSensitive | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function getCaseSensitive()
{
return $this->caseSensitive;
} | @return bool | getCaseSensitive | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function setExpressionValue($expressionValue)
{
$this->expressionValue = $expressionValue;
} | @param string | setExpressionValue | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function getExpressionValue()
{
return $this->expressionValue;
} | @return string | getExpressionValue | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function setField($field)
{
$this->field = $field;
} | @param string | setField | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function getField()
{
return $this->field;
} | @return string | getField | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function setFieldIndex($fieldIndex)
{
$this->fieldIndex = $fieldIndex;
} | @param int | setFieldIndex | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function getFieldIndex()
{
return $this->fieldIndex;
} | @return int | getFieldIndex | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function setMatchType($matchType)
{
$this->matchType = $matchType;
} | @param string | setMatchType | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function getMatchType()
{
return $this->matchType;
} | @return string | getMatchType | php | googleapis/google-api-php-client-services | src/Analytics/FilterExpression.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterExpression.php | Apache-2.0 |
public function setEffective($effective)
{
$this->effective = $effective;
} | @param string[] | setEffective | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkPermissions.php | Apache-2.0 |
public function getEffective()
{
return $this->effective;
} | @return string[] | getEffective | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkPermissions.php | Apache-2.0 |
public function setLocal($local)
{
$this->local = $local;
} | @param string[] | setLocal | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkPermissions.php | Apache-2.0 |
public function getLocal()
{
return $this->local;
} | @return string[] | getLocal | php | googleapis/google-api-php-client-services | src/Analytics/EntityUserLinkPermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/EntityUserLinkPermissions.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param string | setDimensions | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return string | getDimensions | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function setFilters($filters)
{
$this->filters = $filters;
} | @param string | setFilters | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function getFilters()
{
return $this->filters;
} | @return string | getFilters | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function setIds($ids)
{
$this->ids = $ids;
} | @param string | setIds | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function getIds()
{
return $this->ids;
} | @return string | getIds | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
} | @param int | setMaxResults | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function getMaxResults()
{
return $this->maxResults;
} | @return int | getMaxResults | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function setMetrics($metrics)
{
$this->metrics = $metrics;
} | @param string[] | setMetrics | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function getMetrics()
{
return $this->metrics;
} | @return string[] | getMetrics | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function setSort($sort)
{
$this->sort = $sort;
} | @param string[] | setSort | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function getSort()
{
return $this->sort;
} | @return string[] | getSort | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataQuery.php | Apache-2.0 |
public function setComparisonType($comparisonType)
{
$this->comparisonType = $comparisonType;
} | @param string | setComparisonType | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitNumPagesDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitNumPagesDetails.php | Apache-2.0 |
public function getComparisonType()
{
return $this->comparisonType;
} | @return string | getComparisonType | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitNumPagesDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitNumPagesDetails.php | Apache-2.0 |
public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
} | @param string | setComparisonValue | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitNumPagesDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitNumPagesDetails.php | Apache-2.0 |
public function getComparisonValue()
{
return $this->comparisonValue;
} | @return string | getComparisonValue | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitNumPagesDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitNumPagesDetails.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableCols.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableCols.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableCols.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableCols.php | Apache-2.0 |
public function setLabel($label)
{
$this->label = $label;
} | @param string | setLabel | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableCols.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableCols.php | Apache-2.0 |
public function getLabel()
{
return $this->label;
} | @return string | getLabel | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableCols.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableCols.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableCols.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableCols.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/GaDataDataTableCols.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GaDataDataTableCols.php | Apache-2.0 |
public function setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensionParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensionParentLink.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensionParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensionParentLink.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensionParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensionParentLink.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/CustomDimensionParentLink.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/CustomDimensionParentLink.php | Apache-2.0 |
public function setEffective($effective)
{
$this->effective = $effective;
} | @param string[] | setEffective | php | googleapis/google-api-php-client-services | src/Analytics/ProfilePermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfilePermissions.php | Apache-2.0 |
public function getEffective()
{
return $this->effective;
} | @return string[] | getEffective | php | googleapis/google-api-php-client-services | src/Analytics/ProfilePermissions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfilePermissions.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param string | setDimensions | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return string | getDimensions | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setEndDate($endDate)
{
$this->endDate = $endDate;
} | @param string | setEndDate | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getEndDate()
{
return $this->endDate;
} | @return string | getEndDate | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setFilters($filters)
{
$this->filters = $filters;
} | @param string | setFilters | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getFilters()
{
return $this->filters;
} | @return string | getFilters | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setIds($ids)
{
$this->ids = $ids;
} | @param string | setIds | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getIds()
{
return $this->ids;
} | @return string | getIds | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
} | @param int | setMaxResults | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getMaxResults()
{
return $this->maxResults;
} | @return int | getMaxResults | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setMetrics($metrics)
{
$this->metrics = $metrics;
} | @param string[] | setMetrics | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getMetrics()
{
return $this->metrics;
} | @return string[] | getMetrics | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setSamplingLevel($samplingLevel)
{
$this->samplingLevel = $samplingLevel;
} | @param string | setSamplingLevel | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getSamplingLevel()
{
return $this->samplingLevel;
} | @return string | getSamplingLevel | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setSegment($segment)
{
$this->segment = $segment;
} | @param string | setSegment | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getSegment()
{
return $this->segment;
} | @return string | getSegment | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function setSort($sort)
{
$this->sort = $sort;
} | @param string[] | setSort | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
public function getSort()
{
return $this->sort;
} | @return string[] | getSort | php | googleapis/google-api-php-client-services | src/Analytics/McfDataQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataQuery.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.