Skip to content

Commit ad297de

Browse files
feat: Automated regeneration of TagManager client (#13305)
Auto-created at 2025-04-11 13:13:35 +0000 using the toys pull request generator.
1 parent c5b130a commit ad297de

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

clients/tag_manager/lib/google_api/tag_manager/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.TagManager.V2 do
2020
API client metadata for GoogleApi.TagManager.V2.
2121
"""
2222

23-
@discovery_revision "20250310"
23+
@discovery_revision "20250409"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/tag_manager/lib/google_api/tag_manager/v2/model/container_version_header.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ defmodule GoogleApi.TagManager.V2.Model.ContainerVersionHeader do
2929
* `numClients` (*type:* `String.t`, *default:* `nil`) - Number of clients in the container version.
3030
* `numCustomTemplates` (*type:* `String.t`, *default:* `nil`) - Number of custom templates in the container version.
3131
* `numGtagConfigs` (*type:* `String.t`, *default:* `nil`) - Number of Google tag configs in the container version.
32-
* `numMacros` (*type:* `String.t`, *default:* `nil`) - Number of macros in the container version.
33-
* `numRules` (*type:* `String.t`, *default:* `nil`) - Number of rules in the container version.
3432
* `numTags` (*type:* `String.t`, *default:* `nil`) - Number of tags in the container version.
3533
* `numTransformations` (*type:* `String.t`, *default:* `nil`) - Number of transformations in the container version.
3634
* `numTriggers` (*type:* `String.t`, *default:* `nil`) - Number of triggers in the container version.
@@ -50,8 +48,6 @@ defmodule GoogleApi.TagManager.V2.Model.ContainerVersionHeader do
5048
:numClients => String.t() | nil,
5149
:numCustomTemplates => String.t() | nil,
5250
:numGtagConfigs => String.t() | nil,
53-
:numMacros => String.t() | nil,
54-
:numRules => String.t() | nil,
5551
:numTags => String.t() | nil,
5652
:numTransformations => String.t() | nil,
5753
:numTriggers => String.t() | nil,
@@ -68,8 +64,6 @@ defmodule GoogleApi.TagManager.V2.Model.ContainerVersionHeader do
6864
field(:numClients)
6965
field(:numCustomTemplates)
7066
field(:numGtagConfigs)
71-
field(:numMacros)
72-
field(:numRules)
7367
field(:numTags)
7468
field(:numTransformations)
7569
field(:numTriggers)

clients/tag_manager/lib/google_api/tag_manager/v2/model/tag.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ defmodule GoogleApi.TagManager.V2.Model.Tag do
2222
## Attributes
2323
2424
* `accountId` (*type:* `String.t`, *default:* `nil`) - GTM Account ID.
25-
* `blockingRuleId` (*type:* `list(String.t)`, *default:* `nil`) - Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire.
2625
* `blockingTriggerId` (*type:* `list(String.t)`, *default:* `nil`) - Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire.
2726
* `consentSettings` (*type:* `GoogleApi.TagManager.V2.Model.TagConsentSetting.t`, *default:* `nil`) - Consent settings of a tag.
2827
* `containerId` (*type:* `String.t`, *default:* `nil`) - GTM Container ID.
2928
* `fingerprint` (*type:* `String.t`, *default:* `nil`) - The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.
30-
* `firingRuleId` (*type:* `list(String.t)`, *default:* `nil`) - 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.
3129
* `firingTriggerId` (*type:* `list(String.t)`, *default:* `nil`) - 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.
3230
* `liveOnly` (*type:* `boolean()`, *default:* `nil`) - If set to true, this tag will only fire in the live environment (e.g. not in preview or debug mode).
3331
* `monitoringMetadata` (*type:* `GoogleApi.TagManager.V2.Model.Parameter.t`, *default:* `nil`) - 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.
@@ -54,12 +52,10 @@ defmodule GoogleApi.TagManager.V2.Model.Tag do
5452

5553
@type t :: %__MODULE__{
5654
:accountId => String.t() | nil,
57-
:blockingRuleId => list(String.t()) | nil,
5855
:blockingTriggerId => list(String.t()) | nil,
5956
:consentSettings => GoogleApi.TagManager.V2.Model.TagConsentSetting.t() | nil,
6057
:containerId => String.t() | nil,
6158
:fingerprint => String.t() | nil,
62-
:firingRuleId => list(String.t()) | nil,
6359
:firingTriggerId => list(String.t()) | nil,
6460
:liveOnly => boolean() | nil,
6561
:monitoringMetadata => GoogleApi.TagManager.V2.Model.Parameter.t() | nil,
@@ -83,12 +79,10 @@ defmodule GoogleApi.TagManager.V2.Model.Tag do
8379
}
8480

8581
field(:accountId)
86-
field(:blockingRuleId, type: :list)
8782
field(:blockingTriggerId, type: :list)
8883
field(:consentSettings, as: GoogleApi.TagManager.V2.Model.TagConsentSetting)
8984
field(:containerId)
9085
field(:fingerprint)
91-
field(:firingRuleId, type: :list)
9286
field(:firingTriggerId, type: :list)
9387
field(:liveOnly)
9488
field(:monitoringMetadata, as: GoogleApi.TagManager.V2.Model.Parameter)

0 commit comments

Comments
 (0)