PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
TagManager
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\TagManager; class Trigger extends \Google\Collection { protected $collection_key = 'parameter'; public $accountId; protected $autoEventFilterType = Condition::class; protected $autoEventFilterDataType = 'array'; protected $checkValidationType = Parameter::class; protected $checkValidationDataType = ''; public $containerId; protected $continuousTimeMinMillisecondsType = Parameter::class; protected $continuousTimeMinMillisecondsDataType = ''; protected $customEventFilterType = Condition::class; protected $customEventFilterDataType = 'array'; protected $eventNameType = Parameter::class; protected $eventNameDataType = ''; protected $filterType = Condition::class; protected $filterDataType = 'array'; public $fingerprint; protected $horizontalScrollPercentageListType = Parameter::class; protected $horizontalScrollPercentageListDataType = ''; protected $intervalType = Parameter::class; protected $intervalDataType = ''; protected $intervalSecondsType = Parameter::class; protected $intervalSecondsDataType = ''; protected $limitType = Parameter::class; protected $limitDataType = ''; protected $maxTimerLengthSecondsType = Parameter::class; protected $maxTimerLengthSecondsDataType = ''; public $name; public $notes; protected $parameterType = Parameter::class; protected $parameterDataType = 'array'; public $parentFolderId; public $path; protected $selectorType = Parameter::class; protected $selectorDataType = ''; public $tagManagerUrl; protected $totalTimeMinMillisecondsType = Parameter::class; protected $totalTimeMinMillisecondsDataType = ''; public $triggerId; public $type; protected $uniqueTriggerIdType = Parameter::class; protected $uniqueTriggerIdDataType = ''; protected $verticalScrollPercentageListType = Parameter::class; protected $verticalScrollPercentageListDataType = ''; protected $visibilitySelectorType = Parameter::class; protected $visibilitySelectorDataType = ''; protected $visiblePercentageMaxType = Parameter::class; protected $visiblePercentageMaxDataType = ''; protected $visiblePercentageMinType = Parameter::class; protected $visiblePercentageMinDataType = ''; protected $waitForTagsType = Parameter::class; protected $waitForTagsDataType = ''; protected $waitForTagsTimeoutType = Parameter::class; protected $waitForTagsTimeoutDataType = ''; public $workspaceId; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Condition[] */ public function setAutoEventFilter($autoEventFilter) { $this->autoEventFilter = $autoEventFilter; } /** * @return Condition[] */ public function getAutoEventFilter() { return $this->autoEventFilter; } /** * @param Parameter */ public function setCheckValidation(Parameter $checkValidation) { $this->checkValidation = $checkValidation; } /** * @return Parameter */ public function getCheckValidation() { return $this->checkValidation; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } /** * @param Parameter */ public function setContinuousTimeMinMilliseconds(Parameter $continuousTimeMinMilliseconds) { $this->continuousTimeMinMilliseconds = $continuousTimeMinMilliseconds; } /** * @return Parameter */ public function getContinuousTimeMinMilliseconds() { return $this->continuousTimeMinMilliseconds; } /** * @param Condition[] */ public function setCustomEventFilter($customEventFilter) { $this->customEventFilter = $customEventFilter; } /** * @return Condition[] */ public function getCustomEventFilter() { return $this->customEventFilter; } /** * @param Parameter */ public function setEventName(Parameter $eventName) { $this->eventName = $eventName; } /** * @return Parameter */ public function getEventName() { return $this->eventName; } /** * @param Condition[] */ public function setFilter($filter) { $this->filter = $filter; } /** * @return Condition[] */ public function getFilter() { return $this->filter; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } /** * @param Parameter */ public function setHorizontalScrollPercentageList(Parameter $horizontalScrollPercentageList) { $this->horizontalScrollPercentageList = $horizontalScrollPercentageList; } /** * @return Parameter */ public function getHorizontalScrollPercentageList() { return $this->horizontalScrollPercentageList; } /** * @param Parameter */ public function setInterval(Parameter $interval) { $this->interval = $interval; } /** * @return Parameter */ public function getInterval() { return $this->interval; } /** * @param Parameter */ public function setIntervalSeconds(Parameter $intervalSeconds) { $this->intervalSeconds = $intervalSeconds; } /** * @return Parameter */ public function getIntervalSeconds() { return $this->intervalSeconds; } /** * @param Parameter */ public function setLimit(Parameter $limit) { $this->limit = $limit; } /** * @return Parameter */ public function getLimit() { return $this->limit; } /** * @param Parameter */ public function setMaxTimerLengthSeconds(Parameter $maxTimerLengthSeconds) { $this->maxTimerLengthSeconds = $maxTimerLengthSeconds; } /** * @return Parameter */ public function getMaxTimerLengthSeconds() { return $this->maxTimerLengthSeconds; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Parameter[] */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return Parameter[] */ public function getParameter() { return $this->parameter; } public function setParentFolderId($parentFolderId) { $this->parentFolderId = $parentFolderId; } public function getParentFolderId() { return $this->parentFolderId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Parameter */ public function setSelector(Parameter $selector) { $this->selector = $selector; } /** * @return Parameter */ public function getSelector() { return $this->selector; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } /** * @param Parameter */ public function setTotalTimeMinMilliseconds(Parameter $totalTimeMinMilliseconds) { $this->totalTimeMinMilliseconds = $totalTimeMinMilliseconds; } /** * @return Parameter */ public function getTotalTimeMinMilliseconds() { return $this->totalTimeMinMilliseconds; } public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } public function getTriggerId() { return $this->triggerId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } /** * @param Parameter */ public function setUniqueTriggerId(Parameter $uniqueTriggerId) { $this->uniqueTriggerId = $uniqueTriggerId; } /** * @return Parameter */ public function getUniqueTriggerId() { return $this->uniqueTriggerId; } /** * @param Parameter */ public function setVerticalScrollPercentageList(Parameter $verticalScrollPercentageList) { $this->verticalScrollPercentageList = $verticalScrollPercentageList; } /** * @return Parameter */ public function getVerticalScrollPercentageList() { return $this->verticalScrollPercentageList; } /** * @param Parameter */ public function setVisibilitySelector(Parameter $visibilitySelector) { $this->visibilitySelector = $visibilitySelector; } /** * @return Parameter */ public function getVisibilitySelector() { return $this->visibilitySelector; } /** * @param Parameter */ public function setVisiblePercentageMax(Parameter $visiblePercentageMax) { $this->visiblePercentageMax = $visiblePercentageMax; } /** * @return Parameter */ public function getVisiblePercentageMax() { return $this->visiblePercentageMax; } /** * @param Parameter */ public function setVisiblePercentageMin(Parameter $visiblePercentageMin) { $this->visiblePercentageMin = $visiblePercentageMin; } /** * @return Parameter */ public function getVisiblePercentageMin() { return $this->visiblePercentageMin; } /** * @param Parameter */ public function setWaitForTags(Parameter $waitForTags) { $this->waitForTags = $waitForTags; } /** * @return Parameter */ public function getWaitForTags() { return $this->waitForTags; } /** * @param Parameter */ public function setWaitForTagsTimeout(Parameter $waitForTagsTimeout) { $this->waitForTagsTimeout = $waitForTagsTimeout; } /** * @return Parameter */ public function getWaitForTagsTimeout() { return $this->waitForTagsTimeout; } public function setWorkspaceId($workspaceId) { $this->workspaceId = $workspaceId; } public function getWorkspaceId() { return $this->workspaceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Trigger::class, 'Google_Service_TagManager_Trigger');
[-] AccountAccess.php
[edit]
[-] ListUserPermissionsResponse.php
[edit]
[-] QuickPreviewResponse.php
[edit]
[-] ZoneBoundary.php
[edit]
[-] TeardownTag.php
[edit]
[-] MergeConflict.php
[edit]
[-] Condition.php
[edit]
[-] Container.php
[edit]
[-] Parameter.php
[edit]
[+]
..
[-] SyncWorkspaceResponse.php
[edit]
[-] Trigger.php
[edit]
[-] RevertBuiltInVariableResponse.php
[edit]
[-] FolderEntities.php
[edit]
[-] ListClientsResponse.php
[edit]
[-] RevertFolderResponse.php
[edit]
[-] GalleryReference.php
[edit]
[-] PublishContainerVersionResponse.php
[edit]
[-] ListZonesResponse.php
[edit]
[-] ListWorkspacesResponse.php
[edit]
[-] TagConsentSetting.php
[edit]
[-] VariableFormatValue.php
[edit]
[-] Account.php
[edit]
[-] ListContainerVersionsResponse.php
[edit]
[-] SyncStatus.php
[edit]
[-] Folder.php
[edit]
[-] Client.php
[edit]
[-] ListVariablesResponse.php
[edit]
[-] RevertVariableResponse.php
[edit]
[-] CreateBuiltInVariableResponse.php
[edit]
[-] CustomTemplate.php
[edit]
[-] ListTagsResponse.php
[edit]
[-] ZoneChildContainer.php
[edit]
[-] SetupTag.php
[edit]
[-] ContainerAccess.php
[edit]
[-] ListEnabledBuiltInVariablesResponse.php
[edit]
[-] ListTriggersResponse.php
[edit]
[-] BuiltInVariable.php
[edit]
[-] RevertTagResponse.php
[edit]
[+]
Resource
[-] ContainerVersion.php
[edit]
[-] RevertTriggerResponse.php
[edit]
[-] ZoneTypeRestriction.php
[edit]
[-] RevertTemplateResponse.php
[edit]
[-] RevertClientResponse.php
[edit]
[-] ListAccountsResponse.php
[edit]
[-] ListEnvironmentsResponse.php
[edit]
[-] Variable.php
[edit]
[-] Environment.php
[edit]
[-] ListContainersResponse.php
[edit]
[-] Zone.php
[edit]
[-] RevertZoneResponse.php
[edit]
[-] Workspace.php
[edit]
[-] ListFoldersResponse.php
[edit]
[-] GetWorkspaceStatusResponse.php
[edit]
[-] UserPermission.php
[edit]
[-] CreateContainerVersionRequestVersionOptions.php
[edit]
[-] ListTemplatesResponse.php
[edit]
[-] CreateContainerVersionResponse.php
[edit]
[-] Tag.php
[edit]
[-] ContainerVersionHeader.php
[edit]
[-] Entity.php
[edit]