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 Tag extends \Google\Collection { protected $collection_key = 'teardownTag'; public $accountId; public $blockingRuleId; public $blockingTriggerId; protected $consentSettingsType = TagConsentSetting::class; protected $consentSettingsDataType = ''; public $containerId; public $fingerprint; public $firingRuleId; public $firingTriggerId; public $liveOnly; protected $monitoringMetadataType = Parameter::class; protected $monitoringMetadataDataType = ''; public $monitoringMetadataTagNameKey; public $name; public $notes; protected $parameterType = Parameter::class; protected $parameterDataType = 'array'; public $parentFolderId; public $path; public $paused; protected $priorityType = Parameter::class; protected $priorityDataType = ''; public $scheduleEndMs; public $scheduleStartMs; protected $setupTagType = SetupTag::class; protected $setupTagDataType = 'array'; public $tagFiringOption; public $tagId; public $tagManagerUrl; protected $teardownTagType = TeardownTag::class; protected $teardownTagDataType = 'array'; public $type; public $workspaceId; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBlockingRuleId($blockingRuleId) { $this->blockingRuleId = $blockingRuleId; } public function getBlockingRuleId() { return $this->blockingRuleId; } public function setBlockingTriggerId($blockingTriggerId) { $this->blockingTriggerId = $blockingTriggerId; } public function getBlockingTriggerId() { return $this->blockingTriggerId; } /** * @param TagConsentSetting */ public function setConsentSettings(TagConsentSetting $consentSettings) { $this->consentSettings = $consentSettings; } /** * @return TagConsentSetting */ public function getConsentSettings() { return $this->consentSettings; } public function setContainerId($containerId) { $this->containerId = $containerId; } public function getContainerId() { return $this->containerId; } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; } public function getFingerprint() { return $this->fingerprint; } public function setFiringRuleId($firingRuleId) { $this->firingRuleId = $firingRuleId; } public function getFiringRuleId() { return $this->firingRuleId; } public function setFiringTriggerId($firingTriggerId) { $this->firingTriggerId = $firingTriggerId; } public function getFiringTriggerId() { return $this->firingTriggerId; } public function setLiveOnly($liveOnly) { $this->liveOnly = $liveOnly; } public function getLiveOnly() { return $this->liveOnly; } /** * @param Parameter */ public function setMonitoringMetadata(Parameter $monitoringMetadata) { $this->monitoringMetadata = $monitoringMetadata; } /** * @return Parameter */ public function getMonitoringMetadata() { return $this->monitoringMetadata; } public function setMonitoringMetadataTagNameKey($monitoringMetadataTagNameKey) { $this->monitoringMetadataTagNameKey = $monitoringMetadataTagNameKey; } public function getMonitoringMetadataTagNameKey() { return $this->monitoringMetadataTagNameKey; } 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; } public function setPaused($paused) { $this->paused = $paused; } public function getPaused() { return $this->paused; } /** * @param Parameter */ public function setPriority(Parameter $priority) { $this->priority = $priority; } /** * @return Parameter */ public function getPriority() { return $this->priority; } public function setScheduleEndMs($scheduleEndMs) { $this->scheduleEndMs = $scheduleEndMs; } public function getScheduleEndMs() { return $this->scheduleEndMs; } public function setScheduleStartMs($scheduleStartMs) { $this->scheduleStartMs = $scheduleStartMs; } public function getScheduleStartMs() { return $this->scheduleStartMs; } /** * @param SetupTag[] */ public function setSetupTag($setupTag) { $this->setupTag = $setupTag; } /** * @return SetupTag[] */ public function getSetupTag() { return $this->setupTag; } public function setTagFiringOption($tagFiringOption) { $this->tagFiringOption = $tagFiringOption; } public function getTagFiringOption() { return $this->tagFiringOption; } public function setTagId($tagId) { $this->tagId = $tagId; } public function getTagId() { return $this->tagId; } public function setTagManagerUrl($tagManagerUrl) { $this->tagManagerUrl = $tagManagerUrl; } public function getTagManagerUrl() { return $this->tagManagerUrl; } /** * @param TeardownTag[] */ public function setTeardownTag($teardownTag) { $this->teardownTag = $teardownTag; } /** * @return TeardownTag[] */ public function getTeardownTag() { return $this->teardownTag; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } 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(Tag::class, 'Google_Service_TagManager_Tag');
[-] 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]