Skip to content

Commit f459392

Browse files
feat(tagmanager): update the api
#### tagmanager:v2 The following keys were added: - schemas.ContainerVersionHeader.properties.numTransformations.type (Total Keys: 1)
1 parent b348ebe commit f459392

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/dyn/tagmanager_v2.accounts.containers.version_headers.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ <h3>Method Details</h3>
118118
&quot;numMacros&quot;: &quot;A String&quot;, # Number of macros in the container version.
119119
&quot;numRules&quot;: &quot;A String&quot;, # Number of rules in the container version.
120120
&quot;numTags&quot;: &quot;A String&quot;, # Number of tags in the container version.
121+
&quot;numTransformations&quot;: &quot;A String&quot;, # Number of transformations in the container version.
121122
&quot;numTriggers&quot;: &quot;A String&quot;, # Number of triggers in the container version.
122123
&quot;numVariables&quot;: &quot;A String&quot;, # Number of variables in the container version.
123124
&quot;numZones&quot;: &quot;A String&quot;, # Number of zones in the container version.
@@ -155,6 +156,7 @@ <h3>Method Details</h3>
155156
&quot;numMacros&quot;: &quot;A String&quot;, # Number of macros in the container version.
156157
&quot;numRules&quot;: &quot;A String&quot;, # Number of rules in the container version.
157158
&quot;numTags&quot;: &quot;A String&quot;, # Number of tags in the container version.
159+
&quot;numTransformations&quot;: &quot;A String&quot;, # Number of transformations in the container version.
158160
&quot;numTriggers&quot;: &quot;A String&quot;, # Number of triggers in the container version.
159161
&quot;numVariables&quot;: &quot;A String&quot;, # Number of variables in the container version.
160162
&quot;numZones&quot;: &quot;A String&quot;, # Number of zones in the container version.

googleapiclient/discovery_cache/documents/tagmanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@
19321932
}
19331933
}
19341934
},
1935-
"revision": "20230329",
1935+
"revision": "20230405",
19361936
"rootUrl": "https://tagmanager.googleapis.com/",
19371937
"schemas": {
19381938
"Account": {

googleapiclient/discovery_cache/documents/tagmanager.v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,7 @@
37163716
}
37173717
}
37183718
},
3719-
"revision": "20230329",
3719+
"revision": "20230405",
37203720
"rootUrl": "https://tagmanager.googleapis.com/",
37213721
"schemas": {
37223722
"Account": {
@@ -4536,6 +4536,10 @@
45364536
"description": "Number of tags in the container version.",
45374537
"type": "string"
45384538
},
4539+
"numTransformations": {
4540+
"description": "Number of transformations in the container version.",
4541+
"type": "string"
4542+
},
45394543
"numTriggers": {
45404544
"description": "Number of triggers in the container version.",
45414545
"type": "string"

0 commit comments

Comments
 (0)