Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88e0e9a

Browse files
committedMar 18, 2025
feat(tagmanager): update the api
#### tagmanager:v1 The following keys were deleted: - schemas.AccountAccess.properties.permission.annotations.required (Total Keys: 1) - schemas.Condition.properties.parameter.annotations.required (Total Keys: 1) - schemas.Condition.properties.type.annotations.required (Total Keys: 1) - schemas.Container.properties.name.annotations.required (Total Keys: 1) - schemas.Container.properties.timeZoneCountryId.annotations.required (Total Keys: 1) - schemas.Container.properties.timeZoneId.annotations.required (Total Keys: 1) - schemas.Container.properties.usageContext.annotations.required (Total Keys: 1) - schemas.Environment.properties.name.annotations.required (Total Keys: 1) - schemas.Folder.properties.name.annotations.required (Total Keys: 1) - schemas.Parameter.properties.type.annotations.required (Total Keys: 1) - schemas.Tag.properties.name.annotations.required (Total Keys: 1) - schemas.Tag.properties.type.annotations.required (Total Keys: 1) - schemas.Trigger.properties.name.annotations.required (Total Keys: 1) - schemas.Trigger.properties.type.annotations.required (Total Keys: 1) - schemas.UserAccess.properties.accountAccess.annotations.required (Total Keys: 1) - schemas.UserAccess.properties.emailAddress.annotations.required (Total Keys: 1) - schemas.Variable.properties.name.annotations.required (Total Keys: 1) - schemas.Variable.properties.type.annotations.required (Total Keys: 1) #### tagmanager:v2 The following keys were deleted: - schemas.Client.properties.name.annotations.required (Total Keys: 1) - schemas.Client.properties.type.annotations.required (Total Keys: 1) - schemas.Condition.properties.parameter.annotations.required (Total Keys: 1) - schemas.Condition.properties.type.annotations.required (Total Keys: 1) - schemas.Container.properties.name.annotations.required (Total Keys: 1) - schemas.Container.properties.usageContext.annotations.required (Total Keys: 1) - schemas.Environment.properties.name.annotations.required (Total Keys: 1) - schemas.Folder.properties.name.annotations.required (Total Keys: 1) - schemas.Parameter.properties.type.annotations.required (Total Keys: 1) - schemas.Tag.properties.name.annotations.required (Total Keys: 1) - schemas.Tag.properties.type.annotations.required (Total Keys: 1) - schemas.Transformation.properties.name.annotations.required (Total Keys: 1) - schemas.Transformation.properties.type.annotations.required (Total Keys: 1) - schemas.Trigger.properties.name.annotations.required (Total Keys: 1) - schemas.Trigger.properties.type.annotations.required (Total Keys: 1) - schemas.Variable.properties.name.annotations.required (Total Keys: 1) - schemas.Variable.properties.type.annotations.required (Total Keys: 1) - schemas.Workspace.properties.name.annotations.required (Total Keys: 1) The following keys were added: - resources.accounts.resources.containers.resources.workspaces.resources.templates.methods.import_from_gallery (Total Keys: 19)
1 parent d7da9bf commit 88e0e9a

File tree

32 files changed

+9862
-9988
lines changed

32 files changed

+9862
-9988
lines changed
 

‎docs/dyn/tagmanager_v1.accounts.containers.environments.html

+24-24
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ <h3>Method Details</h3>
114114
&quot;authorizationTimestampMs&quot;: &quot;A String&quot;, # The last update time-stamp for the authorization code.
115115
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
116116
&quot;containerVersionId&quot;: &quot;A String&quot;,
117-
&quot;description&quot;: &quot;A String&quot;, # 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
118-
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
117+
&quot;description&quot;: &quot;A String&quot;, # The environment description. Can be set or changed only on USER type environments.
118+
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment.
119119
&quot;environmentId&quot;: &quot;A String&quot;, # GTM Environment ID uniquely identifies the GTM Environment.
120120
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.
121-
&quot;name&quot;: &quot;A String&quot;, # 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
121+
&quot;name&quot;: &quot;A String&quot;, # The environment display name. Can be set or changed only on USER type environments.
122122
&quot;type&quot;: &quot;A String&quot;, # The type of this environment.
123-
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
123+
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment.
124124
}
125125

126126
x__xgafv: string, V1 error format.
@@ -137,13 +137,13 @@ <h3>Method Details</h3>
137137
&quot;authorizationTimestampMs&quot;: &quot;A String&quot;, # The last update time-stamp for the authorization code.
138138
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
139139
&quot;containerVersionId&quot;: &quot;A String&quot;,
140-
&quot;description&quot;: &quot;A String&quot;, # 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
141-
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
140+
&quot;description&quot;: &quot;A String&quot;, # The environment description. Can be set or changed only on USER type environments.
141+
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment.
142142
&quot;environmentId&quot;: &quot;A String&quot;, # GTM Environment ID uniquely identifies the GTM Environment.
143143
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.
144-
&quot;name&quot;: &quot;A String&quot;, # 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
144+
&quot;name&quot;: &quot;A String&quot;, # The environment display name. Can be set or changed only on USER type environments.
145145
&quot;type&quot;: &quot;A String&quot;, # The type of this environment.
146-
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
146+
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment.
147147
}</pre>
148148
</div>
149149

@@ -184,13 +184,13 @@ <h3>Method Details</h3>
184184
&quot;authorizationTimestampMs&quot;: &quot;A String&quot;, # The last update time-stamp for the authorization code.
185185
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
186186
&quot;containerVersionId&quot;: &quot;A String&quot;,
187-
&quot;description&quot;: &quot;A String&quot;, # 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
188-
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
187+
&quot;description&quot;: &quot;A String&quot;, # The environment description. Can be set or changed only on USER type environments.
188+
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment.
189189
&quot;environmentId&quot;: &quot;A String&quot;, # GTM Environment ID uniquely identifies the GTM Environment.
190190
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.
191-
&quot;name&quot;: &quot;A String&quot;, # 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
191+
&quot;name&quot;: &quot;A String&quot;, # The environment display name. Can be set or changed only on USER type environments.
192192
&quot;type&quot;: &quot;A String&quot;, # The type of this environment.
193-
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
193+
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment.
194194
}</pre>
195195
</div>
196196

@@ -217,13 +217,13 @@ <h3>Method Details</h3>
217217
&quot;authorizationTimestampMs&quot;: &quot;A String&quot;, # The last update time-stamp for the authorization code.
218218
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
219219
&quot;containerVersionId&quot;: &quot;A String&quot;,
220-
&quot;description&quot;: &quot;A String&quot;, # 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
221-
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
220+
&quot;description&quot;: &quot;A String&quot;, # The environment description. Can be set or changed only on USER type environments.
221+
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment.
222222
&quot;environmentId&quot;: &quot;A String&quot;, # GTM Environment ID uniquely identifies the GTM Environment.
223223
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.
224-
&quot;name&quot;: &quot;A String&quot;, # 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
224+
&quot;name&quot;: &quot;A String&quot;, # The environment display name. Can be set or changed only on USER type environments.
225225
&quot;type&quot;: &quot;A String&quot;, # The type of this environment.
226-
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
226+
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment.
227227
},
228228
],
229229
}</pre>
@@ -246,13 +246,13 @@ <h3>Method Details</h3>
246246
&quot;authorizationTimestampMs&quot;: &quot;A String&quot;, # The last update time-stamp for the authorization code.
247247
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
248248
&quot;containerVersionId&quot;: &quot;A String&quot;,
249-
&quot;description&quot;: &quot;A String&quot;, # 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
250-
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
249+
&quot;description&quot;: &quot;A String&quot;, # The environment description. Can be set or changed only on USER type environments.
250+
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment.
251251
&quot;environmentId&quot;: &quot;A String&quot;, # GTM Environment ID uniquely identifies the GTM Environment.
252252
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.
253-
&quot;name&quot;: &quot;A String&quot;, # 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
253+
&quot;name&quot;: &quot;A String&quot;, # The environment display name. Can be set or changed only on USER type environments.
254254
&quot;type&quot;: &quot;A String&quot;, # The type of this environment.
255-
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
255+
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment.
256256
}
257257

258258
fingerprint: string, When provided, this fingerprint must match the fingerprint of the environment in storage.
@@ -270,13 +270,13 @@ <h3>Method Details</h3>
270270
&quot;authorizationTimestampMs&quot;: &quot;A String&quot;, # The last update time-stamp for the authorization code.
271271
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
272272
&quot;containerVersionId&quot;: &quot;A String&quot;,
273-
&quot;description&quot;: &quot;A String&quot;, # 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
274-
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
273+
&quot;description&quot;: &quot;A String&quot;, # The environment description. Can be set or changed only on USER type environments.
274+
&quot;enableDebug&quot;: True or False, # Whether or not to enable debug by default on for the environment.
275275
&quot;environmentId&quot;: &quot;A String&quot;, # GTM Environment ID uniquely identifies the GTM Environment.
276276
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.
277-
&quot;name&quot;: &quot;A String&quot;, # 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
277+
&quot;name&quot;: &quot;A String&quot;, # The environment display name. Can be set or changed only on USER type environments.
278278
&quot;type&quot;: &quot;A String&quot;, # The type of this environment.
279-
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.update
279+
&quot;url&quot;: &quot;A String&quot;, # Default preview page url for the environment.
280280
}</pre>
281281
</div>
282282

0 commit comments

Comments
 (0)
Please sign in to comment.