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 setLinkedAccountId($linkedAccountId)
{
$this->linkedAccountId = $linkedAccountId;
} | @param string | setLinkedAccountId | 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 getLinkedAccountId()
{
return $this->linkedAccountId;
} | @return string | getLinkedAccountId | 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 setRemarketingAudienceId($remarketingAudienceId)
{
$this->remarketingAudienceId = $remarketingAudienceId;
} | @param string | setRemarketingAudienceId | 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 getRemarketingAudienceId()
{
return $this->remarketingAudienceId;
} | @return string | getRemarketingAudienceId | 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 setStatus($status)
{
$this->status = $status;
} | @param string | setStatus | 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 getStatus()
{
return $this->status;
} | @return string | getStatus | 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 setType($type)
{
$this->type = $type;
} | @param string | setType | 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 getType()
{
return $this->type;
} | @return string | getType | 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 setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | 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 getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | 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 setHref($href)
{
$this->href = $href;
} | @param string | setHref | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function getHref()
{
return $this->href;
} | @return string | getHref | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/AccountRef.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountRef.php | Apache-2.0 |
public function setDaysToLookBack($daysToLookBack)
{
$this->daysToLookBack = $daysToLookBack;
} | @param int | setDaysToLookBack | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function getDaysToLookBack()
{
return $this->daysToLookBack;
} | @return int | getDaysToLookBack | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function setIsSmartList($isSmartList)
{
$this->isSmartList = $isSmartList;
} | @param bool | setIsSmartList | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function getIsSmartList()
{
return $this->isSmartList;
} | @return bool | getIsSmartList | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function setMembershipDurationDays($membershipDurationDays)
{
$this->membershipDurationDays = $membershipDurationDays;
} | @param int | setMembershipDurationDays | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function getMembershipDurationDays()
{
return $this->membershipDurationDays;
} | @return int | getMembershipDurationDays | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function setSegment($segment)
{
$this->segment = $segment;
} | @param string | setSegment | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function getSegment()
{
return $this->segment;
} | @return string | getSegment | php | googleapis/google-api-php-client-services | src/Analytics/IncludeConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/IncludeConditions.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function setStarred($starred)
{
$this->starred = $starred;
} | @param bool | setStarred | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function getStarred()
{
return $this->starred;
} | @return bool | getStarred | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function setWebProperties($webProperties)
{
$this->webProperties = $webProperties;
} | @param WebPropertySummary[] | setWebProperties | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function getWebProperties()
{
return $this->webProperties;
} | @return WebPropertySummary[] | getWebProperties | php | googleapis/google-api-php-client-services | src/Analytics/AccountSummary.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/AccountSummary.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
} | @param string | setInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
} | @return string | getInternalWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function setProfileId($profileId)
{
$this->profileId = $profileId;
} | @param string | setProfileId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function getProfileId()
{
return $this->profileId;
} | @return string | getProfileId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function setProfileName($profileName)
{
$this->profileName = $profileName;
} | @param string | setProfileName | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function getProfileName()
{
return $this->profileName;
} | @return string | getProfileName | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function setTableId($tableId)
{
$this->tableId = $tableId;
} | @param string | setTableId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function getTableId()
{
return $this->tableId;
} | @return string | getTableId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
} | @param string | setWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function getWebPropertyId()
{
return $this->webPropertyId;
} | @return string | getWebPropertyId | php | googleapis/google-api-php-client-services | src/Analytics/RealtimeDataProfileInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/RealtimeDataProfileInfo.php | Apache-2.0 |
public function setComparisonType($comparisonType)
{
$this->comparisonType = $comparisonType;
} | @param string | setComparisonType | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitTimeOnSiteDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitTimeOnSiteDetails.php | Apache-2.0 |
public function getComparisonType()
{
return $this->comparisonType;
} | @return string | getComparisonType | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitTimeOnSiteDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitTimeOnSiteDetails.php | Apache-2.0 |
public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
} | @param string | setComparisonValue | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitTimeOnSiteDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitTimeOnSiteDetails.php | Apache-2.0 |
public function getComparisonValue()
{
return $this->comparisonValue;
} | @return string | getComparisonValue | php | googleapis/google-api-php-client-services | src/Analytics/GoalVisitTimeOnSiteDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalVisitTimeOnSiteDetails.php | Apache-2.0 |
public function setComparisonType($comparisonType)
{
$this->comparisonType = $comparisonType;
} | @param string | setComparisonType | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function getComparisonType()
{
return $this->comparisonType;
} | @return string | getComparisonType | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
} | @param string | setComparisonValue | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function getComparisonValue()
{
return $this->comparisonValue;
} | @return string | getComparisonValue | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function setExpression($expression)
{
$this->expression = $expression;
} | @param string | setExpression | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function getExpression()
{
return $this->expression;
} | @return string | getExpression | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function setMatchType($matchType)
{
$this->matchType = $matchType;
} | @param string | setMatchType | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function getMatchType()
{
return $this->matchType;
} | @return string | getMatchType | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/GoalEventDetailsEventConditions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/GoalEventDetailsEventConditions.php | Apache-2.0 |
public function setCaseSensitive($caseSensitive)
{
$this->caseSensitive = $caseSensitive;
} | @param bool | setCaseSensitive | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function getCaseSensitive()
{
return $this->caseSensitive;
} | @return bool | getCaseSensitive | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function setField($field)
{
$this->field = $field;
} | @param string | setField | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function getField()
{
return $this->field;
} | @return string | getField | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function setFieldIndex($fieldIndex)
{
$this->fieldIndex = $fieldIndex;
} | @param int | setFieldIndex | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function getFieldIndex()
{
return $this->fieldIndex;
} | @return int | getFieldIndex | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function setReplaceString($replaceString)
{
$this->replaceString = $replaceString;
} | @param string | setReplaceString | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function getReplaceString()
{
return $this->replaceString;
} | @return string | getReplaceString | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function setSearchString($searchString)
{
$this->searchString = $searchString;
} | @param string | setSearchString | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function getSearchString()
{
return $this->searchString;
} | @return string | getSearchString | php | googleapis/google-api-php-client-services | src/Analytics/FilterSearchAndReplaceDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/FilterSearchAndReplaceDetails.php | Apache-2.0 |
public function setAccountId($accountId)
{
$this->accountId = $accountId;
} | @param string | setAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getAccountId()
{
return $this->accountId;
} | @return string | getAccountId | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setAdvancedDetails(FilterAdvancedDetails $advancedDetails)
{
$this->advancedDetails = $advancedDetails;
} | @param FilterAdvancedDetails | setAdvancedDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getAdvancedDetails()
{
return $this->advancedDetails;
} | @return FilterAdvancedDetails | getAdvancedDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setCreated($created)
{
$this->created = $created;
} | @param string | setCreated | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getCreated()
{
return $this->created;
} | @return string | getCreated | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setExcludeDetails(FilterExpression $excludeDetails)
{
$this->excludeDetails = $excludeDetails;
} | @param FilterExpression | setExcludeDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getExcludeDetails()
{
return $this->excludeDetails;
} | @return FilterExpression | getExcludeDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setIncludeDetails(FilterExpression $includeDetails)
{
$this->includeDetails = $includeDetails;
} | @param FilterExpression | setIncludeDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getIncludeDetails()
{
return $this->includeDetails;
} | @return FilterExpression | getIncludeDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setKind($kind)
{
$this->kind = $kind;
} | @param string | setKind | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | @return string | getKind | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setLowercaseDetails(FilterLowercaseDetails $lowercaseDetails)
{
$this->lowercaseDetails = $lowercaseDetails;
} | @param FilterLowercaseDetails | setLowercaseDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getLowercaseDetails()
{
return $this->lowercaseDetails;
} | @return FilterLowercaseDetails | getLowercaseDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setParentLink(FilterParentLink $parentLink)
{
$this->parentLink = $parentLink;
} | @param FilterParentLink | setParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getParentLink()
{
return $this->parentLink;
} | @return FilterParentLink | getParentLink | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setSearchAndReplaceDetails(FilterSearchAndReplaceDetails $searchAndReplaceDetails)
{
$this->searchAndReplaceDetails = $searchAndReplaceDetails;
} | @param FilterSearchAndReplaceDetails | setSearchAndReplaceDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getSearchAndReplaceDetails()
{
return $this->searchAndReplaceDetails;
} | @return FilterSearchAndReplaceDetails | getSearchAndReplaceDetails | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
} | @param string | setSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getSelfLink()
{
return $this->selfLink;
} | @return string | getSelfLink | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/Analytics/Filter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/Analytics/Filter.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.