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 setItemsPerPage($itemsPerPage) { $this->itemsPerPage = $itemsPerPage; }
@param int
setItemsPerPage
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 getItemsPerPage() { return $this->itemsPerPage; }
@return int
getItemsPerPage
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 setKind($kind) { $this->kind = $kind; }
@param string
setKind
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 getKind() { return $this->kind; }
@return string
getKind
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 setNextLink($nextLink) { $this->nextLink = $nextLink; }
@param string
setNextLink
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 getNextLink() { return $this->nextLink; }
@return string
getNextLink
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 setPreviousLink($previousLink) { $this->previousLink = $previousLink; }
@param string
setPreviousLink
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 getPreviousLink() { return $this->previousLink; }
@return string
getPreviousLink
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 setProfileInfo(GaDataProfileInfo $profileInfo) { $this->profileInfo = $profileInfo; }
@param GaDataProfileInfo
setProfileInfo
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 getProfileInfo() { return $this->profileInfo; }
@return GaDataProfileInfo
getProfileInfo
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 setQuery(GaDataQuery $query) { $this->query = $query; }
@param GaDataQuery
setQuery
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 getQuery() { return $this->query; }
@return GaDataQuery
getQuery
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 setRows($rows) { $this->rows = $rows; }
@param string[]
setRows
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 getRows() { return $this->rows; }
@return string[]
getRows
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 setSampleSize($sampleSize) { $this->sampleSize = $sampleSize; }
@param string
setSampleSize
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 getSampleSize() { return $this->sampleSize; }
@return string
getSampleSize
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 setSampleSpace($sampleSpace) { $this->sampleSpace = $sampleSpace; }
@param string
setSampleSpace
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 getSampleSpace() { return $this->sampleSpace; }
@return string
getSampleSpace
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 setSelfLink($selfLink) { $this->selfLink = $selfLink; }
@param string
setSelfLink
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 getSelfLink() { return $this->selfLink; }
@return string
getSelfLink
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 setTotalResults($totalResults) { $this->totalResults = $totalResults; }
@param int
setTotalResults
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 getTotalResults() { return $this->totalResults; }
@return int
getTotalResults
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 setTotalsForAllResults($totalsForAllResults) { $this->totalsForAllResults = $totalsForAllResults; }
@param string[]
setTotalsForAllResults
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 getTotalsForAllResults() { return $this->totalsForAllResults; }
@return string[]
getTotalsForAllResults
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 setAttributeNames($attributeNames) { $this->attributeNames = $attributeNames; }
@param string[]
setAttributeNames
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function getAttributeNames() { return $this->attributeNames; }
@return string[]
getAttributeNames
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function setEtag($etag) { $this->etag = $etag; }
@param string
setEtag
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function getEtag() { return $this->etag; }
@return string
getEtag
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function setItems($items) { $this->items = $items; }
@param Column[]
setItems
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function getItems() { return $this->items; }
@return Column[]
getItems
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function setKind($kind) { $this->kind = $kind; }
@param string
setKind
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function getKind() { return $this->kind; }
@return string
getKind
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function setTotalResults($totalResults) { $this->totalResults = $totalResults; }
@param int
setTotalResults
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function getTotalResults() { return $this->totalResults; }
@return int
getTotalResults
php
googleapis/google-api-php-client-services
src/Analytics/Columns.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Columns.php
Apache-2.0
public function setEventConditions($eventConditions) { $this->eventConditions = $eventConditions; }
@param GoalEventDetailsEventConditions[]
setEventConditions
php
googleapis/google-api-php-client-services
src/Analytics/GoalEventDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetails.php
Apache-2.0
public function getEventConditions() { return $this->eventConditions; }
@return GoalEventDetailsEventConditions[]
getEventConditions
php
googleapis/google-api-php-client-services
src/Analytics/GoalEventDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetails.php
Apache-2.0
public function setUseEventValue($useEventValue) { $this->useEventValue = $useEventValue; }
@param bool
setUseEventValue
php
googleapis/google-api-php-client-services
src/Analytics/GoalEventDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetails.php
Apache-2.0
public function getUseEventValue() { return $this->useEventValue; }
@return bool
getUseEventValue
php
googleapis/google-api-php-client-services
src/Analytics/GoalEventDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetails.php
Apache-2.0
public function setId($id) { $this->id = $id; }
@param string
setId
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function getId() { return $this->id; }
@return string
getId
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function setKind($kind) { $this->kind = $kind; }
@param string
setKind
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function getKind() { return $this->kind; }
@return string
getKind
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function setStarred($starred) { $this->starred = $starred; }
@param bool
setStarred
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function getStarred() { return $this->starred; }
@return bool
getStarred
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/Analytics/ProfileSummary.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ProfileSummary.php
Apache-2.0
public function setCaseSensitive($caseSensitive) { $this->caseSensitive = $caseSensitive; }
@param bool
setCaseSensitive
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function getCaseSensitive() { return $this->caseSensitive; }
@return bool
getCaseSensitive
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function setFirstStepRequired($firstStepRequired) { $this->firstStepRequired = $firstStepRequired; }
@param bool
setFirstStepRequired
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function getFirstStepRequired() { return $this->firstStepRequired; }
@return bool
getFirstStepRequired
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function setMatchType($matchType) { $this->matchType = $matchType; }
@param string
setMatchType
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function getMatchType() { return $this->matchType; }
@return string
getMatchType
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function setSteps($steps) { $this->steps = $steps; }
@param GoalUrlDestinationDetailsSteps[]
setSteps
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function getSteps() { return $this->steps; }
@return GoalUrlDestinationDetailsSteps[]
getSteps
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function setUrl($url) { $this->url = $url; }
@param string
setUrl
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function getUrl() { return $this->url; }
@return string
getUrl
php
googleapis/google-api-php-client-services
src/Analytics/GoalUrlDestinationDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalUrlDestinationDetails.php
Apache-2.0
public function setConversionPathValue($conversionPathValue) { $this->conversionPathValue = $conversionPathValue; }
@param McfDataRowsConversionPathValue[]
setConversionPathValue
php
googleapis/google-api-php-client-services
src/Analytics/McfDataRows.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRows.php
Apache-2.0
public function getConversionPathValue() { return $this->conversionPathValue; }
@return McfDataRowsConversionPathValue[]
getConversionPathValue
php
googleapis/google-api-php-client-services
src/Analytics/McfDataRows.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRows.php
Apache-2.0
public function setPrimitiveValue($primitiveValue) { $this->primitiveValue = $primitiveValue; }
@param string
setPrimitiveValue
php
googleapis/google-api-php-client-services
src/Analytics/McfDataRows.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRows.php
Apache-2.0
public function getPrimitiveValue() { return $this->primitiveValue; }
@return string
getPrimitiveValue
php
googleapis/google-api-php-client-services
src/Analytics/McfDataRows.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/McfDataRows.php
Apache-2.0
public function setAccount(Account $account) { $this->account = $account; }
@param Account
setAccount
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function getAccount() { return $this->account; }
@return Account
getAccount
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function setKind($kind) { $this->kind = $kind; }
@param string
setKind
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function getKind() { return $this->kind; }
@return string
getKind
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function setProfile(Profile $profile) { $this->profile = $profile; }
@param Profile
setProfile
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function getProfile() { return $this->profile; }
@return Profile
getProfile
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function setWebproperty(Webproperty $webproperty) { $this->webproperty = $webproperty; }
@param Webproperty
setWebproperty
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function getWebproperty() { return $this->webproperty; }
@return Webproperty
getWebproperty
php
googleapis/google-api-php-client-services
src/Analytics/AccountTreeResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountTreeResponse.php
Apache-2.0
public function setDeletionRequestTime($deletionRequestTime) { $this->deletionRequestTime = $deletionRequestTime; }
@param string
setDeletionRequestTime
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function getDeletionRequestTime() { return $this->deletionRequestTime; }
@return string
getDeletionRequestTime
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function setFirebaseProjectId($firebaseProjectId) { $this->firebaseProjectId = $firebaseProjectId; }
@param string
setFirebaseProjectId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function getFirebaseProjectId() { return $this->firebaseProjectId; }
@return string
getFirebaseProjectId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function setId(UserDeletionRequestId $id) { $this->id = $id; }
@param UserDeletionRequestId
setId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function getId() { return $this->id; }
@return UserDeletionRequestId
getId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function setKind($kind) { $this->kind = $kind; }
@param string
setKind
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function getKind() { return $this->kind; }
@return string
getKind
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function setPropertyId($propertyId) { $this->propertyId = $propertyId; }
@param string
setPropertyId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function getPropertyId() { return $this->propertyId; }
@return string
getPropertyId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; }
@param string
setWebPropertyId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function getWebPropertyId() { return $this->webPropertyId; }
@return string
getWebPropertyId
php
googleapis/google-api-php-client-services
src/Analytics/UserDeletionRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/UserDeletionRequest.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function setStatus($status) { $this->status = $status; }
@param string
setStatus
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function getStatus() { return $this->status; }
@return string
getStatus
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function setUrl($url) { $this->url = $url; }
@param string
setUrl
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function getUrl() { return $this->url; }
@return string
getUrl
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function setWon($won) { $this->won = $won; }
@param bool
setWon
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function getWon() { return $this->won; }
@return bool
getWon
php
googleapis/google-api-php-client-services
src/Analytics/ExperimentVariations.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/ExperimentVariations.php
Apache-2.0
public function setAccountId($accountId) { $this->accountId = $accountId; }
@param string
setAccountId
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function getAccountId() { return $this->accountId; }
@return string
getAccountId
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function setEligibleForSearch($eligibleForSearch) { $this->eligibleForSearch = $eligibleForSearch; }
@param bool
setEligibleForSearch
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function getEligibleForSearch() { return $this->eligibleForSearch; }
@return bool
getEligibleForSearch
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function setId($id) { $this->id = $id; }
@param string
setId
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function getId() { return $this->id; }
@return string
getId
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; }
@param string
setInternalWebPropertyId
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function getInternalWebPropertyId() { return $this->internalWebPropertyId; }
@return string
getInternalWebPropertyId
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function setKind($kind) { $this->kind = $kind; }
@param string
setKind
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0
public function getKind() { return $this->kind; }
@return string
getKind
php
googleapis/google-api-php-client-services
src/Analytics/LinkedForeignAccount.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/LinkedForeignAccount.php
Apache-2.0