From c79abcdc5c2bfe8cac205af66a695bd142b8cd8f Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 5 Aug 2020 04:21:12 -0700 Subject: [PATCH] feat(tagmanager): update the API #### tagmanager:v1 The following keys were added: - schemas.AccountAccess.properties.permission.items.enumDescriptions - schemas.Container.properties.enabledBuiltInVariable.items.enumDescriptions - schemas.Container.properties.usageContext.items.enumDescriptions - schemas.ContainerAccess.properties.permission.items.enumDescriptions The following keys were changed: - description - resources.accounts.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.environments.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.folders.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.tags.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.triggers.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.variables.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.versions.methods.get.parameters.containerVersionId.description - resources.accounts.resources.containers.resources.versions.methods.publish.parameters.fingerprint.description - resources.accounts.resources.containers.resources.versions.methods.restore.description - resources.accounts.resources.containers.resources.versions.methods.update.parameters.fingerprint.description - resources.accounts.resources.permissions.methods.delete.description - resources.accounts.resources.permissions.methods.list.description - schemas.Account.properties.fingerprint.description - schemas.Account.properties.name.description - schemas.Account.properties.shareData.description - schemas.AccountAccess.properties.permission.description - schemas.Condition.properties.parameter.description - schemas.Condition.properties.type.description - schemas.Container.properties.domainName.description - schemas.Container.properties.enabledBuiltInVariable.description - schemas.Container.properties.fingerprint.description - schemas.Container.properties.name.description - schemas.Container.properties.notes.description - schemas.Container.properties.timeZoneCountryId.description - schemas.Container.properties.timeZoneId.description - schemas.Container.properties.usageContext.description - schemas.ContainerAccess.properties.containerId.description - schemas.ContainerAccess.properties.permission.description - schemas.ContainerVersion.properties.fingerprint.description - schemas.ContainerVersion.properties.name.description - schemas.ContainerVersion.properties.notes.description - schemas.CreateContainerVersionRequestVersionOptions.properties.quickPreview.description - schemas.Environment.description - schemas.Environment.properties.description.description - schemas.Environment.properties.enableDebug.description - schemas.Environment.properties.fingerprint.description - schemas.Environment.properties.name.description - schemas.Environment.properties.type.enumDescriptions - schemas.Environment.properties.url.description - schemas.Folder.properties.fingerprint.description - schemas.Folder.properties.name.description - schemas.Macro.properties.disablingRuleId.description - schemas.Macro.properties.enablingRuleId.description - schemas.Macro.properties.fingerprint.description - schemas.Macro.properties.name.description - schemas.Macro.properties.notes.description - schemas.Macro.properties.parameter.description - schemas.Macro.properties.scheduleEndMs.description - schemas.Macro.properties.scheduleStartMs.description - schemas.Macro.properties.type.description - schemas.Parameter.properties.key.description - schemas.Parameter.properties.list.description - schemas.Parameter.properties.map.description - schemas.Parameter.properties.type.description - schemas.Parameter.properties.value.description - schemas.Rule.properties.condition.description - schemas.Rule.properties.fingerprint.description - schemas.Rule.properties.name.description - schemas.Rule.properties.notes.description - schemas.SetupTag.properties.stopOnSetupFailure.description - schemas.Tag.properties.blockingRuleId.description - schemas.Tag.properties.blockingTriggerId.description - schemas.Tag.properties.fingerprint.description - schemas.Tag.properties.firingRuleId.description - schemas.Tag.properties.firingTriggerId.description - schemas.Tag.properties.liveOnly.description - schemas.Tag.properties.name.description - schemas.Tag.properties.notes.description - schemas.Tag.properties.parameter.description - schemas.Tag.properties.paused.description - schemas.Tag.properties.priority.description - schemas.Tag.properties.scheduleEndMs.description - schemas.Tag.properties.scheduleStartMs.description - schemas.Tag.properties.tagFiringOption.enumDescriptions - schemas.Tag.properties.type.description - schemas.TeardownTag.properties.stopTeardownOnFailure.description - schemas.Trigger.properties.autoEventFilter.description - schemas.Trigger.properties.checkValidation.description - schemas.Trigger.properties.continuousTimeMinMilliseconds.description - schemas.Trigger.properties.customEventFilter.description - schemas.Trigger.properties.eventName.description - schemas.Trigger.properties.filter.description - schemas.Trigger.properties.fingerprint.description - schemas.Trigger.properties.horizontalScrollPercentageList.description - schemas.Trigger.properties.interval.description - schemas.Trigger.properties.intervalSeconds.description - schemas.Trigger.properties.limit.description - schemas.Trigger.properties.maxTimerLengthSeconds.description - schemas.Trigger.properties.name.description - schemas.Trigger.properties.parameter.description - schemas.Trigger.properties.selector.description - schemas.Trigger.properties.totalTimeMinMilliseconds.description - schemas.Trigger.properties.type.description - schemas.Trigger.properties.uniqueTriggerId.description - schemas.Trigger.properties.verticalScrollPercentageList.description - schemas.Trigger.properties.visibilitySelector.description - schemas.Trigger.properties.visiblePercentageMax.description - schemas.Trigger.properties.visiblePercentageMin.description - schemas.Trigger.properties.waitForTags.description - schemas.Trigger.properties.waitForTagsTimeout.description - schemas.UserAccess.properties.accountAccess.description - schemas.UserAccess.properties.containerAccess.description - schemas.UserAccess.properties.emailAddress.description - schemas.Variable.properties.disablingTriggerId.description - schemas.Variable.properties.enablingTriggerId.description - schemas.Variable.properties.fingerprint.description - schemas.Variable.properties.name.description - schemas.Variable.properties.notes.description - schemas.Variable.properties.parameter.description - schemas.Variable.properties.scheduleEndMs.description - schemas.Variable.properties.scheduleStartMs.description - schemas.Variable.properties.type.description #### tagmanager:v2 The following keys were added: - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.create.parameters.type.enumDescriptions - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.delete.parameters.type.enumDescriptions - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.revert.parameters.type.enumDescriptions - schemas.Container.properties.usageContext.items.enumDescriptions The following keys were changed: - description - resources.accounts.methods.get.parameters.path.description - resources.accounts.methods.update.parameters.fingerprint.description - resources.accounts.methods.update.parameters.path.description - resources.accounts.resources.containers.methods.create.parameters.parent.description - resources.accounts.resources.containers.methods.delete.parameters.path.description - resources.accounts.resources.containers.methods.get.parameters.path.description - resources.accounts.resources.containers.methods.list.parameters.parent.description - resources.accounts.resources.containers.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.environments.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.environments.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.environments.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.environments.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.environments.methods.reauthorize.parameters.path.description - resources.accounts.resources.containers.resources.environments.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.environments.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.version_headers.methods.latest.parameters.parent.description - resources.accounts.resources.containers.resources.version_headers.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.versions.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.versions.methods.get.parameters.containerVersionId.description - resources.accounts.resources.containers.resources.versions.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.versions.methods.live.parameters.parent.description - resources.accounts.resources.containers.resources.versions.methods.publish.parameters.fingerprint.description - resources.accounts.resources.containers.resources.versions.methods.publish.parameters.path.description - resources.accounts.resources.containers.resources.versions.methods.set_latest.description - resources.accounts.resources.containers.resources.versions.methods.set_latest.parameters.path.description - resources.accounts.resources.containers.resources.versions.methods.undelete.parameters.path.description - resources.accounts.resources.containers.resources.versions.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.versions.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.methods.create_version.description - resources.accounts.resources.containers.resources.workspaces.methods.create_version.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.getStatus.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.methods.quick_preview.description - resources.accounts.resources.containers.resources.workspaces.methods.quick_preview.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.resolve_conflict.description - resources.accounts.resources.containers.resources.workspaces.methods.resolve_conflict.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.methods.resolve_conflict.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.sync.description - resources.accounts.resources.containers.resources.workspaces.methods.sync.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.built_in_variables.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.entities.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.move_entities_to_folder.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.revert.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.folders.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.revert.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.tags.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.revert.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.revert.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.triggers.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.revert.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.variables.methods.update.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.create.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.delete.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.get.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.list.parameters.parent.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.revert.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.revert.parameters.path.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.update.parameters.fingerprint.description - resources.accounts.resources.containers.resources.workspaces.resources.zones.methods.update.parameters.path.description - resources.accounts.resources.user_permissions.methods.create.parameters.parent.description - resources.accounts.resources.user_permissions.methods.delete.description - resources.accounts.resources.user_permissions.methods.delete.parameters.path.description - resources.accounts.resources.user_permissions.methods.get.parameters.path.description - resources.accounts.resources.user_permissions.methods.list.description - resources.accounts.resources.user_permissions.methods.list.parameters.parent.description - resources.accounts.resources.user_permissions.methods.update.parameters.path.description - schemas.Account.properties.fingerprint.description - schemas.Account.properties.name.description - schemas.Account.properties.shareData.description - schemas.AccountAccess.properties.permission.description - schemas.BuiltInVariable.description - schemas.BuiltInVariable.properties.type.description - schemas.Client.properties.fingerprint.description - schemas.Client.properties.name.description - schemas.Client.properties.parameter.description - schemas.Client.properties.priority.description - schemas.Client.properties.type.description - schemas.Condition.properties.parameter.description - schemas.Condition.properties.type.description - schemas.Condition.properties.type.enumDescriptions - schemas.Container.description - schemas.Container.properties.domainName.description - schemas.Container.properties.fingerprint.description - schemas.Container.properties.name.description - schemas.Container.properties.notes.description - schemas.Container.properties.usageContext.description - schemas.ContainerAccess.properties.containerId.description - schemas.ContainerAccess.properties.permission.description - schemas.ContainerVersion.properties.description.description - schemas.ContainerVersion.properties.fingerprint.description - schemas.ContainerVersion.properties.name.description - schemas.CreateContainerVersionResponse.properties.newWorkspacePath.description - schemas.CreateContainerVersionResponse.properties.syncStatus.description - schemas.CustomTemplate.properties.fingerprint.description - schemas.Entity.description - schemas.Environment.description - schemas.Environment.properties.description.description - schemas.Environment.properties.enableDebug.description - schemas.Environment.properties.fingerprint.description - schemas.Environment.properties.name.description - schemas.Environment.properties.type.enumDescriptions - schemas.Environment.properties.url.description - schemas.Folder.properties.fingerprint.description - schemas.Folder.properties.name.description - schemas.Folder.properties.notes.description - schemas.GalleryReference.description - schemas.GalleryReference.properties.isModified.description - schemas.GalleryReference.properties.signature.description - schemas.GetWorkspaceStatusResponse.description - schemas.MergeConflict.properties.entityInBaseVersion.description - schemas.MergeConflict.properties.entityInWorkspace.description - schemas.Parameter.properties.key.description - schemas.Parameter.properties.list.description - schemas.Parameter.properties.map.description - schemas.Parameter.properties.type.description - schemas.Parameter.properties.value.description - schemas.QuickPreviewResponse.properties.syncStatus.description - schemas.RevertFolderResponse.properties.folder.description - schemas.RevertTagResponse.properties.tag.description - schemas.RevertTemplateResponse.properties.template.description - schemas.RevertTriggerResponse.properties.trigger.description - schemas.RevertVariableResponse.properties.variable.description - schemas.RevertZoneResponse.properties.zone.description - schemas.SetupTag.description - schemas.SetupTag.properties.stopOnSetupFailure.description - schemas.SyncWorkspaceResponse.properties.mergeConflict.description - schemas.Tag.properties.blockingRuleId.description - schemas.Tag.properties.blockingTriggerId.description - schemas.Tag.properties.fingerprint.description - schemas.Tag.properties.firingRuleId.description - schemas.Tag.properties.firingTriggerId.description - schemas.Tag.properties.liveOnly.description - schemas.Tag.properties.monitoringMetadata.description - schemas.Tag.properties.monitoringMetadataTagNameKey.description - schemas.Tag.properties.name.description - schemas.Tag.properties.notes.description - schemas.Tag.properties.parameter.description - schemas.Tag.properties.paused.description - schemas.Tag.properties.priority.description - schemas.Tag.properties.scheduleEndMs.description - schemas.Tag.properties.scheduleStartMs.description - schemas.Tag.properties.tagFiringOption.enumDescriptions - schemas.Tag.properties.type.description - schemas.TeardownTag.description - schemas.TeardownTag.properties.stopTeardownOnFailure.description - schemas.Trigger.properties.autoEventFilter.description - schemas.Trigger.properties.checkValidation.description - schemas.Trigger.properties.continuousTimeMinMilliseconds.description - schemas.Trigger.properties.customEventFilter.description - schemas.Trigger.properties.eventName.description - schemas.Trigger.properties.filter.description - schemas.Trigger.properties.fingerprint.description - schemas.Trigger.properties.horizontalScrollPercentageList.description - schemas.Trigger.properties.interval.description - schemas.Trigger.properties.intervalSeconds.description - schemas.Trigger.properties.limit.description - schemas.Trigger.properties.maxTimerLengthSeconds.description - schemas.Trigger.properties.name.description - schemas.Trigger.properties.notes.description - schemas.Trigger.properties.parameter.description - schemas.Trigger.properties.selector.description - schemas.Trigger.properties.totalTimeMinMilliseconds.description - schemas.Trigger.properties.type.description - schemas.Trigger.properties.uniqueTriggerId.description - schemas.Trigger.properties.verticalScrollPercentageList.description - schemas.Trigger.properties.visibilitySelector.description - schemas.Trigger.properties.visiblePercentageMax.description - schemas.Trigger.properties.visiblePercentageMin.description - schemas.Trigger.properties.waitForTags.description - schemas.Trigger.properties.waitForTagsTimeout.description - schemas.UserPermission.properties.accountAccess.description - schemas.UserPermission.properties.containerAccess.description - schemas.UserPermission.properties.emailAddress.description - schemas.Variable.properties.disablingTriggerId.description - schemas.Variable.properties.enablingTriggerId.description - schemas.Variable.properties.fingerprint.description - schemas.Variable.properties.name.description - schemas.Variable.properties.notes.description - schemas.Variable.properties.parameter.description - schemas.Variable.properties.scheduleEndMs.description - schemas.Variable.properties.scheduleStartMs.description - schemas.Variable.properties.type.description - schemas.VariableFormatValue.properties.caseConversionType.description - schemas.Workspace.properties.description.description - schemas.Workspace.properties.fingerprint.description - schemas.Workspace.properties.name.description - schemas.Zone.properties.fingerprint.description - schemas.ZoneBoundary.properties.customEvaluationTriggerId.description --- discovery/tagmanager-v1.json | 365 +++++++++++----- discovery/tagmanager-v2.json | 805 +++++++++++++++++++++++++---------- src/apis/tagmanager/v1.ts | 62 ++- src/apis/tagmanager/v2.ts | 385 +++++------------ 4 files changed, 962 insertions(+), 655 deletions(-) diff --git a/discovery/tagmanager-v1.json b/discovery/tagmanager-v1.json index 75663efc6c..fbd1d643b5 100644 --- a/discovery/tagmanager-v1.json +++ b/discovery/tagmanager-v1.json @@ -30,7 +30,7 @@ "baseUrl": "https://www.googleapis.com/", "batchPath": "batch/tagmanager/v1", "canonicalName": "Tag Manager", - "description": "This API allows clients to access and modify container and tag\n configuration.", + "description": "This API allows clients to access and modify container and tag configuration.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/tag-manager", "icons": { @@ -183,7 +183,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the account\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the account in storage.", "location": "query", "type": "string" } @@ -338,7 +338,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\ncontainer in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the container in storage.", "location": "query", "type": "string" } @@ -528,7 +528,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\nenvironment in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the environment in storage.", "location": "query", "type": "string" } @@ -712,7 +712,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the folder in\nstorage.", + "description": "When provided, this fingerprint must match the fingerprint of the folder in storage.", "location": "query", "type": "string" }, @@ -1052,7 +1052,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the tag in\nstorage.", + "description": "When provided, this fingerprint must match the fingerprint of the tag in storage.", "location": "query", "type": "string" }, @@ -1242,7 +1242,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the trigger\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the trigger in storage.", "location": "query", "type": "string" }, @@ -1432,7 +1432,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the variable\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the variable in storage.", "location": "query", "type": "string" }, @@ -1551,7 +1551,7 @@ "type": "string" }, "containerVersionId": { - "description": "The GTM Container Version ID. Specify published to retrieve\nthe currently published version.", + "description": "The GTM Container Version ID. Specify published to retrieve the currently published version.", "location": "path", "required": true, "type": "string" @@ -1642,7 +1642,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\ncontainer version in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the container version in storage.", "location": "query", "type": "string" } @@ -1656,7 +1656,7 @@ ] }, "restore": { - "description": "Restores a Container Version. This will overwrite the container's current\nconfiguration (including its variables, triggers and tags). The operation\nwill not have any effect on the version that is being served (i.e. the\npublished version).", + "description": "Restores a Container Version. This will overwrite the container's current configuration (including its variables, triggers and tags). The operation will not have any effect on the version that is being served (i.e. the published version).", "flatPath": "tagmanager/v1/accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore", "httpMethod": "POST", "id": "tagmanager.accounts.containers.versions.restore", @@ -1761,7 +1761,7 @@ "type": "string" }, "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\ncontainer version in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the container version in storage.", "location": "query", "type": "string" } @@ -1811,7 +1811,7 @@ ] }, "delete": { - "description": "Removes a user from the account, revoking access to it and all of its\ncontainers.", + "description": "Removes a user from the account, revoking access to it and all of its containers.", "flatPath": "tagmanager/v1/accounts/{accountId}/permissions/{permissionId}", "httpMethod": "DELETE", "id": "tagmanager.accounts.permissions.delete", @@ -1870,7 +1870,7 @@ ] }, "list": { - "description": "List all users that have access to the account along with Account and\nContainer Permissions granted to each of them.", + "description": "List all users that have access to the account along with Account and Container Permissions granted to each of them.", "flatPath": "tagmanager/v1/accounts/{accountId}/permissions", "httpMethod": "GET", "id": "tagmanager.accounts.permissions.list", @@ -1932,7 +1932,7 @@ } } }, - "revision": "20200506", + "revision": "20200803", "rootUrl": "https://www.googleapis.com/", "schemas": { "Account": { @@ -1944,15 +1944,15 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Account as computed at storage time.\nThis value is recomputed whenever the account is modified.", + "description": "The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.", "type": "string" }, "name": { - "description": "Account display name.\n@mutable tagmanager.accounts.create\n@mutable tagmanager.accounts.update", + "description": "Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update", "type": "string" }, "shareData": { - "description": "Whether the account shares data anonymously with Google and others.\n@mutable tagmanager.accounts.create\n@mutable tagmanager.accounts.update", + "description": "Whether the account shares data anonymously with Google and others. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update", "type": "boolean" } }, @@ -1968,7 +1968,7 @@ "tagmanager.accounts.permissions.create" ] }, - "description": "List of Account permissions.\nValid account permissions are read and manage.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "List of Account permissions. Valid account permissions are read and manage. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "enumDescriptions": [ "", "", @@ -1986,6 +1986,14 @@ "manage", "editWorkspace" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "" + ], "type": "string" }, "type": "array" @@ -2004,7 +2012,7 @@ "tagmanager.accounts.containers.triggers.update" ] }, - "description": "A list of named parameters (key/value), depending on the condition's type.\nNotes:\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "A list of named parameters (key/value), depending on the condition's type. Notes: - For binary operators, include parameters named arg0 and arg1 for specifying the left and right operands, respectively. - At this time, the left operand (arg0) must be a reference to a variable. - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set to true. If not specified or set to any other value, the matching will be case sensitive. - To negate an operator, include a boolean parameter named negate boolean parameter that is set to true. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "items": { "$ref": "Parameter" }, @@ -2017,7 +2025,7 @@ "tagmanager.accounts.containers.triggers.update" ] }, - "description": "The type of operator for this condition.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "The type of operator for this condition. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "enum": [ "equals", "contains", @@ -2062,14 +2070,14 @@ "type": "string" }, "domainName": { - "description": "Optional list of domain names associated with the Container.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Optional list of domain names associated with the Container. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "items": { "type": "string" }, "type": "array" }, "enabledBuiltInVariable": { - "description": "List of enabled built-in variables. Valid values include: pageUrl,\npageHostname, pagePath, referrer, event, clickElement, clickClasses,\nclickId, clickTarget, clickUrl, clickText, formElement, formClasses,\nformId, formTarget, formUrl, formText, errorMessage, errorUrl, errorLine,\nnewHistoryFragment, oldHistoryFragment, newHistoryState, oldHistoryState,\nhistorySource, containerVersion, debugMode, randomNumber,\ncontainerId.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "List of enabled built-in variables. Valid values include: pageUrl, pageHostname, pagePath, referrer, event, clickElement, clickClasses, clickId, clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget, formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment, oldHistoryFragment, newHistoryState, oldHistoryState, historySource, containerVersion, debugMode, randomNumber, containerId. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "enumDescriptions": [ "", "", @@ -2285,12 +2293,119 @@ "elementVisibilityFirstTime", "elementVisibilityRecentTime" ], + "enumDescriptions": [ + "", + "", + "", + "", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "For web or mobile.", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], "type": "string" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Container as computed at storage time. This\nvalue is recomputed whenever the account is modified.", + "description": "The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.", "type": "string" }, "name": { @@ -2299,11 +2414,11 @@ "tagmanager.accounts.containers.create" ] }, - "description": "Container display name.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Container display name. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "type": "string" }, "notes": { - "description": "Container Notes.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Container Notes. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "type": "string" }, "publicId": { @@ -2316,7 +2431,7 @@ "tagmanager.accounts.containers.create" ] }, - "description": "Container Country ID.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Container Country ID. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "type": "string" }, "timeZoneId": { @@ -2325,7 +2440,7 @@ "tagmanager.accounts.containers.create" ] }, - "description": "Container Time Zone ID.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Container Time Zone ID. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "type": "string" }, "usageContext": { @@ -2335,7 +2450,7 @@ "tagmanager.accounts.containers.update" ] }, - "description": "List of Usage Contexts for the Container. Valid values include: web,\nandroid, ios.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "List of Usage Contexts for the Container. Valid values include: web, android, ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "enumDescriptions": [ "", "", @@ -2353,6 +2468,14 @@ "iosSdk5", "amp" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "" + ], "type": "string" }, "type": "array" @@ -2365,11 +2488,11 @@ "id": "ContainerAccess", "properties": { "containerId": { - "description": "GTM Container ID.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "GTM Container ID. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "type": "string" }, "permission": { - "description": "List of Container permissions.\nValid container permissions are: read, edit, delete, publish.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "List of Container permissions. Valid container permissions are: read, edit, delete, publish. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "enumDescriptions": [ "", "", @@ -2387,6 +2510,14 @@ "manage", "editWorkspace" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "" + ], "type": "string" }, "type": "array" @@ -2419,7 +2550,7 @@ "type": "boolean" }, "fingerprint": { - "description": "The fingerprint of the GTM Container Version as computed at\nstorage time. This value is recomputed whenever the container version is\nmodified.", + "description": "The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified.", "type": "string" }, "folder": { @@ -2437,11 +2568,11 @@ "type": "array" }, "name": { - "description": "Container version display name.\n@mutable tagmanager.accounts.containers.versions.update", + "description": "Container version display name. @mutable tagmanager.accounts.containers.versions.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this container version in the\ncontainer.\n@mutable tagmanager.accounts.containers.versions.update", + "description": "User notes on how to apply this container version in the container. @mutable tagmanager.accounts.containers.versions.update", "type": "string" }, "rule": { @@ -2535,7 +2666,7 @@ "type": "string" }, "quickPreview": { - "description": "The creation of this version may be for quick preview and\nshouldn't be saved.", + "description": "The creation of this version may be for quick preview and shouldn't be saved.", "type": "boolean" } }, @@ -2557,7 +2688,7 @@ "type": "object" }, "Environment": { - "description": "Represents a Google Tag Manager Environment. Note that a user can create,\ndelete and update environments of type USER, but can only update the\nenable_debug and url fields of environments of other types.", + "description": "Represents a Google Tag Manager Environment. Note that a user can create, delete and update environments of type USER, but can only update the enable_debug and url fields of environments of other types.", "id": "Environment", "properties": { "accountId": { @@ -2581,11 +2712,11 @@ "type": "string" }, "description": { - "description": "The environment description. Can be set or changed only on USER type\nenvironments.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "The environment description. Can be set or changed only on USER type environments. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "string" }, "enableDebug": { - "description": "Whether or not to enable debug by default on for the environment.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "boolean" }, "environmentId": { @@ -2593,7 +2724,7 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM environment as computed at storage time.\nThis value is recomputed whenever the environment is modified.", + "description": "The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.", "type": "string" }, "name": { @@ -2603,7 +2734,7 @@ "tagmanager.accounts.containers.environments.update" ] }, - "description": "The environment display name. Can be set or changed only on USER type\nenvironments.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "The environment display name. Can be set or changed only on USER type environments. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "string" }, "type": { @@ -2616,14 +2747,14 @@ ], "enumDescriptions": [ "Used for user defined environments.", - "Used for Live environment, which points to the live published container\nversion.", - "Used for Latest environment, which points to the latest created container\nversion.", - "Used for Draft environment, which points to the single draft in\nthe container." + "Used for Live environment, which points to the live published container version.", + "Used for Latest environment, which points to the latest created container version.", + "Used for Draft environment, which points to the single draft in the container." ], "type": "string" }, "url": { - "description": "Default preview page url for the environment.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "string" } }, @@ -2642,7 +2773,7 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Folder as computed at storage time.\nThis value is recomputed whenever the folder is modified.", + "description": "The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified.", "type": "string" }, "folderId": { @@ -2656,7 +2787,7 @@ "tagmanager.accounts.containers.folders.update" ] }, - "description": "Folder display name.\n@mutable tagmanager.accounts.containers.folders.create\n@mutable tagmanager.accounts.containers.folders.update", + "description": "Folder display name. @mutable tagmanager.accounts.containers.folders.create @mutable tagmanager.accounts.containers.folders.update", "type": "string" } }, @@ -2836,21 +2967,21 @@ "type": "string" }, "disablingRuleId": { - "description": "For mobile containers only: A list of rule IDs for disabling conditional\nmacros; the macro is enabled if one of the enabling rules is true while all\nthe disabling rules are false. Treated as an unordered set.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "For mobile containers only: A list of rule IDs for disabling conditional macros; the macro is enabled if one of the enabling rules is true while all the disabling rules are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "items": { "type": "string" }, "type": "array" }, "enablingRuleId": { - "description": "For mobile containers only: A list of rule IDs for enabling conditional\nmacros; the macro is enabled if one of the enabling rules is true while all\nthe disabling rules are false. Treated as an unordered set.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "For mobile containers only: A list of rule IDs for enabling conditional macros; the macro is enabled if one of the enabling rules is true while all the disabling rules are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "items": { "type": "string" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Macro as computed at storage time.\nThis value is recomputed whenever the macro is modified.", + "description": "The fingerprint of the GTM Macro as computed at storage time. This value is recomputed whenever the macro is modified.", "type": "string" }, "macroId": { @@ -2858,15 +2989,15 @@ "type": "string" }, "name": { - "description": "Macro display name.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "Macro display name. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this macro in the container.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "User notes on how to apply this macro in the container. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "type": "string" }, "parameter": { - "description": "The macro's parameters.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "The macro's parameters. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "items": { "$ref": "Parameter" }, @@ -2877,17 +3008,17 @@ "type": "string" }, "scheduleEndMs": { - "description": "The end timestamp in milliseconds to schedule a macro.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "The end timestamp in milliseconds to schedule a macro. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "format": "int64", "type": "string" }, "scheduleStartMs": { - "description": "The start timestamp in milliseconds to schedule a macro.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "The start timestamp in milliseconds to schedule a macro. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "format": "int64", "type": "string" }, "type": { - "description": "GTM Macro Type.\n@mutable tagmanager.accounts.containers.macros.create\n@mutable tagmanager.accounts.containers.macros.update", + "description": "GTM Macro Type. @mutable tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.containers.macros.update", "type": "string" } }, @@ -2898,18 +3029,18 @@ "id": "Parameter", "properties": { "key": { - "description": "The named key that uniquely identifies a parameter. Required for top-level\nparameters, as well as map values. Ignored for list values.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "string" }, "list": { - "description": "This list parameter's parameters (keys will be ignored).\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "This list parameter's parameters (keys will be ignored). @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "$ref": "Parameter" }, "type": "array" }, "map": { - "description": "This map parameter's parameters (must have keys; keys must be unique).\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "This map parameter's parameters (must have keys; keys must be unique). @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "$ref": "Parameter" }, @@ -2926,7 +3057,7 @@ "tagmanager.accounts.containers.variables.update" ] }, - "description": "The parameter type. Valid values are:\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "The parameter type. Valid values are: - boolean: The value represents a boolean, represented as 'true' or 'false' - integer: The value represents a 64-bit signed integer value, in base 10 - list: A list of parameters should be specified - map: A map of parameters should be specified - template: The value represents any text; this can include variable references (even variable references that might return non-string types) - trigger_reference: The value represents a trigger, represented as the trigger id - tag_reference: The value represents a tag, represented as the tag name @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "enum": [ "template", "integer", @@ -2948,7 +3079,7 @@ "type": "string" }, "value": { - "description": "A parameter's value (may contain variable references such as\n\"{{myVariable}}\")\nas appropriate to the specified type.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "A parameter's value (may contain variable references such as \"{{myVariable}}\") as appropriate to the specified type. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "string" } }, @@ -2978,7 +3109,7 @@ "type": "string" }, "condition": { - "description": "The list of conditions that make up this rule (implicit AND between them).\n@mutable tagmanager.accounts.containers.rules.create\n@mutable tagmanager.accounts.containers.rules.update", + "description": "The list of conditions that make up this rule (implicit AND between them). @mutable tagmanager.accounts.containers.rules.create @mutable tagmanager.accounts.containers.rules.update", "items": { "$ref": "Condition" }, @@ -2989,15 +3120,15 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Rule as computed at storage time.\nThis value is recomputed whenever the rule is modified.", + "description": "The fingerprint of the GTM Rule as computed at storage time. This value is recomputed whenever the rule is modified.", "type": "string" }, "name": { - "description": "Rule display name.\n@mutable tagmanager.accounts.containers.rules.create\n@mutable tagmanager.accounts.containers.rules.update", + "description": "Rule display name. @mutable tagmanager.accounts.containers.rules.create @mutable tagmanager.accounts.containers.rules.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this rule in the container.\n@mutable tagmanager.accounts.containers.rules.create\n@mutable tagmanager.accounts.containers.rules.update", + "description": "User notes on how to apply this rule in the container. @mutable tagmanager.accounts.containers.rules.create @mutable tagmanager.accounts.containers.rules.update", "type": "string" }, "ruleId": { @@ -3011,7 +3142,7 @@ "id": "SetupTag", "properties": { "stopOnSetupFailure": { - "description": "If true, fire the main tag if and only if the setup tag fires\nsuccessfully.\nIf false, fire the main tag regardless of setup tag firing status.", + "description": "If true, fire the main tag if and only if the setup tag fires successfully. If false, fire the main tag regardless of setup tag firing status.", "type": "boolean" }, "tagName": { @@ -3030,14 +3161,14 @@ "type": "string" }, "blockingRuleId": { - "description": "Blocking rule IDs. If any of the listed rules evaluate to true, the tag\n will not fire.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "type": "string" }, "type": "array" }, "blockingTriggerId": { - "description": "Blocking trigger IDs. If any of the listed triggers evaluate to true, the\ntag\n will not fire.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "type": "string" }, @@ -3048,25 +3179,25 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Tag as computed at storage time.\nThis value is recomputed whenever the tag is modified.", + "description": "The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.", "type": "string" }, "firingRuleId": { - "description": "Firing rule IDs. A tag will fire when any of the listed rules are true and\n all of its blockingRuleIds (if any specified) are false.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "Firing rule IDs. A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "type": "string" }, "type": "array" }, "firingTriggerId": { - "description": "Firing trigger IDs. A tag will fire when any of the listed triggers are\ntrue and all of its blockingTriggerIds (if any specified) are\nfalse.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "type": "string" }, "type": "array" }, "liveOnly": { - "description": "If set to true, this tag will only fire in the live environment (e.g. not\nin preview or debug mode).\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "If set to true, this tag will only fire in the live environment (e.g. not in preview or debug mode). @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "boolean" }, "name": { @@ -3076,15 +3207,15 @@ "tagmanager.accounts.containers.tags.update" ] }, - "description": "Tag display name.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "Tag display name. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this tag in the container.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "User notes on how to apply this tag in the container. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "string" }, "parameter": { - "description": "The tag's parameters.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "The tag's parameters. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "items": { "$ref": "Parameter" }, @@ -3095,20 +3226,20 @@ "type": "string" }, "paused": { - "description": "True if the tag is paused.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "True if the tag is paused. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "boolean" }, "priority": { "$ref": "Parameter", - "description": "User defined numeric priority of the tag. Tags are fired asynchronously in\norder of priority. Tags with higher numeric value fire first. A tag's\npriority can be a positive or negative value. The default value is 0.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update" + "description": "User defined numeric priority of the tag. Tags are fired asynchronously in order of priority. Tags with higher numeric value fire first. A tag's priority can be a positive or negative value. The default value is 0. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update" }, "scheduleEndMs": { - "description": "The end timestamp in milliseconds to schedule a tag.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "The end timestamp in milliseconds to schedule a tag. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "format": "int64", "type": "string" }, "scheduleStartMs": { - "description": "The start timestamp in milliseconds to schedule a tag.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "The start timestamp in milliseconds to schedule a tag. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "format": "int64", "type": "string" }, @@ -3128,7 +3259,7 @@ ], "enumDescriptions": [ "Tag can be fired multiple times per event.", - "Tag can only be fired per event but can be fired multiple times per load\n(e.g., app load or page load).", + "Tag can only be fired per event but can be fired multiple times per load (e.g., app load or page load).", "Tag can only be fired per load (e.g., app load or page load)." ], "type": "string" @@ -3150,7 +3281,7 @@ "tagmanager.accounts.containers.tags.create" ] }, - "description": "GTM Tag Type.\n@mutable tagmanager.accounts.containers.tags.create\n@mutable tagmanager.accounts.containers.tags.update", + "description": "GTM Tag Type. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update", "type": "string" } }, @@ -3160,7 +3291,7 @@ "id": "TeardownTag", "properties": { "stopTeardownOnFailure": { - "description": "If true, fire the teardown tag if and only if the main tag fires\nsuccessfully.\nIf false, fire the teardown tag regardless of main tag firing status.", + "description": "If true, fire the teardown tag if and only if the main tag fires successfully. If false, fire the teardown tag regardless of main tag firing status.", "type": "boolean" }, "tagName": { @@ -3179,7 +3310,7 @@ "type": "string" }, "autoEventFilter": { - "description": "Used in the case of auto event tracking.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "Used in the case of auto event tracking. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "items": { "$ref": "Condition" }, @@ -3187,7 +3318,7 @@ }, "checkValidation": { "$ref": "Parameter", - "description": "Whether or not we should only fire tags if the form submit or link click\nevent is not cancelled by some other event handler (e.g. because of\nvalidation). Only valid for Form Submission and Link Click triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Whether or not we should only fire tags if the form submit or link click event is not cancelled by some other event handler (e.g. because of validation). Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "containerId": { "description": "GTM Container ID.", @@ -3195,10 +3326,10 @@ }, "continuousTimeMinMilliseconds": { "$ref": "Parameter", - "description": "A visibility trigger minimum continuous visible time (in milliseconds).\nOnly valid for AMP Visibility trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "A visibility trigger minimum continuous visible time (in milliseconds). Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "customEventFilter": { - "description": "Used in the case of custom event, which is fired iff all Conditions are\ntrue.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "Used in the case of custom event, which is fired iff all Conditions are true. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "items": { "$ref": "Condition" }, @@ -3206,38 +3337,38 @@ }, "eventName": { "$ref": "Parameter", - "description": "Name of the GTM event that is fired. Only valid for Timer triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Name of the GTM event that is fired. Only valid for Timer triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "filter": { - "description": "The trigger will only fire iff all Conditions are true.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "The trigger will only fire iff all Conditions are true. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "items": { "$ref": "Condition" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Trigger as computed at storage time.\nThis value is recomputed whenever the trigger is modified.", + "description": "The fingerprint of the GTM Trigger as computed at storage time. This value is recomputed whenever the trigger is modified.", "type": "string" }, "horizontalScrollPercentageList": { "$ref": "Parameter", - "description": "List of integer percentage values for scroll triggers. The trigger will\nfire when each percentage is reached when the view is scrolled\nhorizontally. Only valid for AMP scroll triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "List of integer percentage values for scroll triggers. The trigger will fire when each percentage is reached when the view is scrolled horizontally. Only valid for AMP scroll triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "interval": { "$ref": "Parameter", - "description": "Time between triggering recurring Timer Events (in milliseconds). Only\nvalid for Timer triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Time between triggering recurring Timer Events (in milliseconds). Only valid for Timer triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "intervalSeconds": { "$ref": "Parameter", - "description": "Time between Timer Events to fire (in seconds). Only valid for AMP Timer\ntrigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Time between Timer Events to fire (in seconds). Only valid for AMP Timer trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "limit": { "$ref": "Parameter", - "description": "Limit of the number of GTM events this Timer Trigger will fire. If no limit\nis set, we will continue to fire GTM events until the user leaves the page.\nOnly valid for Timer triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Limit of the number of GTM events this Timer Trigger will fire. If no limit is set, we will continue to fire GTM events until the user leaves the page. Only valid for Timer triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "maxTimerLengthSeconds": { "$ref": "Parameter", - "description": "Max time to fire Timer Events (in seconds). Only valid for AMP Timer\ntrigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Max time to fire Timer Events (in seconds). Only valid for AMP Timer trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "name": { "annotations": { @@ -3246,11 +3377,11 @@ "tagmanager.accounts.containers.triggers.update" ] }, - "description": "Trigger display name.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "Trigger display name. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "type": "string" }, "parameter": { - "description": "Additional parameters.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "Additional parameters. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "items": { "$ref": "Parameter" }, @@ -3262,11 +3393,11 @@ }, "selector": { "$ref": "Parameter", - "description": "A click trigger CSS selector (i.e. \"a\", \"button\" etc.). Only valid for AMP\nClick trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "A click trigger CSS selector (i.e. \"a\", \"button\" etc.). Only valid for AMP Click trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "totalTimeMinMilliseconds": { "$ref": "Parameter", - "description": "A visibility trigger minimum total visible time (in milliseconds).\nOnly valid for AMP Visibility trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "A visibility trigger minimum total visible time (in milliseconds). Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "triggerId": { "description": "The Trigger ID uniquely identifies the GTM Trigger.", @@ -3278,7 +3409,7 @@ "tagmanager.accounts.containers.triggers.create" ] }, - "description": "Defines the data layer event that causes this trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update", + "description": "Defines the data layer event that causes this trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update", "enum": [ "pageview", "domReady", @@ -3325,31 +3456,31 @@ }, "uniqueTriggerId": { "$ref": "Parameter", - "description": "Globally unique id of the trigger that auto-generates this (a Form Submit,\nLink Click or Timer listener) if any. Used to make incompatible auto-events\nwork together with trigger filtering based on trigger ids. This value is\npopulated during output generation since the tags implied by triggers don't\nexist until then. Only valid for Form Submit, Link Click and Timer\ntriggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Globally unique id of the trigger that auto-generates this (a Form Submit, Link Click or Timer listener) if any. Used to make incompatible auto-events work together with trigger filtering based on trigger ids. This value is populated during output generation since the tags implied by triggers don't exist until then. Only valid for Form Submit, Link Click and Timer triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "verticalScrollPercentageList": { "$ref": "Parameter", - "description": "List of integer percentage values for scroll triggers. The trigger will\nfire when each percentage is reached when the view is scrolled vertically.\nOnly valid for AMP scroll triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "List of integer percentage values for scroll triggers. The trigger will fire when each percentage is reached when the view is scrolled vertically. Only valid for AMP scroll triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "visibilitySelector": { "$ref": "Parameter", - "description": "A visibility trigger CSS selector (i.e. \"#id\"). Only valid for AMP\nVisibility trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "A visibility trigger CSS selector (i.e. \"#id\"). Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "visiblePercentageMax": { "$ref": "Parameter", - "description": "A visibility trigger maximum percent visibility. Only valid for AMP\nVisibility trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "A visibility trigger maximum percent visibility. Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "visiblePercentageMin": { "$ref": "Parameter", - "description": "A visibility trigger minimum percent visibility. Only valid for AMP\nVisibility trigger.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "A visibility trigger minimum percent visibility. Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "waitForTags": { "$ref": "Parameter", - "description": "Whether or not we should delay the form submissions or link opening\nuntil all of the tags have fired (by preventing the default\naction and later simulating the default action). Only valid for\nForm Submission and Link Click triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "Whether or not we should delay the form submissions or link opening until all of the tags have fired (by preventing the default action and later simulating the default action). Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" }, "waitForTagsTimeout": { "$ref": "Parameter", - "description": "How long to wait (in milliseconds) for tags to fire when 'waits_for_tags'\nabove evaluates to true. Only valid for Form Submission and\nLink Click triggers.\n@mutable tagmanager.accounts.containers.triggers.create\n@mutable tagmanager.accounts.containers.triggers.update" + "description": "How long to wait (in milliseconds) for tags to fire when 'waits_for_tags' above evaluates to true. Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update" } }, "type": "object" @@ -3365,14 +3496,14 @@ "tagmanager.accounts.permissions.create" ] }, - "description": "GTM Account access permissions.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update" + "description": "GTM Account access permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update" }, "accountId": { "description": "GTM Account ID.", "type": "string" }, "containerAccess": { - "description": "GTM Container access permissions.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "GTM Container access permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "items": { "$ref": "ContainerAccess" }, @@ -3384,7 +3515,7 @@ "tagmanager.accounts.permissions.create" ] }, - "description": "User's email address.\n@mutable tagmanager.accounts.permissions.create", + "description": "User's email address. @mutable tagmanager.accounts.permissions.create", "type": "string" }, "permissionId": { @@ -3407,21 +3538,21 @@ "type": "string" }, "disablingTriggerId": { - "description": "For mobile containers only: A list of trigger IDs for disabling conditional\nvariables; the variable is enabled if one of the enabling trigger is true\nwhile all the disabling trigger are false. Treated as an unordered set.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "For mobile containers only: A list of trigger IDs for disabling conditional variables; the variable is enabled if one of the enabling trigger is true while all the disabling trigger are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "items": { "type": "string" }, "type": "array" }, "enablingTriggerId": { - "description": "For mobile containers only: A list of trigger IDs for enabling conditional\nvariables; the variable is enabled if one of the enabling triggers is true\nwhile all the disabling triggers are false. Treated as an unordered set.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "For mobile containers only: A list of trigger IDs for enabling conditional variables; the variable is enabled if one of the enabling triggers is true while all the disabling triggers are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "items": { "type": "string" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Variable as computed at storage time.\nThis value is recomputed whenever the variable is modified.", + "description": "The fingerprint of the GTM Variable as computed at storage time. This value is recomputed whenever the variable is modified.", "type": "string" }, "name": { @@ -3431,15 +3562,15 @@ "tagmanager.accounts.containers.variables.update" ] }, - "description": "Variable display name.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "Variable display name. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this variable in the container.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "User notes on how to apply this variable in the container. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "type": "string" }, "parameter": { - "description": "The variable's parameters.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "The variable's parameters. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "items": { "$ref": "Parameter" }, @@ -3450,12 +3581,12 @@ "type": "string" }, "scheduleEndMs": { - "description": "The end timestamp in milliseconds to schedule a variable.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "The end timestamp in milliseconds to schedule a variable. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "format": "int64", "type": "string" }, "scheduleStartMs": { - "description": "The start timestamp in milliseconds to schedule a variable.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "The start timestamp in milliseconds to schedule a variable. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "format": "int64", "type": "string" }, @@ -3466,7 +3597,7 @@ "tagmanager.accounts.containers.variables.update" ] }, - "description": "GTM Variable Type.\n@mutable tagmanager.accounts.containers.variables.create\n@mutable tagmanager.accounts.containers.variables.update", + "description": "GTM Variable Type. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update", "type": "string" }, "variableId": { diff --git a/discovery/tagmanager-v2.json b/discovery/tagmanager-v2.json index cd2f2fb9c8..c0c2443824 100644 --- a/discovery/tagmanager-v2.json +++ b/discovery/tagmanager-v2.json @@ -30,7 +30,7 @@ "baseUrl": "https://www.googleapis.com/", "batchPath": "batch/tagmanager/v2", "canonicalName": "Tag Manager", - "description": "This API allows clients to access and modify container and tag\n configuration.", + "description": "This API allows clients to access and modify container and tag configuration.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/tag-manager", "icons": { @@ -134,7 +134,7 @@ ], "parameters": { "path": { - "description": "GTM Accounts's API relative path.\nExample: accounts/{account_id}", + "description": "GTM Accounts's API relative path. Example: accounts/{account_id}", "location": "path", "pattern": "^accounts/[^/]+$", "required": true, @@ -184,12 +184,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the account\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the account in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Accounts's API relative path.\nExample: accounts/{account_id}", + "description": "GTM Accounts's API relative path. Example: accounts/{account_id}", "location": "path", "pattern": "^accounts/[^/]+$", "required": true, @@ -221,7 +221,7 @@ ], "parameters": { "parent": { - "description": "GTM Account's API relative path.\nExample: accounts/{account_id}.", + "description": "GTM Account's API relative path. Example: accounts/{account_id}.", "location": "path", "pattern": "^accounts/[^/]+$", "required": true, @@ -249,7 +249,7 @@ ], "parameters": { "path": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -271,7 +271,7 @@ ], "parameters": { "path": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -302,7 +302,7 @@ "type": "string" }, "parent": { - "description": "GTM Accounts's API relative path.\nExample: accounts/{account_id}.", + "description": "GTM Accounts's API relative path. Example: accounts/{account_id}.", "location": "path", "pattern": "^accounts/[^/]+$", "required": true, @@ -328,12 +328,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\ncontainer in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the container in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -365,7 +365,7 @@ ], "parameters": { "parent": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -393,7 +393,7 @@ ], "parameters": { "path": { - "description": "GTM Environment's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/environments/{environment_id}", + "description": "GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/environments/[^/]+$", "required": true, @@ -415,7 +415,7 @@ ], "parameters": { "path": { - "description": "GTM Environment's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/environments/{environment_id}", + "description": "GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/environments/[^/]+$", "required": true, @@ -446,7 +446,7 @@ "type": "string" }, "parent": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -472,7 +472,7 @@ ], "parameters": { "path": { - "description": "GTM Environment's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/environments/{environment_id}", + "description": "GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/environments/[^/]+$", "required": true, @@ -500,12 +500,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\nenvironment in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the environment in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Environment's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/environments/{environment_id}", + "description": "GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/environments/[^/]+$", "required": true, @@ -537,7 +537,7 @@ ], "parameters": { "parent": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -573,7 +573,7 @@ "type": "string" }, "parent": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -604,7 +604,7 @@ ], "parameters": { "path": { - "description": "GTM ContainerVersion's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/versions/{version_id}", + "description": "GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/versions/[^/]+$", "required": true, @@ -626,12 +626,12 @@ ], "parameters": { "containerVersionId": { - "description": "The GTM ContainerVersion ID. Specify published to retrieve\nthe currently published version.", + "description": "The GTM ContainerVersion ID. Specify published to retrieve the currently published version.", "location": "query", "type": "string" }, "path": { - "description": "GTM ContainerVersion's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/versions/{version_id}", + "description": "GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/versions/[^/]+$", "required": true, @@ -658,7 +658,7 @@ ], "parameters": { "parent": { - "description": "GTM Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -684,12 +684,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\ncontainer version in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the container version in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM ContainerVersion's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/versions/{version_id}", + "description": "GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/versions/[^/]+$", "required": true, @@ -705,7 +705,7 @@ ] }, "set_latest": { - "description": "Sets the latest version used for synchronization of workspaces when\ndetecting conflicts and errors.", + "description": "Sets the latest version used for synchronization of workspaces when detecting conflicts and errors.", "flatPath": "tagmanager/v2/accounts/{accountsId}/containers/{containersId}/versions/{versionsId}:set_latest", "httpMethod": "POST", "id": "tagmanager.accounts.containers.versions.set_latest", @@ -714,7 +714,7 @@ ], "parameters": { "path": { - "description": "GTM ContainerVersion's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/versions/{version_id}", + "description": "GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/versions/[^/]+$", "required": true, @@ -739,7 +739,7 @@ ], "parameters": { "path": { - "description": "GTM ContainerVersion's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/versions/{version_id}", + "description": "GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/versions/[^/]+$", "required": true, @@ -764,12 +764,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\ncontainer version in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the container version in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM ContainerVersion's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/versions/{version_id}", + "description": "GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/versions/[^/]+$", "required": true, @@ -801,7 +801,7 @@ ], "parameters": { "parent": { - "description": "GTM parent Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -820,7 +820,7 @@ ] }, "create_version": { - "description": "Creates a Container Version from the entities present in the workspace,\ndeletes the workspace, and sets the base container version to the newly\ncreated version.", + "description": "Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version.", "flatPath": "tagmanager/v2/accounts/{accountsId}/containers/{containersId}/workspaces/{workspacesId}:create_version", "httpMethod": "POST", "id": "tagmanager.accounts.containers.workspaces.create_version", @@ -829,7 +829,7 @@ ], "parameters": { "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -857,7 +857,7 @@ ], "parameters": { "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -879,7 +879,7 @@ ], "parameters": { "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -905,7 +905,7 @@ ], "parameters": { "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -936,7 +936,7 @@ "type": "string" }, "parent": { - "description": "GTM parent Container's API relative path.\nExample: accounts/{account_id}/containers/{container_id}", + "description": "GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+$", "required": true, @@ -953,7 +953,7 @@ ] }, "quick_preview": { - "description": "Quick previews a workspace by creating a fake container version from all\nentities in the provided workspace.", + "description": "Quick previews a workspace by creating a fake container version from all entities in the provided workspace.", "flatPath": "tagmanager/v2/accounts/{accountsId}/containers/{containersId}/workspaces/{workspacesId}:quick_preview", "httpMethod": "POST", "id": "tagmanager.accounts.containers.workspaces.quick_preview", @@ -962,7 +962,7 @@ ], "parameters": { "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -978,7 +978,7 @@ ] }, "resolve_conflict": { - "description": "Resolves a merge conflict for a workspace entity by updating it to the\nresolved entity passed in the request.", + "description": "Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request.", "flatPath": "tagmanager/v2/accounts/{accountsId}/containers/{containersId}/workspaces/{workspacesId}:resolve_conflict", "httpMethod": "POST", "id": "tagmanager.accounts.containers.workspaces.resolve_conflict", @@ -987,12 +987,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\nentity_in_workspace in the merge conflict.", + "description": "When provided, this fingerprint must match the fingerprint of the entity_in_workspace in the merge conflict.", "location": "query", "type": "string" }, "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1008,7 +1008,7 @@ ] }, "sync": { - "description": "Syncs a workspace to the latest container version by updating all\nunmodified workspace entities and displaying conflicts for modified\nentities.", + "description": "Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities.", "flatPath": "tagmanager/v2/accounts/{accountsId}/containers/{containersId}/workspaces/{workspacesId}:sync", "httpMethod": "POST", "id": "tagmanager.accounts.containers.workspaces.sync", @@ -1017,7 +1017,7 @@ ], "parameters": { "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1042,12 +1042,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the\nworkspace in storage.", + "description": "When provided, this fingerprint must match the fingerprint of the workspace in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1079,7 +1079,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1199,6 +1199,118 @@ "clientName", "queryString" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "For web or mobile.", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], "location": "query", "repeated": true, "type": "string" @@ -1222,7 +1334,7 @@ ], "parameters": { "path": { - "description": "GTM BuiltInVariable's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables", + "description": "GTM BuiltInVariable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/built_in_variables$", "required": true, @@ -1342,6 +1454,118 @@ "clientName", "queryString" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "For web or mobile.", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], "location": "query", "repeated": true, "type": "string" @@ -1367,7 +1591,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1393,7 +1617,7 @@ ], "parameters": { "path": { - "description": "GTM BuiltInVariable's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables", + "description": "GTM BuiltInVariable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1513,6 +1737,118 @@ "clientName", "queryString" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "For web or mobile.", + "", + "For web or mobile.", + "For web or mobile.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], "location": "query", "type": "string" } @@ -1539,7 +1875,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1567,7 +1903,7 @@ ], "parameters": { "path": { - "description": "GTM Folder's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", + "description": "GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/folders/[^/]+$", "required": true, @@ -1594,7 +1930,7 @@ "type": "string" }, "path": { - "description": "GTM Folder's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", + "description": "GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/folders/[^/]+$", "required": true, @@ -1620,7 +1956,7 @@ ], "parameters": { "path": { - "description": "GTM Folder's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", + "description": "GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/folders/[^/]+$", "required": true, @@ -1651,7 +1987,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1677,7 +2013,7 @@ ], "parameters": { "path": { - "description": "GTM Folder's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", + "description": "GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/folders/[^/]+$", "required": true, @@ -1720,12 +2056,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the tag\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the tag in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Folder's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", + "description": "GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/folders/[^/]+$", "required": true, @@ -1750,12 +2086,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the folder in\nstorage.", + "description": "When provided, this fingerprint must match the fingerprint of the folder in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Folder's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", + "description": "GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/folders/[^/]+$", "required": true, @@ -1787,7 +2123,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1815,7 +2151,7 @@ ], "parameters": { "path": { - "description": "GTM Tag's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", + "description": "GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/tags/[^/]+$", "required": true, @@ -1837,7 +2173,7 @@ ], "parameters": { "path": { - "description": "GTM Tag's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", + "description": "GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/tags/[^/]+$", "required": true, @@ -1868,7 +2204,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1894,12 +2230,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of thetag\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of thetag in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Tag's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", + "description": "GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/tags/[^/]+$", "required": true, @@ -1924,12 +2260,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the tag in\nstorage.", + "description": "When provided, this fingerprint must match the fingerprint of the tag in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Tag's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", + "description": "GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/tags/[^/]+$", "required": true, @@ -1961,7 +2297,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -1989,7 +2325,7 @@ ], "parameters": { "path": { - "description": "GTM Custom Template's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", + "description": "GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/templates/[^/]+$", "required": true, @@ -2011,7 +2347,7 @@ ], "parameters": { "path": { - "description": "GTM Custom Template's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", + "description": "GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/templates/[^/]+$", "required": true, @@ -2042,7 +2378,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2068,12 +2404,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the template\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the template in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Custom Template's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", + "description": "GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/templates/[^/]+$", "required": true, @@ -2098,12 +2434,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the templates\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the templates in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Custom Template's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", + "description": "GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/templates/[^/]+$", "required": true, @@ -2135,7 +2471,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspaces's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspaces's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2163,7 +2499,7 @@ ], "parameters": { "path": { - "description": "GTM Trigger's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", + "description": "GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/triggers/[^/]+$", "required": true, @@ -2185,7 +2521,7 @@ ], "parameters": { "path": { - "description": "GTM Trigger's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", + "description": "GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/triggers/[^/]+$", "required": true, @@ -2216,7 +2552,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspaces's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspaces's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2242,12 +2578,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the trigger\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the trigger in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Trigger's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", + "description": "GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/triggers/[^/]+$", "required": true, @@ -2272,12 +2608,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the trigger\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the trigger in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Trigger's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", + "description": "GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/triggers/[^/]+$", "required": true, @@ -2309,7 +2645,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2337,7 +2673,7 @@ ], "parameters": { "path": { - "description": "GTM Variable's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", + "description": "GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/variables/[^/]+$", "required": true, @@ -2359,7 +2695,7 @@ ], "parameters": { "path": { - "description": "GTM Variable's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", + "description": "GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/variables/[^/]+$", "required": true, @@ -2390,7 +2726,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2416,12 +2752,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the variable\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the variable in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Variable's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", + "description": "GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/variables/[^/]+$", "required": true, @@ -2446,12 +2782,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the variable\nin storage.", + "description": "When provided, this fingerprint must match the fingerprint of the variable in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Variable's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", + "description": "GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/variables/[^/]+$", "required": true, @@ -2483,7 +2819,7 @@ ], "parameters": { "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2511,7 +2847,7 @@ ], "parameters": { "path": { - "description": "GTM Zone's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", + "description": "GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/zones/[^/]+$", "required": true, @@ -2533,7 +2869,7 @@ ], "parameters": { "path": { - "description": "GTM Zone's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", + "description": "GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/zones/[^/]+$", "required": true, @@ -2564,7 +2900,7 @@ "type": "string" }, "parent": { - "description": "GTM Workspace's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", + "description": "GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$", "required": true, @@ -2590,12 +2926,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the zone in\nstorage.", + "description": "When provided, this fingerprint must match the fingerprint of the zone in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Zone's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", + "description": "GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/zones/[^/]+$", "required": true, @@ -2620,12 +2956,12 @@ ], "parameters": { "fingerprint": { - "description": "When provided, this fingerprint must match the fingerprint of the zone in\nstorage.", + "description": "When provided, this fingerprint must match the fingerprint of the zone in storage.", "location": "query", "type": "string" }, "path": { - "description": "GTM Zone's API relative path.\nExample:\naccounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", + "description": "GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id}", "location": "path", "pattern": "^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+/zones/[^/]+$", "required": true, @@ -2661,7 +2997,7 @@ ], "parameters": { "parent": { - "description": "GTM Account's API relative path.\nExample: accounts/{account_id}", + "description": "GTM Account's API relative path. Example: accounts/{account_id}", "location": "path", "pattern": "^accounts/[^/]+$", "required": true, @@ -2680,7 +3016,7 @@ ] }, "delete": { - "description": "Removes a user from the account, revoking access to it and all of its\ncontainers.", + "description": "Removes a user from the account, revoking access to it and all of its containers.", "flatPath": "tagmanager/v2/accounts/{accountsId}/user_permissions/{user_permissionsId}", "httpMethod": "DELETE", "id": "tagmanager.accounts.user_permissions.delete", @@ -2689,7 +3025,7 @@ ], "parameters": { "path": { - "description": "GTM UserPermission's API relative path.\nExample: accounts/{account_id}/user_permissions/{user_permission_id}", + "description": "GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id}", "location": "path", "pattern": "^accounts/[^/]+/user_permissions/[^/]+$", "required": true, @@ -2711,7 +3047,7 @@ ], "parameters": { "path": { - "description": "GTM UserPermission's API relative path.\nExample: accounts/{account_id}/user_permissions/{user_permission_id}", + "description": "GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id}", "location": "path", "pattern": "^accounts/[^/]+/user_permissions/[^/]+$", "required": true, @@ -2727,7 +3063,7 @@ ] }, "list": { - "description": "List all users that have access to the account along with Account and\nContainer user access granted to each of them.", + "description": "List all users that have access to the account along with Account and Container user access granted to each of them.", "flatPath": "tagmanager/v2/accounts/{accountsId}/user_permissions", "httpMethod": "GET", "id": "tagmanager.accounts.user_permissions.list", @@ -2741,7 +3077,7 @@ "type": "string" }, "parent": { - "description": "GTM Accounts's API relative path.\nExample: accounts/{account_id}", + "description": "GTM Accounts's API relative path. Example: accounts/{account_id}", "location": "path", "pattern": "^accounts/[^/]+$", "required": true, @@ -2766,7 +3102,7 @@ ], "parameters": { "path": { - "description": "GTM UserPermission's API relative path.\nExample: accounts/{account_id}/user_permissions/{user_permission_id}", + "description": "GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id}", "location": "path", "pattern": "^accounts/[^/]+/user_permissions/[^/]+$", "required": true, @@ -2789,7 +3125,7 @@ } } }, - "revision": "20200728", + "revision": "20200803", "rootUrl": "https://www.googleapis.com/", "schemas": { "Account": { @@ -2801,11 +3137,11 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Account as computed at storage time.\nThis value is recomputed whenever the account is modified.", + "description": "The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.", "type": "string" }, "name": { - "description": "Account display name.\n@mutable tagmanager.accounts.create\n@mutable tagmanager.accounts.update", + "description": "Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update", "type": "string" }, "path": { @@ -2813,7 +3149,7 @@ "type": "string" }, "shareData": { - "description": "Whether the account shares data anonymously with Google and others.\nThis flag enables benchmarking by sharing your data in an anonymous form.\nGoogle will remove all identifiable information about your website, combine\nthe data with hundreds of other anonymous sites and report aggregate trends\nin the benchmarking service.\n@mutable tagmanager.accounts.create\n@mutable tagmanager.accounts.update", + "description": "Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update", "type": "boolean" }, "tagManagerUrl": { @@ -2828,7 +3164,7 @@ "id": "AccountAccess", "properties": { "permission": { - "description": "Whether the user has no access, user access, or admin access to an account.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "Whether the user has no access, user access, or admin access to an account. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "enum": [ "accountPermissionUnspecified", "noAccess", @@ -2847,7 +3183,7 @@ "type": "object" }, "BuiltInVariable": { - "description": "Built-in variables are a special category of variables that are pre-created\nand non-customizable. They provide common functionality like accessing\npropeties of the gtm data layer, monitoring clicks, or accessing elements\nof a page URL.", + "description": "Built-in variables are a special category of variables that are pre-created and non-customizable. They provide common functionality like accessing propeties of the gtm data layer, monitoring clicks, or accessing elements of a page URL.", "id": "BuiltInVariable", "properties": { "accountId": { @@ -2867,7 +3203,7 @@ "type": "string" }, "type": { - "description": "Type of built-in variable.\n@required.tagmanager.accounts.containers.workspaces.built_in_variable.update\n@mutable tagmanager.accounts.containers.workspaces.built_in_variable.update", + "description": "Type of built-in variable. @required.tagmanager.accounts.containers.workspaces.built_in_variable.update @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update", "enum": [ "builtInVariableTypeUnspecified", "pageUrl", @@ -3117,15 +3453,15 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Client as computed at storage time.\nThis value is recomputed whenever the client is modified.", + "description": "The fingerprint of the GTM Client as computed at storage time. This value is recomputed whenever the client is modified.", "type": "string" }, "name": { - "description": "Client display name.\n@mutable tagmanager.accounts.containers.workspaces.clients.create\n@mutable tagmanager.accounts.containers.workspaces.clients.update", + "description": "Client display name. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update", "type": "string" }, "parameter": { - "description": "The client's parameters.\n@mutable tagmanager.accounts.containers.workspaces.clients.create\n@mutable tagmanager.accounts.containers.workspaces.clients.update", + "description": "The client's parameters. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update", "items": { "$ref": "Parameter" }, @@ -3140,7 +3476,7 @@ "type": "string" }, "priority": { - "description": "Priority determines relative firing order.\n@mutable tagmanager.accounts.containers.workspaces.clients.create\n@mutable tagmanager.accounts.containers.workspaces.clients.update", + "description": "Priority determines relative firing order. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update", "format": "int32", "type": "integer" }, @@ -3149,7 +3485,7 @@ "type": "string" }, "type": { - "description": "Client type.\n@mutable tagmanager.accounts.containers.workspaces.clients.create\n@mutable tagmanager.accounts.containers.workspaces.clients.update", + "description": "Client type. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update", "type": "string" }, "workspaceId": { @@ -3170,7 +3506,7 @@ "tagmanager.accounts.containers.workspaces.triggers.update" ] }, - "description": "A list of named parameters (key/value), depending on the condition's type.\nNotes:\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "A list of named parameters (key/value), depending on the condition's type. Notes: - For binary operators, include parameters named arg0 and arg1 for specifying the left and right operands, respectively. - At this time, the left operand (arg0) must be a reference to a variable. - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set to true. If not specified or set to any other value, the matching will be case sensitive. - To negate an operator, include a boolean parameter named negate boolean parameter that is set to true. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "items": { "$ref": "Parameter" }, @@ -3183,7 +3519,7 @@ "tagmanager.accounts.containers.workspaces.triggers.update" ] }, - "description": "The type of operator for this condition.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "The type of operator for this condition. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "enum": [ "conditionTypeUnspecified", "equals", @@ -3210,7 +3546,7 @@ "", "", "", - "NOTE(lanzone): When defining a ConditionType here, don't forget to also\ndefine a matching PredicateType (in condition.proto)." + "NOTE(lanzone): When defining a ConditionType here, don't forget to also define a matching PredicateType (in condition.proto)." ], "type": "string" } @@ -3218,7 +3554,7 @@ "type": "object" }, "Container": { - "description": "Represents a Google Tag Manager Container, which specifies the platform tags\nwill run on, manages workspaces, and retains container versions.", + "description": "Represents a Google Tag Manager Container, which specifies the platform tags will run on, manages workspaces, and retains container versions.", "id": "Container", "properties": { "accountId": { @@ -3230,14 +3566,14 @@ "type": "string" }, "domainName": { - "description": "List of domain names associated with the Container.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "List of domain names associated with the Container. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "items": { "type": "string" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Container as computed at storage time. This\nvalue is recomputed whenever the account is modified.", + "description": "The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.", "type": "string" }, "name": { @@ -3246,11 +3582,11 @@ "tagmanager.accounts.containers.create" ] }, - "description": "Container display name.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Container display name. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "type": "string" }, "notes": { - "description": "Container Notes.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "Container Notes. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "type": "string" }, "path": { @@ -3272,7 +3608,7 @@ "tagmanager.accounts.containers.update" ] }, - "description": "List of Usage Contexts for the Container. Valid values include: web,\nandroid, or ios.\n@mutable tagmanager.accounts.containers.create\n@mutable tagmanager.accounts.containers.update", + "description": "List of Usage Contexts for the Container. Valid values include: web, android, or ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update", "enumDescriptions": [ "", "", @@ -3292,6 +3628,15 @@ "iosSdk5", "amp" ], + "enumDescriptions": [ + "", + "", + "", + "", + "", + "", + "" + ], "type": "string" }, "type": "array" @@ -3304,11 +3649,11 @@ "id": "ContainerAccess", "properties": { "containerId": { - "description": "GTM Container ID.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "GTM Container ID. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "type": "string" }, "permission": { - "description": "List of Container permissions.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "List of Container permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "enum": [ "containerPermissionUnspecified", "noAccess", @@ -3376,11 +3721,11 @@ "type": "boolean" }, "description": { - "description": "Container version description.\n@mutable tagmanager.accounts.containers.versions.update", + "description": "Container version description. @mutable tagmanager.accounts.containers.versions.update", "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Container Version as computed at\nstorage time. This value is recomputed whenever the container version is\nmodified.", + "description": "The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified.", "type": "string" }, "folder": { @@ -3391,7 +3736,7 @@ "type": "array" }, "name": { - "description": "Container version display name.\n@mutable tagmanager.accounts.containers.versions.update", + "description": "Container version display name. @mutable tagmanager.accounts.containers.versions.update", "type": "string" }, "path": { @@ -3533,12 +3878,12 @@ "description": "The container version created." }, "newWorkspacePath": { - "description": "Auto generated workspace path created as a result of version creation. This\nfield should only be populated if the created version was not a quick\npreview.", + "description": "Auto generated workspace path created as a result of version creation. This field should only be populated if the created version was not a quick preview.", "type": "string" }, "syncStatus": { "$ref": "SyncStatus", - "description": "Whether version creation failed when syncing the workspace to the latest\ncontainer version." + "description": "Whether version creation failed when syncing the workspace to the latest container version." } }, "type": "object" @@ -3556,7 +3901,7 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Custom Template as computed at storage time.\nThis value is recomputed whenever the template is modified.", + "description": "The fingerprint of the GTM Custom Template as computed at storage time. This value is recomputed whenever the template is modified.", "type": "string" }, "galleryReference": { @@ -3591,7 +3936,7 @@ "type": "object" }, "Entity": { - "description": "A workspace entity that may represent a tag, trigger, variable, or folder in\naddition to its status in the workspace.", + "description": "A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.", "id": "Entity", "properties": { "changeStatus": { @@ -3632,7 +3977,7 @@ "type": "object" }, "Environment": { - "description": "Represents a Google Tag Manager Environment. Note that a user can create,\ndelete and update environments of type USER, but can only update the\nenable_debug and url fields of environments of other types.", + "description": "Represents a Google Tag Manager Environment. Note that a user can create, delete and update environments of type USER, but can only update the enable_debug and url fields of environments of other types.", "id": "Environment", "properties": { "accountId": { @@ -3657,11 +4002,11 @@ "type": "string" }, "description": { - "description": "The environment description. Can be set or changed only on USER type\nenvironments.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "The environment description. Can be set or changed only on USER type environments. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "string" }, "enableDebug": { - "description": "Whether or not to enable debug by default for the environment.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "Whether or not to enable debug by default for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "boolean" }, "environmentId": { @@ -3669,7 +4014,7 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM environment as computed at storage time.\nThis value is recomputed whenever the environment is modified.", + "description": "The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.", "type": "string" }, "name": { @@ -3679,7 +4024,7 @@ "tagmanager.accounts.containers.environments.update" ] }, - "description": "The environment display name. Can be set or changed only on USER type\nenvironments.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "The environment display name. Can be set or changed only on USER type environments. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "string" }, "path": { @@ -3702,12 +4047,12 @@ "Points to a user defined environment.", "Points to the current live container version.", "Points to the latest container version.", - "Automatically managed environment that points to a workspace preview or\nversion created by a workspace." + "Automatically managed environment that points to a workspace preview or version created by a workspace." ], "type": "string" }, "url": { - "description": "Default preview page url for the environment.\n@mutable tagmanager.accounts.containers.environments.create\n@mutable tagmanager.accounts.containers.environments.update", + "description": "Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update", "type": "string" }, "workspaceId": { @@ -3730,7 +4075,7 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Folder as computed at storage time.\nThis value is recomputed whenever the folder is modified.", + "description": "The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified.", "type": "string" }, "folderId": { @@ -3744,11 +4089,11 @@ "tagmanager.accounts.containers.workspaces.folders.update" ] }, - "description": "Folder display name.\n@mutable tagmanager.accounts.containers.workspaces.folders.create\n@mutable tagmanager.accounts.containers.workspaces.folders.update", + "description": "Folder display name. @mutable tagmanager.accounts.containers.workspaces.folders.create @mutable tagmanager.accounts.containers.workspaces.folders.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this folder in the container.\n@mutable tagmanager.accounts.containers.workspaces.folders.create\n@mutable tagmanager.accounts.containers.workspaces.folders.update", + "description": "User notes on how to apply this folder in the container. @mutable tagmanager.accounts.containers.workspaces.folders.create @mutable tagmanager.accounts.containers.workspaces.folders.update", "type": "string" }, "path": { @@ -3799,7 +4144,7 @@ "type": "object" }, "GalleryReference": { - "description": "Represents the link between a custom template and an entry on the Community\nTemplate Gallery site.", + "description": "Represents the link between a custom template and an entry on the Community Template Gallery site.", "id": "GalleryReference", "properties": { "host": { @@ -3807,7 +4152,7 @@ "type": "string" }, "isModified": { - "description": "If a user has manually edited the community gallery template.", + "description": "If a user has manually edited the community gallery template.", "type": "boolean" }, "owner": { @@ -3819,7 +4164,7 @@ "type": "string" }, "signature": { - "description": "The signature of the community gallery template as computed at import time.\nThis value is recomputed whenever the template is updated from the gallery.", + "description": "The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.", "type": "string" }, "version": { @@ -3830,7 +4175,7 @@ "type": "object" }, "GetWorkspaceStatusResponse": { - "description": "The changes that have occurred in the workspace since the base container\nversion.", + "description": "The changes that have occurred in the workspace since the base container version.", "id": "GetWorkspaceStatusResponse", "properties": { "mergeConflict": { @@ -4088,11 +4433,11 @@ "properties": { "entityInBaseVersion": { "$ref": "Entity", - "description": "The base version entity (since the latest sync operation) that has\nconflicting changes compared to the workspace. If this field is missing,\nit means the workspace entity is deleted from the base version." + "description": "The base version entity (since the latest sync operation) that has conflicting changes compared to the workspace. If this field is missing, it means the workspace entity is deleted from the base version." }, "entityInWorkspace": { "$ref": "Entity", - "description": "The workspace entity that has conflicting changes compared to the\nbase version. If an entity is deleted in a workspace, it will still\nappear with a deleted change status." + "description": "The workspace entity that has conflicting changes compared to the base version. If an entity is deleted in a workspace, it will still appear with a deleted change status." } }, "type": "object" @@ -4102,18 +4447,18 @@ "id": "Parameter", "properties": { "key": { - "description": "The named key that uniquely identifies a parameter. Required for top-level\nparameters, as well as map values. Ignored for list values.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "string" }, "list": { - "description": "This list parameter's parameters (keys will be ignored).\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "This list parameter's parameters (keys will be ignored). @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "$ref": "Parameter" }, "type": "array" }, "map": { - "description": "This map parameter's parameters (must have keys; keys must be unique).\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "This map parameter's parameters (must have keys; keys must be unique). @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "$ref": "Parameter" }, @@ -4130,7 +4475,7 @@ "tagmanager.accounts.containers.workspaces.variables.update" ] }, - "description": "The parameter type. Valid values are:\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "The parameter type. Valid values are: - boolean: The value represents a boolean, represented as 'true' or 'false' - integer: The value represents a 64-bit signed integer value, in base 10 - list: A list of parameters should be specified - map: A map of parameters should be specified - template: The value represents any text; this can include variable references (even variable references that might return non-string types) - trigger_reference: The value represents a trigger, represented as the trigger id - tag_reference: The value represents a tag, represented as the tag name @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "enum": [ "typeUnspecified", "template", @@ -4154,7 +4499,7 @@ "type": "string" }, "value": { - "description": "A parameter's value (may contain variable references such as\n\"{{myVariable}}\")\nas appropriate to the specified type.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "A parameter's value (may contain variable references such as \"{{myVariable}}\") as appropriate to the specified type. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "string" } }, @@ -4189,7 +4534,7 @@ }, "syncStatus": { "$ref": "SyncStatus", - "description": "Whether quick previewing failed when syncing the workspace to the latest\ncontainer version." + "description": "Whether quick previewing failed when syncing the workspace to the latest container version." } }, "type": "object" @@ -4211,7 +4556,7 @@ "properties": { "folder": { "$ref": "Folder", - "description": "Folder as it appears in the latest container version since the last\nworkspace synchronization operation. If no folder is present, that means\nthe folder was deleted in the latest container version." + "description": "Folder as it appears in the latest container version since the last workspace synchronization operation. If no folder is present, that means the folder was deleted in the latest container version." } }, "type": "object" @@ -4222,7 +4567,7 @@ "properties": { "tag": { "$ref": "Tag", - "description": "Tag as it appears in the latest container version since the last\nworkspace synchronization operation. If no tag is present, that means\nthe tag was deleted in the latest container version." + "description": "Tag as it appears in the latest container version since the last workspace synchronization operation. If no tag is present, that means the tag was deleted in the latest container version." } }, "type": "object" @@ -4233,7 +4578,7 @@ "properties": { "template": { "$ref": "CustomTemplate", - "description": "Template as it appears in the latest container version since the last\nworkspace synchronization operation. If no template is present, that means\nthe template was deleted in the latest container version." + "description": "Template as it appears in the latest container version since the last workspace synchronization operation. If no template is present, that means the template was deleted in the latest container version." } }, "type": "object" @@ -4244,7 +4589,7 @@ "properties": { "trigger": { "$ref": "Trigger", - "description": "Trigger as it appears in the latest container version since the last\nworkspace synchronization operation. If no trigger is present, that means\nthe trigger was deleted in the latest container version." + "description": "Trigger as it appears in the latest container version since the last workspace synchronization operation. If no trigger is present, that means the trigger was deleted in the latest container version." } }, "type": "object" @@ -4255,7 +4600,7 @@ "properties": { "variable": { "$ref": "Variable", - "description": "Variable as it appears in the latest container version since the last\nworkspace synchronization operation. If no variable is present, that means\nthe variable was deleted in the latest container version." + "description": "Variable as it appears in the latest container version since the last workspace synchronization operation. If no variable is present, that means the variable was deleted in the latest container version." } }, "type": "object" @@ -4266,17 +4611,17 @@ "properties": { "zone": { "$ref": "Zone", - "description": "Zone as it appears in the latest container version since the last\nworkspace synchronization operation. If no zone is present, that means\nthe zone was deleted in the latest container version." + "description": "Zone as it appears in the latest container version since the last workspace synchronization operation. If no zone is present, that means the zone was deleted in the latest container version." } }, "type": "object" }, "SetupTag": { - "description": "Represents a reference to atag that fires before another tag in order to\nset up dependencies.", + "description": "Represents a reference to atag that fires before another tag in order to set up dependencies.", "id": "SetupTag", "properties": { "stopOnSetupFailure": { - "description": "If true, fire the main tag if and only if the setup tag fires\nsuccessfully.\nIf false, fire the main tag regardless of setup tag firing status.", + "description": "If true, fire the main tag if and only if the setup tag fires successfully. If false, fire the main tag regardless of setup tag firing status.", "type": "boolean" }, "tagName": { @@ -4306,7 +4651,7 @@ "id": "SyncWorkspaceResponse", "properties": { "mergeConflict": { - "description": "The merge conflict after sync.\nIf this field is not empty, the sync is still treated as successful.\nBut a version cannot be created until all conflicts are resolved.", + "description": "The merge conflict after sync. If this field is not empty, the sync is still treated as successful. But a version cannot be created until all conflicts are resolved.", "items": { "$ref": "MergeConflict" }, @@ -4328,14 +4673,14 @@ "type": "string" }, "blockingRuleId": { - "description": "Blocking rule IDs. If any of the listed rules evaluate to true, the tag\n will not fire.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "type": "string" }, "type": "array" }, "blockingTriggerId": { - "description": "Blocking trigger IDs. If any of the listed triggers evaluate to true, the\ntag will not fire.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "type": "string" }, @@ -4346,33 +4691,33 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Tag as computed at storage time.\nThis value is recomputed whenever the tag is modified.", + "description": "The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.", "type": "string" }, "firingRuleId": { - "description": "Firing rule IDs. A tag will fire when any of the listed rules are true and\n all of its blockingRuleIds (if any specified) are false.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "Firing rule IDs. A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "type": "string" }, "type": "array" }, "firingTriggerId": { - "description": "Firing trigger IDs. A tag will fire when any of the listed triggers are\ntrue and all of its blockingTriggerIds (if any specified) are\nfalse.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "type": "string" }, "type": "array" }, "liveOnly": { - "description": "If set to true, this tag will only fire in the live environment (e.g. not\nin preview or debug mode).\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "If set to true, this tag will only fire in the live environment (e.g. not in preview or debug mode). @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "boolean" }, "monitoringMetadata": { "$ref": "Parameter", - "description": "A map of key-value pairs of tag metadata to be included in the event data\nfor tag monitoring.\nNotes:\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update" + "description": "A map of key-value pairs of tag metadata to be included in the event data for tag monitoring. Notes: - This parameter must be type MAP. - Each parameter in the map are type TEMPLATE, however cannot contain variable references. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update" }, "monitoringMetadataTagNameKey": { - "description": "If non-empty, then the tag display name will be included in the monitoring\nmetadata map using the key specified.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "If non-empty, then the tag display name will be included in the monitoring metadata map using the key specified. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "string" }, "name": { @@ -4382,15 +4727,15 @@ "tagmanager.accounts.containers.workspaces.tags.update" ] }, - "description": "Tag display name.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "Tag display name. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this tag in the container.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "User notes on how to apply this tag in the container. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "string" }, "parameter": { - "description": "The tag's parameters.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "The tag's parameters. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "items": { "$ref": "Parameter" }, @@ -4405,20 +4750,20 @@ "type": "string" }, "paused": { - "description": "Indicates whether the tag is paused, which prevents the tag from firing.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "Indicates whether the tag is paused, which prevents the tag from firing. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "boolean" }, "priority": { "$ref": "Parameter", - "description": "User defined numeric priority of the tag. Tags are fired asynchronously in\norder of priority. Tags with higher numeric value fire first. A tag's\npriority can be a positive or negative value. The default value is 0.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update" + "description": "User defined numeric priority of the tag. Tags are fired asynchronously in order of priority. Tags with higher numeric value fire first. A tag's priority can be a positive or negative value. The default value is 0. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update" }, "scheduleEndMs": { - "description": "The end timestamp in milliseconds to schedule a tag.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "The end timestamp in milliseconds to schedule a tag. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "format": "int64", "type": "string" }, "scheduleStartMs": { - "description": "The start timestamp in milliseconds to schedule a tag.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "The start timestamp in milliseconds to schedule a tag. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "format": "int64", "type": "string" }, @@ -4440,7 +4785,7 @@ "enumDescriptions": [ "", "Tag can be fired multiple times per event.", - "Tag can only be fired per event but can be fired multiple times per load\n(e.g., app load or page load).", + "Tag can only be fired per event but can be fired multiple times per load (e.g., app load or page load).", "Tag can only be fired per load (e.g., app load or page load)." ], "type": "string" @@ -4467,7 +4812,7 @@ "tagmanager.accounts.containers.workspaces.tags.update" ] }, - "description": "GTM Tag Type.\n@mutable tagmanager.accounts.containers.workspaces.tags.create\n@mutable tagmanager.accounts.containers.workspaces.tags.update", + "description": "GTM Tag Type. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update", "type": "string" }, "workspaceId": { @@ -4478,11 +4823,11 @@ "type": "object" }, "TeardownTag": { - "description": "Represents a tag that fires after another tag in order to tear down\ndependencies.", + "description": "Represents a tag that fires after another tag in order to tear down dependencies.", "id": "TeardownTag", "properties": { "stopTeardownOnFailure": { - "description": "If true, fire the teardown tag if and only if the main tag fires\nsuccessfully.\nIf false, fire the teardown tag regardless of main tag firing status.", + "description": "If true, fire the teardown tag if and only if the main tag fires successfully. If false, fire the teardown tag regardless of main tag firing status.", "type": "boolean" }, "tagName": { @@ -4501,7 +4846,7 @@ "type": "string" }, "autoEventFilter": { - "description": "Used in the case of auto event tracking.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "Used in the case of auto event tracking. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "items": { "$ref": "Condition" }, @@ -4509,7 +4854,7 @@ }, "checkValidation": { "$ref": "Parameter", - "description": "Whether or not we should only fire tags if the form submit or link click\nevent is not cancelled by some other event handler (e.g. because of\nvalidation). Only valid for Form Submission and Link Click triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Whether or not we should only fire tags if the form submit or link click event is not cancelled by some other event handler (e.g. because of validation). Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "containerId": { "description": "GTM Container ID.", @@ -4517,10 +4862,10 @@ }, "continuousTimeMinMilliseconds": { "$ref": "Parameter", - "description": "A visibility trigger minimum continuous visible time (in milliseconds).\nOnly valid for AMP Visibility trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "A visibility trigger minimum continuous visible time (in milliseconds). Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "customEventFilter": { - "description": "Used in the case of custom event, which is fired iff all Conditions are\ntrue.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "Used in the case of custom event, which is fired iff all Conditions are true. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "items": { "$ref": "Condition" }, @@ -4528,38 +4873,38 @@ }, "eventName": { "$ref": "Parameter", - "description": "Name of the GTM event that is fired. Only valid for Timer triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Name of the GTM event that is fired. Only valid for Timer triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "filter": { - "description": "The trigger will only fire iff all Conditions are true.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "The trigger will only fire iff all Conditions are true. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "items": { "$ref": "Condition" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Trigger as computed at storage time.\nThis value is recomputed whenever the trigger is modified.", + "description": "The fingerprint of the GTM Trigger as computed at storage time. This value is recomputed whenever the trigger is modified.", "type": "string" }, "horizontalScrollPercentageList": { "$ref": "Parameter", - "description": "List of integer percentage values for scroll triggers. The trigger will\nfire when each percentage is reached when the view is scrolled\nhorizontally. Only valid for AMP scroll triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "List of integer percentage values for scroll triggers. The trigger will fire when each percentage is reached when the view is scrolled horizontally. Only valid for AMP scroll triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "interval": { "$ref": "Parameter", - "description": "Time between triggering recurring Timer Events (in milliseconds). Only\nvalid for Timer triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Time between triggering recurring Timer Events (in milliseconds). Only valid for Timer triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "intervalSeconds": { "$ref": "Parameter", - "description": "Time between Timer Events to fire (in seconds). Only valid for AMP Timer\ntrigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Time between Timer Events to fire (in seconds). Only valid for AMP Timer trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "limit": { "$ref": "Parameter", - "description": "Limit of the number of GTM events this Timer Trigger will fire. If no limit\nis set, we will continue to fire GTM events until the user leaves the page.\nOnly valid for Timer triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Limit of the number of GTM events this Timer Trigger will fire. If no limit is set, we will continue to fire GTM events until the user leaves the page. Only valid for Timer triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "maxTimerLengthSeconds": { "$ref": "Parameter", - "description": "Max time to fire Timer Events (in seconds). Only valid for AMP Timer\ntrigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Max time to fire Timer Events (in seconds). Only valid for AMP Timer trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "name": { "annotations": { @@ -4568,15 +4913,15 @@ "tagmanager.accounts.containers.workspaces.triggers.update" ] }, - "description": "Trigger display name.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "Trigger display name. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this trigger in the container.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "User notes on how to apply this trigger in the container. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "type": "string" }, "parameter": { - "description": "Additional parameters.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "Additional parameters. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "items": { "$ref": "Parameter" }, @@ -4592,7 +4937,7 @@ }, "selector": { "$ref": "Parameter", - "description": "A click trigger CSS selector (i.e. \"a\", \"button\" etc.). Only valid for AMP\nClick trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "A click trigger CSS selector (i.e. \"a\", \"button\" etc.). Only valid for AMP Click trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "tagManagerUrl": { "description": "Auto generated link to the tag manager UI", @@ -4600,7 +4945,7 @@ }, "totalTimeMinMilliseconds": { "$ref": "Parameter", - "description": "A visibility trigger minimum total visible time (in milliseconds).\nOnly valid for AMP Visibility trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "A visibility trigger minimum total visible time (in milliseconds). Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "triggerId": { "description": "The Trigger ID uniquely identifies the GTM Trigger.", @@ -4612,7 +4957,7 @@ "tagmanager.accounts.containers.workspaces.triggers.create" ] }, - "description": "Defines the data layer event that causes this trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update", + "description": "Defines the data layer event that causes this trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update", "enum": [ "eventTypeUnspecified", "pageview", @@ -4685,31 +5030,31 @@ }, "uniqueTriggerId": { "$ref": "Parameter", - "description": "Globally unique id of the trigger that auto-generates this (a Form Submit,\nLink Click or Timer listener) if any. Used to make incompatible auto-events\nwork together with trigger filtering based on trigger ids. This value is\npopulated during output generation since the tags implied by triggers don't\nexist until then. Only valid for Form Submit, Link Click and Timer\ntriggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Globally unique id of the trigger that auto-generates this (a Form Submit, Link Click or Timer listener) if any. Used to make incompatible auto-events work together with trigger filtering based on trigger ids. This value is populated during output generation since the tags implied by triggers don't exist until then. Only valid for Form Submit, Link Click and Timer triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "verticalScrollPercentageList": { "$ref": "Parameter", - "description": "List of integer percentage values for scroll triggers. The trigger will\nfire when each percentage is reached when the view is scrolled vertically.\nOnly valid for AMP scroll triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "List of integer percentage values for scroll triggers. The trigger will fire when each percentage is reached when the view is scrolled vertically. Only valid for AMP scroll triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "visibilitySelector": { "$ref": "Parameter", - "description": "A visibility trigger CSS selector (i.e. \"#id\"). Only valid for AMP\nVisibility trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "A visibility trigger CSS selector (i.e. \"#id\"). Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "visiblePercentageMax": { "$ref": "Parameter", - "description": "A visibility trigger maximum percent visibility. Only valid for AMP\nVisibility trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "A visibility trigger maximum percent visibility. Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "visiblePercentageMin": { "$ref": "Parameter", - "description": "A visibility trigger minimum percent visibility. Only valid for AMP\nVisibility trigger.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "A visibility trigger minimum percent visibility. Only valid for AMP Visibility trigger. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "waitForTags": { "$ref": "Parameter", - "description": "Whether or not we should delay the form submissions or link opening\nuntil all of the tags have fired (by preventing the default\naction and later simulating the default action). Only valid for\nForm Submission and Link Click triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "Whether or not we should delay the form submissions or link opening until all of the tags have fired (by preventing the default action and later simulating the default action). Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "waitForTagsTimeout": { "$ref": "Parameter", - "description": "How long to wait (in milliseconds) for tags to fire when 'waits_for_tags'\nabove evaluates to true. Only valid for Form Submission and\nLink Click triggers.\n@mutable tagmanager.accounts.containers.workspaces.triggers.create\n@mutable tagmanager.accounts.containers.workspaces.triggers.update" + "description": "How long to wait (in milliseconds) for tags to fire when 'waits_for_tags' above evaluates to true. Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update" }, "workspaceId": { "description": "GTM Workspace ID.", @@ -4724,21 +5069,21 @@ "properties": { "accountAccess": { "$ref": "AccountAccess", - "description": "GTM Account access permissions.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update" + "description": "GTM Account access permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update" }, "accountId": { "description": "The Account ID uniquely identifies the GTM Account.", "type": "string" }, "containerAccess": { - "description": "GTM Container access permissions.\n@mutable tagmanager.accounts.permissions.create\n@mutable tagmanager.accounts.permissions.update", + "description": "GTM Container access permissions. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update", "items": { "$ref": "ContainerAccess" }, "type": "array" }, "emailAddress": { - "description": "User's email address.\n@mutable tagmanager.accounts.permissions.create", + "description": "User's email address. @mutable tagmanager.accounts.permissions.create", "type": "string" }, "path": { @@ -4761,21 +5106,21 @@ "type": "string" }, "disablingTriggerId": { - "description": "For mobile containers only: A list of trigger IDs for disabling conditional\nvariables; the variable is enabled if one of the enabling trigger is true\nwhile all the disabling trigger are false. Treated as an unordered set.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "For mobile containers only: A list of trigger IDs for disabling conditional variables; the variable is enabled if one of the enabling trigger is true while all the disabling trigger are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "items": { "type": "string" }, "type": "array" }, "enablingTriggerId": { - "description": "For mobile containers only: A list of trigger IDs for enabling conditional\nvariables; the variable is enabled if one of the enabling triggers is true\nwhile all the disabling triggers are false. Treated as an unordered set.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "For mobile containers only: A list of trigger IDs for enabling conditional variables; the variable is enabled if one of the enabling triggers is true while all the disabling triggers are false. Treated as an unordered set. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "items": { "type": "string" }, "type": "array" }, "fingerprint": { - "description": "The fingerprint of the GTM Variable as computed at storage time.\nThis value is recomputed whenever the variable is modified.", + "description": "The fingerprint of the GTM Variable as computed at storage time. This value is recomputed whenever the variable is modified.", "type": "string" }, "formatValue": { @@ -4789,15 +5134,15 @@ "tagmanager.accounts.containers.workspaces.variables.update" ] }, - "description": "Variable display name.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "Variable display name. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "type": "string" }, "notes": { - "description": "User notes on how to apply this variable in the container.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "User notes on how to apply this variable in the container. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "type": "string" }, "parameter": { - "description": "The variable's parameters.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "The variable's parameters. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "items": { "$ref": "Parameter" }, @@ -4812,12 +5157,12 @@ "type": "string" }, "scheduleEndMs": { - "description": "The end timestamp in milliseconds to schedule a variable.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "The end timestamp in milliseconds to schedule a variable. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "format": "int64", "type": "string" }, "scheduleStartMs": { - "description": "The start timestamp in milliseconds to schedule a variable.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "The start timestamp in milliseconds to schedule a variable. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "format": "int64", "type": "string" }, @@ -4832,7 +5177,7 @@ "tagmanager.accounts.containers.workspaces.variables.update" ] }, - "description": "GTM Variable Type.\n@mutable tagmanager.accounts.containers.workspaces.variables.create\n@mutable tagmanager.accounts.containers.workspaces.variables.update", + "description": "GTM Variable Type. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update", "type": "string" }, "variableId": { @@ -4850,7 +5195,7 @@ "id": "VariableFormatValue", "properties": { "caseConversionType": { - "description": "The option to convert a string-type variable value to either lowercase or\nuppercase.", + "description": "The option to convert a string-type variable value to either lowercase or uppercase.", "enum": [ "none", "lowercase", @@ -4895,11 +5240,11 @@ "type": "string" }, "description": { - "description": "Workspace description.\n@mutable tagmanager.accounts.containers.workspaces.create\n@mutable tagmanager.accounts.containers.workspaces.update", + "description": "Workspace description. @mutable tagmanager.accounts.containers.workspaces.create @mutable tagmanager.accounts.containers.workspaces.update", "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Workspace as computed at storage time. This\nvalue is recomputed whenever the workspace is modified.", + "description": "The fingerprint of the GTM Workspace as computed at storage time. This value is recomputed whenever the workspace is modified.", "type": "string" }, "name": { @@ -4909,7 +5254,7 @@ "tagmanager.accounts.containers.workspaces.update" ] }, - "description": "Workspace display name.\n@mutable tagmanager.accounts.containers.workspaces.create\n@mutable tagmanager.accounts.containers.workspaces.update", + "description": "Workspace display name. @mutable tagmanager.accounts.containers.workspaces.create @mutable tagmanager.accounts.containers.workspaces.update", "type": "string" }, "path": { @@ -4951,7 +5296,7 @@ "type": "string" }, "fingerprint": { - "description": "The fingerprint of the GTM Zone as computed at storage time.\nThis value is recomputed whenever the zone is modified.", + "description": "The fingerprint of the GTM Zone as computed at storage time. This value is recomputed whenever the zone is modified.", "type": "string" }, "name": { @@ -4997,7 +5342,7 @@ "type": "array" }, "customEvaluationTriggerId": { - "description": "Custom evaluation trigger IDs. A zone will evaluate its boundary\nconditions when any of the listed triggers are true.", + "description": "Custom evaluation trigger IDs. A zone will evaluate its boundary conditions when any of the listed triggers are true.", "items": { "type": "string" }, diff --git a/src/apis/tagmanager/v1.ts b/src/apis/tagmanager/v1.ts index 3db122a89e..1992ce61bb 100644 --- a/src/apis/tagmanager/v1.ts +++ b/src/apis/tagmanager/v1.ts @@ -101,7 +101,7 @@ export namespace tagmanager_v1 { /** * Tag Manager API * - * This API allows clients to access and modify container and tag configuration. + * This API allows clients to access and modify container and tag configuration. * * @example * const {google} = require('googleapis'); @@ -153,7 +153,7 @@ export namespace tagmanager_v1 { */ export interface Schema$AccountAccess { /** - * List of Account permissions. Valid account permissions are <code>read</code> and <code>manage</code>. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update + * List of Account permissions. Valid account permissions are read and manage. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update */ permission?: string[] | null; } @@ -162,7 +162,7 @@ export namespace tagmanager_v1 { */ export interface Schema$Condition { /** - * A list of named parameters (key/value), depending on the condition's type. Notes:<ul> <li>For binary operators, include parameters named <code>arg0</code> and <code>arg1</code> for specifying the left and right operands, respectively.</li> <li>At this time, the left operand (<code>arg0</code>) must be a reference to a variable.</li> <li>For case-insensitive Regex matching, include a boolean parameter named <code>ignore_case</code> that is set to <code>true</code>. If not specified or set to any other value, the matching will be case sensitive.</li> <li>To negate an operator, include a boolean parameter named <code>negate</code> boolean parameter that is set to <code>true</code>. </li> </ul> @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update + * A list of named parameters (key/value), depending on the condition's type. Notes: - For binary operators, include parameters named arg0 and arg1 for specifying the left and right operands, respectively. - At this time, the left operand (arg0) must be a reference to a variable. - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set to true. If not specified or set to any other value, the matching will be case sensitive. - To negate an operator, include a boolean parameter named negate boolean parameter that is set to true. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update */ parameter?: Schema$Parameter[]; /** @@ -187,11 +187,11 @@ export namespace tagmanager_v1 { */ domainName?: string[] | null; /** - * List of enabled built-in variables. Valid values include: <code>pageUrl, pageHostname, pagePath, referrer, event, clickElement, clickClasses, clickId, clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget, formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment, oldHistoryFragment, newHistoryState, oldHistoryState, historySource, containerVersion, debugMode, randomNumber, containerId</code>. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update + * List of enabled built-in variables. Valid values include: pageUrl, pageHostname, pagePath, referrer, event, clickElement, clickClasses, clickId, clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget, formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment, oldHistoryFragment, newHistoryState, oldHistoryState, historySource, containerVersion, debugMode, randomNumber, containerId. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update */ enabledBuiltInVariable?: string[] | null; /** - * The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified. + * The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified. */ fingerprint?: string | null; /** @@ -215,7 +215,7 @@ export namespace tagmanager_v1 { */ timeZoneId?: string | null; /** - * List of Usage Contexts for the Container. Valid values include: <code>web, android, ios</code>. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update + * List of Usage Contexts for the Container. Valid values include: web, android, ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update */ usageContext?: string[] | null; } @@ -228,7 +228,7 @@ export namespace tagmanager_v1 { */ containerId?: string | null; /** - * List of Container permissions. Valid container permissions are: <code>read, edit, delete, publish</code>. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update + * List of Container permissions. Valid container permissions are: read, edit, delete, publish. @mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.permissions.update */ permission?: string[] | null; } @@ -607,7 +607,7 @@ export namespace tagmanager_v1 { */ export interface Schema$Parameter { /** - * The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update + * The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update */ key?: string | null; /** @@ -619,7 +619,7 @@ export namespace tagmanager_v1 { */ map?: Schema$Parameter[]; /** - * The parameter type. Valid values are:<ul> <li><code>boolean</code>: The value represents a boolean, represented as 'true' or 'false'</li> <li><code>integer</code>: The value represents a 64-bit signed integer value, in base 10</li> <li><code>list</code>: A list of parameters should be specified</li> <li><code>map</code>: A map of parameters should be specified</li> <li><code>template</code>: The value represents any text; this can include variable references (even variable references that might return non-string types)</li> <li><code>trigger_reference</code>: The value represents a trigger, represented as the trigger id</li> <li><code>tag_reference</code>: The value represents a tag, represented as the tag name</li> </ul> @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update + * The parameter type. Valid values are: - boolean: The value represents a boolean, represented as 'true' or 'false' - integer: The value represents a 64-bit signed integer value, in base 10 - list: A list of parameters should be specified - map: A map of parameters should be specified - template: The value represents any text; this can include variable references (even variable references that might return non-string types) - trigger_reference: The value represents a trigger, represented as the trigger id - tag_reference: The value represents a tag, represented as the tag name @mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.containers.variables.update @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update */ type?: string | null; /** @@ -692,11 +692,11 @@ export namespace tagmanager_v1 { */ accountId?: string | null; /** - * Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update + * Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update */ blockingRuleId?: string[] | null; /** - * Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update + * Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update */ blockingTriggerId?: string[] | null; /** @@ -708,11 +708,11 @@ export namespace tagmanager_v1 { */ fingerprint?: string | null; /** - * Firing rule IDs. A tag will fire when any of the listed rules are true and all of its <code>blockingRuleIds</code> (if any specified) are false. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update + * Firing rule IDs. A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update */ firingRuleId?: string[] | null; /** - * Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its <code>blockingTriggerIds</code> (if any specified) are false. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update + * Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false. @mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.update */ firingTriggerId?: string[] | null; /** @@ -895,7 +895,7 @@ export namespace tagmanager_v1 { */ waitForTags?: Schema$Parameter; /** - * How long to wait (in milliseconds) for tags to fire when 'waits_for_tags' above evaluates to <code>true</code>. Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update + * How long to wait (in milliseconds) for tags to fire when 'waits_for_tags' above evaluates to true. Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.accounts.containers.triggers.update */ waitForTagsTimeout?: Schema$Parameter; } @@ -1293,8 +1293,7 @@ export namespace tagmanager_v1 { * const res = await tagmanager.accounts.update({ * // The GTM Account ID. * accountId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the account - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the account in storage. * fingerprint: 'placeholder-value', * * // Request body metadata @@ -2067,8 +2066,7 @@ export namespace tagmanager_v1 { * accountId: 'placeholder-value', * // The GTM Container ID. * containerId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the - * // container in storage. + * // When provided, this fingerprint must match the fingerprint of the container in storage. * fingerprint: 'placeholder-value', * * // Request body metadata @@ -2893,8 +2891,7 @@ export namespace tagmanager_v1 { * containerId: 'placeholder-value', * // The GTM Environment ID. * environmentId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the - * // environment in storage. + * // When provided, this fingerprint must match the fingerprint of the environment in storage. * fingerprint: 'placeholder-value', * * // Request body metadata @@ -3721,8 +3718,7 @@ export namespace tagmanager_v1 { * accountId: 'placeholder-value', * // The GTM Container ID. * containerId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the folder in - * // storage. + * // When provided, this fingerprint must match the fingerprint of the folder in storage. * fingerprint: 'placeholder-value', * // The GTM Folder ID. * folderId: 'placeholder-value', @@ -5133,8 +5129,7 @@ export namespace tagmanager_v1 { * accountId: 'placeholder-value', * // The GTM Container ID. * containerId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the tag in - * // storage. + * // When provided, this fingerprint must match the fingerprint of the tag in storage. * fingerprint: 'placeholder-value', * // The GTM Tag ID. * tagId: 'placeholder-value', @@ -6048,8 +6043,7 @@ export namespace tagmanager_v1 { * accountId: 'placeholder-value', * // The GTM Container ID. * containerId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the trigger - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the trigger in storage. * fingerprint: 'placeholder-value', * // The GTM Trigger ID. * triggerId: 'placeholder-value', @@ -6932,8 +6926,7 @@ export namespace tagmanager_v1 { * accountId: 'placeholder-value', * // The GTM Container ID. * containerId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the variable - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the variable in storage. * fingerprint: 'placeholder-value', * // The GTM Variable ID. * variableId: 'placeholder-value', @@ -7488,8 +7481,7 @@ export namespace tagmanager_v1 { * accountId: 'placeholder-value', * // The GTM Container ID. * containerId: 'placeholder-value', - * // The GTM Container Version ID. Specify published to retrieve - * // the currently published version. + * // The GTM Container Version ID. Specify published to retrieve the currently published version. * containerVersionId: 'placeholder-value', * }); * console.log(res.data); @@ -7524,7 +7516,7 @@ export namespace tagmanager_v1 { * @param {object} params Parameters for request * @param {string} params.accountId The GTM Account ID. * @param {string} params.containerId The GTM Container ID. - * @param {string} params.containerVersionId The GTM Container Version ID. Specify published to retrieve the currently published version. + * @param {string} params.containerVersionId The GTM Container Version ID. Specify published to retrieve the currently published version. * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`. * @param {callback} callback The callback that handles the response. * @return {object} Request object @@ -7795,8 +7787,7 @@ export namespace tagmanager_v1 { * containerId: 'placeholder-value', * // The GTM Container Version ID. * containerVersionId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the - * // container version in storage. + * // When provided, this fingerprint must match the fingerprint of the container version in storage. * fingerprint: 'placeholder-value', * }); * console.log(res.data); @@ -8250,8 +8241,7 @@ export namespace tagmanager_v1 { * containerId: 'placeholder-value', * // The GTM Container Version ID. * containerVersionId: 'placeholder-value', - * // When provided, this fingerprint must match the fingerprint of the - * // container version in storage. + * // When provided, this fingerprint must match the fingerprint of the container version in storage. * fingerprint: 'placeholder-value', * * // Request body metadata @@ -8436,7 +8426,7 @@ export namespace tagmanager_v1 { */ containerId?: string; /** - * The GTM Container Version ID. Specify published to retrieve the currently published version. + * The GTM Container Version ID. Specify published to retrieve the currently published version. */ containerVersionId?: string; } diff --git a/src/apis/tagmanager/v2.ts b/src/apis/tagmanager/v2.ts index 3e9c007545..5eac1da55a 100644 --- a/src/apis/tagmanager/v2.ts +++ b/src/apis/tagmanager/v2.ts @@ -101,7 +101,7 @@ export namespace tagmanager_v2 { /** * Tag Manager API * - * This API allows clients to access and modify container and tag configuration. + * This API allows clients to access and modify container and tag configuration. * * @example * const {google} = require('googleapis'); @@ -249,7 +249,7 @@ export namespace tagmanager_v2 { */ export interface Schema$Condition { /** - * A list of named parameters (key/value), depending on the condition's type. Notes:<ul> <li>For binary operators, include parameters named <code>arg0</code> and <code>arg1</code> for specifying the left and right operands, respectively.</li> <li>At this time, the left operand (<code>arg0</code>) must be a reference to a variable.</li> <li>For case-insensitive Regex matching, include a boolean parameter named <code>ignore_case</code> that is set to <code>true</code>. If not specified or set to any other value, the matching will be case sensitive.</li> <li>To negate an operator, include a boolean parameter named <code>negate</code> boolean parameter that is set to <code>true</code>. </li> </ul> @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update + * A list of named parameters (key/value), depending on the condition's type. Notes: - For binary operators, include parameters named arg0 and arg1 for specifying the left and right operands, respectively. - At this time, the left operand (arg0) must be a reference to a variable. - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set to true. If not specified or set to any other value, the matching will be case sensitive. - To negate an operator, include a boolean parameter named negate boolean parameter that is set to true. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update */ parameter?: Schema$Parameter[]; /** @@ -274,7 +274,7 @@ export namespace tagmanager_v2 { */ domainName?: string[] | null; /** - * The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified. + * The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified. */ fingerprint?: string | null; /** @@ -298,7 +298,7 @@ export namespace tagmanager_v2 { */ tagManagerUrl?: string | null; /** - * List of Usage Contexts for the Container. Valid values include: <code>web, android, or ios</code>. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update + * List of Usage Contexts for the Container. Valid values include: web, android, or ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update */ usageContext?: string[] | null; } @@ -695,7 +695,7 @@ export namespace tagmanager_v2 { */ host?: string | null; /** - * If a user has manually edited the community gallery template. + * If a user has manually edited the community gallery template. */ isModified?: boolean | null; /** @@ -909,7 +909,7 @@ export namespace tagmanager_v2 { */ export interface Schema$Parameter { /** - * The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update + * The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update */ key?: string | null; /** @@ -921,7 +921,7 @@ export namespace tagmanager_v2 { */ map?: Schema$Parameter[]; /** - * The parameter type. Valid values are:<ul> <li><code>boolean</code>: The value represents a boolean, represented as 'true' or 'false'</li> <li><code>integer</code>: The value represents a 64-bit signed integer value, in base 10</li> <li><code>list</code>: A list of parameters should be specified</li> <li><code>map</code>: A map of parameters should be specified</li> <li><code>template</code>: The value represents any text; this can include variable references (even variable references that might return non-string types)</li> <li><code>trigger_reference</code>: The value represents a trigger, represented as the trigger id</li> <li><code>tag_reference</code>: The value represents a tag, represented as the tag name</li> </ul> @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update + * The parameter type. Valid values are: - boolean: The value represents a boolean, represented as 'true' or 'false' - integer: The value represents a 64-bit signed integer value, in base 10 - list: A list of parameters should be specified - map: A map of parameters should be specified - template: The value represents any text; this can include variable references (even variable references that might return non-string types) - trigger_reference: The value represents a trigger, represented as the trigger id - tag_reference: The value represents a tag, represented as the tag name @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update */ type?: string | null; /** @@ -1070,7 +1070,7 @@ export namespace tagmanager_v2 { */ accountId?: string | null; /** - * Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update + * Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update */ blockingRuleId?: string[] | null; /** @@ -1086,11 +1086,11 @@ export namespace tagmanager_v2 { */ fingerprint?: string | null; /** - * Firing rule IDs. A tag will fire when any of the listed rules are true and all of its <code>blockingRuleIds</code> (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update + * Firing rule IDs. A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update */ firingRuleId?: string[] | null; /** - * Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its <code>blockingTriggerIds</code> (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update + * Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update */ firingTriggerId?: string[] | null; /** @@ -1098,7 +1098,7 @@ export namespace tagmanager_v2 { */ liveOnly?: boolean | null; /** - * A map of key-value pairs of tag metadata to be included in the event data for tag monitoring. Notes:<ul> <li>This parameter must be type <code>MAP</code>.</li> <li>Each parameter in the map are type <code>TEMPLATE</code>, however cannot contain variable references.</li> </ul> @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update + * A map of key-value pairs of tag metadata to be included in the event data for tag monitoring. Notes: - This parameter must be type MAP. - Each parameter in the map are type TEMPLATE, however cannot contain variable references. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update */ monitoringMetadata?: Schema$Parameter; /** @@ -1308,7 +1308,7 @@ export namespace tagmanager_v2 { */ waitForTags?: Schema$Parameter; /** - * How long to wait (in milliseconds) for tags to fire when 'waits_for_tags' above evaluates to <code>true</code>. Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update + * How long to wait (in milliseconds) for tags to fire when 'waits_for_tags' above evaluates to true. Only valid for Form Submission and Link Click triggers. @mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update */ waitForTagsTimeout?: Schema$Parameter; /** @@ -1609,8 +1609,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.get({ - * // GTM Accounts's API relative path. - * // Example: accounts/{account_id} + * // GTM Accounts's API relative path. Example: accounts/{account_id} * path: 'accounts/my-account', * }); * console.log(res.data); @@ -1885,11 +1884,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.update({ - * // When provided, this fingerprint must match the fingerprint of the account - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the account in storage. * fingerprint: 'placeholder-value', - * // GTM Accounts's API relative path. - * // Example: accounts/{account_id} + * // GTM Accounts's API relative path. Example: accounts/{account_id} * path: 'accounts/my-account', * * // Request body metadata @@ -2088,8 +2085,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.create({ - * // GTM Account's API relative path. - * // Example: accounts/{account_id}. + * // GTM Account's API relative path. Example: accounts/{account_id}. * parent: 'accounts/my-account', * * // Request body metadata @@ -2247,8 +2243,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.delete({ - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * path: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -2375,8 +2370,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.get({ - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * path: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -2521,8 +2515,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Accounts's API relative path. - * // Example: accounts/{account_id}. + * // GTM Accounts's API relative path. Example: accounts/{account_id}. * parent: 'accounts/my-account', * }); * console.log(res.data); @@ -2660,11 +2653,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.update({ - * // When provided, this fingerprint must match the fingerprint of the - * // container in storage. + * // When provided, this fingerprint must match the fingerprint of the container in storage. * fingerprint: 'placeholder-value', - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * path: 'accounts/my-account/containers/my-container', * * // Request body metadata @@ -2884,8 +2875,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.environments.create({ - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * * // Request body metadata @@ -3053,9 +3043,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.environments.delete({ - * // GTM Environment's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * // GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} * path: * 'accounts/my-account/containers/my-container/environments/my-environment', * }); @@ -3183,9 +3171,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.environments.get({ - * // GTM Environment's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * // GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} * path: * 'accounts/my-account/containers/my-container/environments/my-environment', * }); @@ -3336,8 +3322,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.environments.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -3475,9 +3460,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.environments.reauthorize({ - * // GTM Environment's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * // GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} * path: * 'accounts/my-account/containers/my-container/environments/my-environment', * @@ -3646,12 +3629,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.environments.update({ - * // When provided, this fingerprint must match the fingerprint of the - * // environment in storage. + * // When provided, this fingerprint must match the fingerprint of the environment in storage. * fingerprint: 'placeholder-value', - * // GTM Environment's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/environments/{environment_id} + * // GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} * path: * 'accounts/my-account/containers/my-container/environments/my-environment', * @@ -3896,9 +3876,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.delete({ - * // GTM ContainerVersion's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/versions/{version_id} + * // GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * path: 'accounts/my-account/containers/my-container/versions/my-version', * }); * console.log(res.data); @@ -4026,12 +4004,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.get({ - * // The GTM ContainerVersion ID. Specify published to retrieve - * // the currently published version. + * // The GTM ContainerVersion ID. Specify published to retrieve the currently published version. * containerVersionId: 'placeholder-value', - * // GTM ContainerVersion's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/versions/{version_id} + * // GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * path: 'accounts/my-account/containers/my-container/versions/my-version', * }); * console.log(res.data); @@ -4068,7 +4043,7 @@ export namespace tagmanager_v2 { * @memberOf! () * * @param {object} params Parameters for request - * @param {string=} params.containerVersionId The GTM ContainerVersion ID. Specify published to retrieve the currently published version. + * @param {string=} params.containerVersionId The GTM ContainerVersion ID. Specify published to retrieve the currently published version. * @param {string} params.path GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`. * @param {callback} callback The callback that handles the response. @@ -4183,8 +4158,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.live({ - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -4332,12 +4306,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.publish({ - * // When provided, this fingerprint must match the fingerprint of the - * // container version in storage. + * // When provided, this fingerprint must match the fingerprint of the container version in storage. * fingerprint: 'placeholder-value', - * // GTM ContainerVersion's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/versions/{version_id} + * // GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * path: 'accounts/my-account/containers/my-container/versions/my-version', * }); * console.log(res.data); @@ -4479,9 +4450,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.set_latest({ - * // GTM ContainerVersion's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/versions/{version_id} + * // GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * path: 'accounts/my-account/containers/my-container/versions/my-version', * }); * console.log(res.data); @@ -4631,9 +4600,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.undelete({ - * // GTM ContainerVersion's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/versions/{version_id} + * // GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * path: 'accounts/my-account/containers/my-container/versions/my-version', * }); * console.log(res.data); @@ -4783,12 +4750,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.versions.update({ - * // When provided, this fingerprint must match the fingerprint of the - * // container version in storage. + * // When provided, this fingerprint must match the fingerprint of the container version in storage. * fingerprint: 'placeholder-value', - * // GTM ContainerVersion's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/versions/{version_id} + * // GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} * path: 'accounts/my-account/containers/my-container/versions/my-version', * * // Request body metadata @@ -4947,7 +4911,7 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Versions$Get extends StandardParameters { /** - * The GTM ContainerVersion ID. Specify published to retrieve the currently published version. + * The GTM ContainerVersion ID. Specify published to retrieve the currently published version. */ containerVersionId?: string; /** @@ -5040,8 +5004,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.version_headers.latest({ - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -5196,8 +5159,7 @@ export namespace tagmanager_v2 { * includeDeleted: 'placeholder-value', * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -5398,8 +5360,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.create({ - * // GTM parent Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * * // Request body metadata @@ -5555,9 +5516,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.create_version({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * * // Request body metadata @@ -5710,9 +5669,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.delete({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); * console.log(res.data); @@ -5839,9 +5796,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.get({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); * console.log(res.data); @@ -5982,9 +5937,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.getStatus({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); * console.log(res.data); @@ -6128,8 +6081,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM parent Container's API relative path. - * // Example: accounts/{account_id}/containers/{container_id} + * // GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id} * parent: 'accounts/my-account/containers/my-container', * }); * console.log(res.data); @@ -6269,9 +6221,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.quick_preview({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); * console.log(res.data); @@ -6411,12 +6361,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.resolve_conflict({ - * // When provided, this fingerprint must match the fingerprint of the - * // entity_in_workspace in the merge conflict. + * // When provided, this fingerprint must match the fingerprint of the entity_in_workspace in the merge conflict. * fingerprint: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * * // Request body metadata @@ -6554,9 +6501,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.sync({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); * console.log(res.data); @@ -6693,12 +6638,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.update({ - * // When provided, this fingerprint must match the fingerprint of the - * // workspace in storage. + * // When provided, this fingerprint must match the fingerprint of the workspace in storage. * fingerprint: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * path: 'accounts/my-account/containers/my-container/workspaces/my-workspace', * * // Request body metadata @@ -6964,9 +6906,7 @@ export namespace tagmanager_v2 { * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.create( * { - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * // The types of built-in variables to enable. @@ -7111,9 +7051,7 @@ export namespace tagmanager_v2 { * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.delete( * { - * // GTM BuiltInVariable's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables + * // GTM BuiltInVariable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/built_in_variables', * // The types of built-in variables to delete. @@ -7248,9 +7186,7 @@ export namespace tagmanager_v2 { * { * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * } @@ -7394,9 +7330,7 @@ export namespace tagmanager_v2 { * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.revert( * { - * // GTM BuiltInVariable's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables + * // GTM BuiltInVariable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * // The type of built-in variable to revert. @@ -7592,9 +7526,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.create({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * @@ -7751,9 +7683,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.delete({ - * // GTM Folder's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * // GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/folders/my-folder', * }); @@ -7883,9 +7813,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.folders.entities({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Folder's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * // GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/folders/my-folder', * }); @@ -8024,9 +7952,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.get({ - * // GTM Folder's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * // GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/folders/my-folder', * }); @@ -8171,9 +8097,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.folders.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); @@ -8311,9 +8235,7 @@ export namespace tagmanager_v2 { * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.move_entities_to_folder( * { - * // GTM Folder's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * // GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/folders/my-folder', * // The tags to be moved to the folder. @@ -8464,12 +8386,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.revert({ - * // When provided, this fingerprint must match the fingerprint of the tag - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the tag in storage. * fingerprint: 'placeholder-value', - * // GTM Folder's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * // GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/folders/my-folder', * }); @@ -8607,12 +8526,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.update({ - * // When provided, this fingerprint must match the fingerprint of the folder in - * // storage. + * // When provided, this fingerprint must match the fingerprint of the folder in storage. * fingerprint: 'placeholder-value', - * // GTM Folder's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} + * // GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/folders/my-folder', * @@ -8877,9 +8793,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.create({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * @@ -9070,9 +8984,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.delete({ - * // GTM Tag's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * // GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/tags/my-tag', * }); @@ -9200,9 +9112,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.get({ - * // GTM Tag's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * // GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/tags/my-tag', * }); @@ -9364,9 +9274,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.tags.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); @@ -9500,12 +9408,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.revert({ - * // When provided, this fingerprint must match the fingerprint of thetag - * // in storage. + * // When provided, this fingerprint must match the fingerprint of thetag in storage. * fingerprint: 'placeholder-value', - * // GTM Tag's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * // GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/tags/my-tag', * }); @@ -9641,12 +9546,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.update({ - * // When provided, this fingerprint must match the fingerprint of the tag in - * // storage. + * // When provided, this fingerprint must match the fingerprint of the tag in storage. * fingerprint: 'placeholder-value', - * // GTM Tag's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} + * // GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/tags/my-tag', * @@ -9910,9 +9812,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.create({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * @@ -10071,9 +9971,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.delete({ - * // GTM Custom Template's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} + * // GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/templates/my-template', * }); @@ -10201,9 +10099,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.get({ - * // GTM Custom Template's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} + * // GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/templates/my-template', * }); @@ -10349,9 +10245,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.templates.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); @@ -10490,12 +10384,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.revert({ - * // When provided, this fingerprint must match the fingerprint of the template - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the template in storage. * fingerprint: 'placeholder-value', - * // GTM Custom Template's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} + * // GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/templates/my-template', * }); @@ -10633,12 +10524,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.update({ - * // When provided, this fingerprint must match the fingerprint of the templates - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the templates in storage. * fingerprint: 'placeholder-value', - * // GTM Custom Template's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} + * // GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/templates/my-template', * @@ -10870,9 +10758,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.create({ - * // GTM Workspaces's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspaces's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * @@ -11075,9 +10961,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.delete({ - * // GTM Trigger's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} + * // GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/triggers/my-trigger', * }); @@ -11205,9 +11089,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.get({ - * // GTM Trigger's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} + * // GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/triggers/my-trigger', * }); @@ -11375,9 +11257,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.triggers.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspaces's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspaces's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); @@ -11516,12 +11396,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.revert({ - * // When provided, this fingerprint must match the fingerprint of the trigger - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the trigger in storage. * fingerprint: 'placeholder-value', - * // GTM Trigger's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} + * // GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/triggers/my-trigger', * }); @@ -11659,12 +11536,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.update({ - * // When provided, this fingerprint must match the fingerprint of the trigger - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the trigger in storage. * fingerprint: 'placeholder-value', - * // GTM Trigger's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} + * // GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/triggers/my-trigger', * @@ -11940,9 +11814,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.create({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * @@ -12115,9 +11987,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.delete({ - * // GTM Variable's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} + * // GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/variables/my-variable', * }); @@ -12245,9 +12115,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.get({ - * // GTM Variable's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} + * // GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/variables/my-variable', * }); @@ -12400,9 +12268,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.variables.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); @@ -12541,12 +12407,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.revert({ - * // When provided, this fingerprint must match the fingerprint of the variable - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the variable in storage. * fingerprint: 'placeholder-value', - * // GTM Variable's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} + * // GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/variables/my-variable', * }); @@ -12684,12 +12547,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.update({ - * // When provided, this fingerprint must match the fingerprint of the variable - * // in storage. + * // When provided, this fingerprint must match the fingerprint of the variable in storage. * fingerprint: 'placeholder-value', - * // GTM Variable's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} + * // GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/variables/my-variable', * @@ -12935,9 +12795,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.create({ - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * @@ -13100,9 +12958,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.delete({ - * // GTM Zone's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * // GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/zones/my-zone', * }); @@ -13230,9 +13086,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.get({ - * // GTM Zone's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * // GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/zones/my-zone', * }); @@ -13380,9 +13234,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.containers.workspaces.zones.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Workspace's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} + * // GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} * parent: * 'accounts/my-account/containers/my-container/workspaces/my-workspace', * }); @@ -13519,12 +13371,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.revert({ - * // When provided, this fingerprint must match the fingerprint of the zone in - * // storage. + * // When provided, this fingerprint must match the fingerprint of the zone in storage. * fingerprint: 'placeholder-value', - * // GTM Zone's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * // GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/zones/my-zone', * }); @@ -13660,12 +13509,9 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.update({ - * // When provided, this fingerprint must match the fingerprint of the zone in - * // storage. + * // When provided, this fingerprint must match the fingerprint of the zone in storage. * fingerprint: 'placeholder-value', - * // GTM Zone's API relative path. - * // Example: - * // accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} + * // GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} * path: * 'accounts/my-account/containers/my-container/workspaces/my-workspace/zones/my-zone', * @@ -13901,8 +13747,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.user_permissions.create({ - * // GTM Account's API relative path. - * // Example: accounts/{account_id} + * // GTM Account's API relative path. Example: accounts/{account_id} * parent: 'accounts/my-account', * * // Request body metadata @@ -14049,8 +13894,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.user_permissions.delete({ - * // GTM UserPermission's API relative path. - * // Example: accounts/{account_id}/user_permissions/{user_permission_id} + * // GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id} * path: 'accounts/my-account/user_permissions/my-user_permission', * }); * console.log(res.data); @@ -14174,8 +14018,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.user_permissions.get({ - * // GTM UserPermission's API relative path. - * // Example: accounts/{account_id}/user_permissions/{user_permission_id} + * // GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id} * path: 'accounts/my-account/user_permissions/my-user_permission', * }); * console.log(res.data); @@ -14312,8 +14155,7 @@ export namespace tagmanager_v2 { * const res = await tagmanager.accounts.user_permissions.list({ * // Continuation token for fetching the next page of results. * pageToken: 'placeholder-value', - * // GTM Accounts's API relative path. - * // Example: accounts/{account_id} + * // GTM Accounts's API relative path. Example: accounts/{account_id} * parent: 'accounts/my-account', * }); * console.log(res.data); @@ -14452,8 +14294,7 @@ export namespace tagmanager_v2 { * * // Do the magic * const res = await tagmanager.accounts.user_permissions.update({ - * // GTM UserPermission's API relative path. - * // Example: accounts/{account_id}/user_permissions/{user_permission_id} + * // GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id} * path: 'accounts/my-account/user_permissions/my-user_permission', * * // Request body metadata