google-apis-tagmanager_v1 0.17.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 550af56dee6697a451ff7c37f66100482daf58d847cfba7c4df4606726dc0b7b
4
- data.tar.gz: 7d3f2f52ad3223bc9cc718c5731431f782f0c9dd1d0b3bfbae01418cdfee3d29
3
+ metadata.gz: be9a5f658dac54662af03428b8af34e93b17062cadade54a0253a65794d97d7a
4
+ data.tar.gz: 39e656959a9fa4165e2e2f0b0452609fe7c62e1594535ffd3f5970a83857f10f
5
5
  SHA512:
6
- metadata.gz: cfcb39bbe4b673c517ca809c570978c2be5ad2c76807e70ee638cc348b48b8a38d14b368fe6787385775d4078893cb1e57cf980a4f1dae675e9a30e7ce78334a
7
- data.tar.gz: fec2e1365e27c227be033e8a270abc99885210fb48f6672bca63a8d0cc591c90becbfc8ceb9667b34ccf222766c94be9617afb9b6bb8023380abe3838461bec8
6
+ metadata.gz: 140d2b968b32d985ffd5a70d26292108b363c866572b68cf1bd1296c658f6020a5528ee4d63abc02a17128408f4276a3d6eceb3e1f6577117aa8f90ff65ac7e2
7
+ data.tar.gz: 4dc5b3857b68e4b03d5a43a9fc70c6e06d67c2c3113acf553c33605543ee686a66729cff627acdf7770fe2dfbe1fa7f2df7c902520fbb20ebd83c1fc0df9effb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-tagmanager_v1
2
2
 
3
+ ### v0.19.0 (2025-04-13)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+
7
+ ### v0.18.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250310
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.17.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -37,14 +37,12 @@ module Google
37
37
  # @return [String]
38
38
  attr_accessor :fingerprint
39
39
 
40
- # Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.
41
- # accounts.update
40
+ # Account display name.
42
41
  # Corresponds to the JSON property `name`
43
42
  # @return [String]
44
43
  attr_accessor :name
45
44
 
46
- # Whether the account shares data anonymously with Google and others. @mutable
47
- # tagmanager.accounts.create @mutable tagmanager.accounts.update
45
+ # Whether the account shares data anonymously with Google and others.
48
46
  # Corresponds to the JSON property `shareData`
49
47
  # @return [Boolean]
50
48
  attr_accessor :share_data
@@ -67,9 +65,7 @@ module Google
67
65
  class AccountAccess
68
66
  include Google::Apis::Core::Hashable
69
67
 
70
- # List of Account permissions. Valid account permissions are read and manage. @
71
- # mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.
72
- # permissions.update
68
+ # List of Account permissions. Valid account permissions are read and manage.
73
69
  # Corresponds to the JSON property `permission`
74
70
  # @return [Array<String>]
75
71
  attr_accessor :permission
@@ -95,15 +91,12 @@ module Google
95
91
  # matching, include a boolean parameter named ignore_case that is set to true.
96
92
  # If not specified or set to any other value, the matching will be case
97
93
  # sensitive. - To negate an operator, include a boolean parameter named negate
98
- # boolean parameter that is set to true. @mutable tagmanager.accounts.containers.
99
- # triggers.create @mutable tagmanager.accounts.containers.triggers.update
94
+ # boolean parameter that is set to true.
100
95
  # Corresponds to the JSON property `parameter`
101
96
  # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
102
97
  attr_accessor :parameter
103
98
 
104
- # The type of operator for this condition. @mutable tagmanager.accounts.
105
- # containers.triggers.create @mutable tagmanager.accounts.containers.triggers.
106
- # update
99
+ # The type of operator for this condition.
107
100
  # Corresponds to the JSON property `type`
108
101
  # @return [String]
109
102
  attr_accessor :type
@@ -133,9 +126,7 @@ module Google
133
126
  # @return [String]
134
127
  attr_accessor :container_id
135
128
 
136
- # Optional list of domain names associated with the Container. @mutable
137
- # tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.
138
- # update
129
+ # Optional list of domain names associated with the Container.
139
130
  # Corresponds to the JSON property `domainName`
140
131
  # @return [Array<String>]
141
132
  attr_accessor :domain_name
@@ -145,8 +136,7 @@ module Google
145
136
  # clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget,
146
137
  # formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment,
147
138
  # oldHistoryFragment, newHistoryState, oldHistoryState, historySource,
148
- # containerVersion, debugMode, randomNumber, containerId. @mutable tagmanager.
149
- # accounts.containers.create @mutable tagmanager.accounts.containers.update
139
+ # containerVersion, debugMode, randomNumber, containerId.
150
140
  # Corresponds to the JSON property `enabledBuiltInVariable`
151
141
  # @return [Array<String>]
152
142
  attr_accessor :enabled_built_in_variable
@@ -157,14 +147,12 @@ module Google
157
147
  # @return [String]
158
148
  attr_accessor :fingerprint
159
149
 
160
- # Container display name. @mutable tagmanager.accounts.containers.create @
161
- # mutable tagmanager.accounts.containers.update
150
+ # Container display name.
162
151
  # Corresponds to the JSON property `name`
163
152
  # @return [String]
164
153
  attr_accessor :name
165
154
 
166
- # Container Notes. @mutable tagmanager.accounts.containers.create @mutable
167
- # tagmanager.accounts.containers.update
155
+ # Container Notes.
168
156
  # Corresponds to the JSON property `notes`
169
157
  # @return [String]
170
158
  attr_accessor :notes
@@ -174,21 +162,18 @@ module Google
174
162
  # @return [String]
175
163
  attr_accessor :public_id
176
164
 
177
- # Container Country ID. @mutable tagmanager.accounts.containers.create @mutable
178
- # tagmanager.accounts.containers.update
165
+ # Container Country ID.
179
166
  # Corresponds to the JSON property `timeZoneCountryId`
180
167
  # @return [String]
181
168
  attr_accessor :time_zone_country_id
182
169
 
183
- # Container Time Zone ID. @mutable tagmanager.accounts.containers.create @
184
- # mutable tagmanager.accounts.containers.update
170
+ # Container Time Zone ID.
185
171
  # Corresponds to the JSON property `timeZoneId`
186
172
  # @return [String]
187
173
  attr_accessor :time_zone_id
188
174
 
189
175
  # List of Usage Contexts for the Container. Valid values include: web, android,
190
- # ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.
191
- # accounts.containers.update
176
+ # ios.
192
177
  # Corresponds to the JSON property `usageContext`
193
178
  # @return [Array<String>]
194
179
  attr_accessor :usage_context
@@ -217,15 +202,13 @@ module Google
217
202
  class ContainerAccess
218
203
  include Google::Apis::Core::Hashable
219
204
 
220
- # GTM Container ID. @mutable tagmanager.accounts.permissions.create @mutable
221
- # tagmanager.accounts.permissions.update
205
+ # GTM Container ID.
222
206
  # Corresponds to the JSON property `containerId`
223
207
  # @return [String]
224
208
  attr_accessor :container_id
225
209
 
226
210
  # List of Container permissions. Valid container permissions are: read, edit,
227
- # delete, publish. @mutable tagmanager.accounts.permissions.create @mutable
228
- # tagmanager.accounts.permissions.update
211
+ # delete, publish.
229
212
  # Corresponds to the JSON property `permission`
230
213
  # @return [Array<String>]
231
214
  attr_accessor :permission
@@ -282,28 +265,16 @@ module Google
282
265
  # @return [Array<Google::Apis::TagmanagerV1::Folder>]
283
266
  attr_accessor :folder
284
267
 
285
- # The macros in the container that this version was taken from.
286
- # Corresponds to the JSON property `macro`
287
- # @return [Array<Google::Apis::TagmanagerV1::Macro>]
288
- attr_accessor :macro
289
-
290
- # Container version display name. @mutable tagmanager.accounts.containers.
291
- # versions.update
268
+ # Container version display name.
292
269
  # Corresponds to the JSON property `name`
293
270
  # @return [String]
294
271
  attr_accessor :name
295
272
 
296
- # User notes on how to apply this container version in the container. @mutable
297
- # tagmanager.accounts.containers.versions.update
273
+ # User notes on how to apply this container version in the container.
298
274
  # Corresponds to the JSON property `notes`
299
275
  # @return [String]
300
276
  attr_accessor :notes
301
277
 
302
- # The rules in the container that this version was taken from.
303
- # Corresponds to the JSON property `rule`
304
- # @return [Array<Google::Apis::TagmanagerV1::Rule>]
305
- attr_accessor :rule
306
-
307
278
  # The tags in the container that this version was taken from.
308
279
  # Corresponds to the JSON property `tag`
309
280
  # @return [Array<Google::Apis::TagmanagerV1::Tag>]
@@ -332,10 +303,8 @@ module Google
332
303
  @deleted = args[:deleted] if args.key?(:deleted)
333
304
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
334
305
  @folder = args[:folder] if args.key?(:folder)
335
- @macro = args[:macro] if args.key?(:macro)
336
306
  @name = args[:name] if args.key?(:name)
337
307
  @notes = args[:notes] if args.key?(:notes)
338
- @rule = args[:rule] if args.key?(:rule)
339
308
  @tag = args[:tag] if args.key?(:tag)
340
309
  @trigger = args[:trigger] if args.key?(:trigger)
341
310
  @variable = args[:variable] if args.key?(:variable)
@@ -372,16 +341,6 @@ module Google
372
341
  # @return [String]
373
342
  attr_accessor :name
374
343
 
375
- # Number of macros in the container version.
376
- # Corresponds to the JSON property `numMacros`
377
- # @return [String]
378
- attr_accessor :num_macros
379
-
380
- # Number of rules in the container version.
381
- # Corresponds to the JSON property `numRules`
382
- # @return [String]
383
- attr_accessor :num_rules
384
-
385
344
  # Number of tags in the container version.
386
345
  # Corresponds to the JSON property `numTags`
387
346
  # @return [String]
@@ -408,8 +367,6 @@ module Google
408
367
  @container_version_id = args[:container_version_id] if args.key?(:container_version_id)
409
368
  @deleted = args[:deleted] if args.key?(:deleted)
410
369
  @name = args[:name] if args.key?(:name)
411
- @num_macros = args[:num_macros] if args.key?(:num_macros)
412
- @num_rules = args[:num_rules] if args.key?(:num_rules)
413
370
  @num_tags = args[:num_tags] if args.key?(:num_tags)
414
371
  @num_triggers = args[:num_triggers] if args.key?(:num_triggers)
415
372
  @num_variables = args[:num_variables] if args.key?(:num_variables)
@@ -506,15 +463,12 @@ module Google
506
463
  attr_accessor :container_version_id
507
464
 
508
465
  # The environment description. Can be set or changed only on USER type
509
- # environments. @mutable tagmanager.accounts.containers.environments.create @
510
- # mutable tagmanager.accounts.containers.environments.update
466
+ # environments.
511
467
  # Corresponds to the JSON property `description`
512
468
  # @return [String]
513
469
  attr_accessor :description
514
470
 
515
- # Whether or not to enable debug by default on for the environment. @mutable
516
- # tagmanager.accounts.containers.environments.create @mutable tagmanager.
517
- # accounts.containers.environments.update
471
+ # Whether or not to enable debug by default on for the environment.
518
472
  # Corresponds to the JSON property `enableDebug`
519
473
  # @return [Boolean]
520
474
  attr_accessor :enable_debug
@@ -532,8 +486,7 @@ module Google
532
486
  attr_accessor :fingerprint
533
487
 
534
488
  # The environment display name. Can be set or changed only on USER type
535
- # environments. @mutable tagmanager.accounts.containers.environments.create @
536
- # mutable tagmanager.accounts.containers.environments.update
489
+ # environments.
537
490
  # Corresponds to the JSON property `name`
538
491
  # @return [String]
539
492
  attr_accessor :name
@@ -543,9 +496,7 @@ module Google
543
496
  # @return [String]
544
497
  attr_accessor :type
545
498
 
546
- # Default preview page url for the environment. @mutable tagmanager.accounts.
547
- # containers.environments.create @mutable tagmanager.accounts.containers.
548
- # environments.update
499
+ # Default preview page url for the environment.
549
500
  # Corresponds to the JSON property `url`
550
501
  # @return [String]
551
502
  attr_accessor :url
@@ -596,8 +547,7 @@ module Google
596
547
  # @return [String]
597
548
  attr_accessor :folder_id
598
549
 
599
- # Folder display name. @mutable tagmanager.accounts.containers.folders.create @
600
- # mutable tagmanager.accounts.containers.folders.update
550
+ # Folder display name.
601
551
  # Corresponds to the JSON property `name`
602
552
  # @return [String]
603
553
  attr_accessor :name
@@ -824,146 +774,22 @@ module Google
824
774
  end
825
775
  end
826
776
 
827
- # Represents a Google Tag Manager Macro.
828
- class Macro
829
- include Google::Apis::Core::Hashable
830
-
831
- # GTM Account ID.
832
- # Corresponds to the JSON property `accountId`
833
- # @return [String]
834
- attr_accessor :account_id
835
-
836
- # GTM Container ID.
837
- # Corresponds to the JSON property `containerId`
838
- # @return [String]
839
- attr_accessor :container_id
840
-
841
- # For mobile containers only: A list of rule IDs for disabling conditional
842
- # macros; the macro is enabled if one of the enabling rules is true while all
843
- # the disabling rules are false. Treated as an unordered set. @mutable
844
- # tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.
845
- # containers.macros.update
846
- # Corresponds to the JSON property `disablingRuleId`
847
- # @return [Array<String>]
848
- attr_accessor :disabling_rule_id
849
-
850
- # For mobile containers only: A list of rule IDs for enabling conditional macros;
851
- # the macro is enabled if one of the enabling rules is true while all the
852
- # disabling rules are false. Treated as an unordered set. @mutable tagmanager.
853
- # accounts.containers.macros.create @mutable tagmanager.accounts.containers.
854
- # macros.update
855
- # Corresponds to the JSON property `enablingRuleId`
856
- # @return [Array<String>]
857
- attr_accessor :enabling_rule_id
858
-
859
- # The fingerprint of the GTM Macro as computed at storage time. This value is
860
- # recomputed whenever the macro is modified.
861
- # Corresponds to the JSON property `fingerprint`
862
- # @return [String]
863
- attr_accessor :fingerprint
864
-
865
- # The Macro ID uniquely identifies the GTM Macro.
866
- # Corresponds to the JSON property `macroId`
867
- # @return [String]
868
- attr_accessor :macro_id
869
-
870
- # Macro display name. @mutable tagmanager.accounts.containers.macros.create @
871
- # mutable tagmanager.accounts.containers.macros.update
872
- # Corresponds to the JSON property `name`
873
- # @return [String]
874
- attr_accessor :name
875
-
876
- # User notes on how to apply this macro in the container. @mutable tagmanager.
877
- # accounts.containers.macros.create @mutable tagmanager.accounts.containers.
878
- # macros.update
879
- # Corresponds to the JSON property `notes`
880
- # @return [String]
881
- attr_accessor :notes
882
-
883
- # The macro's parameters. @mutable tagmanager.accounts.containers.macros.create @
884
- # mutable tagmanager.accounts.containers.macros.update
885
- # Corresponds to the JSON property `parameter`
886
- # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
887
- attr_accessor :parameter
888
-
889
- # Parent folder id.
890
- # Corresponds to the JSON property `parentFolderId`
891
- # @return [String]
892
- attr_accessor :parent_folder_id
893
-
894
- # The end timestamp in milliseconds to schedule a macro. @mutable tagmanager.
895
- # accounts.containers.macros.create @mutable tagmanager.accounts.containers.
896
- # macros.update
897
- # Corresponds to the JSON property `scheduleEndMs`
898
- # @return [Fixnum]
899
- attr_accessor :schedule_end_ms
900
-
901
- # The start timestamp in milliseconds to schedule a macro. @mutable tagmanager.
902
- # accounts.containers.macros.create @mutable tagmanager.accounts.containers.
903
- # macros.update
904
- # Corresponds to the JSON property `scheduleStartMs`
905
- # @return [Fixnum]
906
- attr_accessor :schedule_start_ms
907
-
908
- # GTM Macro Type. @mutable tagmanager.accounts.containers.macros.create @mutable
909
- # tagmanager.accounts.containers.macros.update
910
- # Corresponds to the JSON property `type`
911
- # @return [String]
912
- attr_accessor :type
913
-
914
- def initialize(**args)
915
- update!(**args)
916
- end
917
-
918
- # Update properties of this object
919
- def update!(**args)
920
- @account_id = args[:account_id] if args.key?(:account_id)
921
- @container_id = args[:container_id] if args.key?(:container_id)
922
- @disabling_rule_id = args[:disabling_rule_id] if args.key?(:disabling_rule_id)
923
- @enabling_rule_id = args[:enabling_rule_id] if args.key?(:enabling_rule_id)
924
- @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
925
- @macro_id = args[:macro_id] if args.key?(:macro_id)
926
- @name = args[:name] if args.key?(:name)
927
- @notes = args[:notes] if args.key?(:notes)
928
- @parameter = args[:parameter] if args.key?(:parameter)
929
- @parent_folder_id = args[:parent_folder_id] if args.key?(:parent_folder_id)
930
- @schedule_end_ms = args[:schedule_end_ms] if args.key?(:schedule_end_ms)
931
- @schedule_start_ms = args[:schedule_start_ms] if args.key?(:schedule_start_ms)
932
- @type = args[:type] if args.key?(:type)
933
- end
934
- end
935
-
936
777
  # Represents a Google Tag Manager Parameter.
937
778
  class Parameter
938
779
  include Google::Apis::Core::Hashable
939
780
 
940
781
  # The named key that uniquely identifies a parameter. Required for top-level
941
- # parameters, as well as map values. Ignored for list values. @mutable
942
- # tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.
943
- # containers.variables.update @mutable tagmanager.accounts.containers.triggers.
944
- # create @mutable tagmanager.accounts.containers.triggers.update @mutable
945
- # tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.
946
- # containers.tags.update
782
+ # parameters, as well as map values. Ignored for list values.
947
783
  # Corresponds to the JSON property `key`
948
784
  # @return [String]
949
785
  attr_accessor :key
950
786
 
951
- # This list parameter's parameters (keys will be ignored). @mutable tagmanager.
952
- # accounts.containers.variables.create @mutable tagmanager.accounts.containers.
953
- # variables.update @mutable tagmanager.accounts.containers.triggers.create @
954
- # mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.
955
- # accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
956
- # update
787
+ # This list parameter's parameters (keys will be ignored).
957
788
  # Corresponds to the JSON property `list`
958
789
  # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
959
790
  attr_accessor :list
960
791
 
961
- # This map parameter's parameters (must have keys; keys must be unique). @
962
- # mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.
963
- # accounts.containers.variables.update @mutable tagmanager.accounts.containers.
964
- # triggers.create @mutable tagmanager.accounts.containers.triggers.update @
965
- # mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.
966
- # accounts.containers.tags.update
792
+ # This map parameter's parameters (must have keys; keys must be unique).
967
793
  # Corresponds to the JSON property `map`
968
794
  # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
969
795
  attr_accessor :map
@@ -975,21 +801,13 @@ module Google
975
801
  # represents any text; this can include variable references (even variable
976
802
  # references that might return non-string types) - trigger_reference: The value
977
803
  # represents a trigger, represented as the trigger id - tag_reference: The value
978
- # represents a tag, represented as the tag name @mutable tagmanager.accounts.
979
- # containers.variables.create @mutable tagmanager.accounts.containers.variables.
980
- # update @mutable tagmanager.accounts.containers.triggers.create @mutable
981
- # tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.
982
- # containers.tags.create @mutable tagmanager.accounts.containers.tags.update
804
+ # represents a tag, represented as the tag name
983
805
  # Corresponds to the JSON property `type`
984
806
  # @return [String]
985
807
  attr_accessor :type
986
808
 
987
- # A parameter's value (may contain variable references such as "``myVariable``")
988
- # as appropriate to the specified type. @mutable tagmanager.accounts.containers.
989
- # variables.create @mutable tagmanager.accounts.containers.variables.update @
990
- # mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.
991
- # accounts.containers.triggers.update @mutable tagmanager.accounts.containers.
992
- # tags.create @mutable tagmanager.accounts.containers.tags.update
809
+ # A parameter's value (may contain variable references). as appropriate to the
810
+ # specified type.
993
811
  # Corresponds to the JSON property `value`
994
812
  # @return [String]
995
813
  attr_accessor :value
@@ -1034,67 +852,6 @@ module Google
1034
852
  end
1035
853
  end
1036
854
 
1037
- # Represents a Google Tag Manager Rule.
1038
- class Rule
1039
- include Google::Apis::Core::Hashable
1040
-
1041
- # GTM Account ID.
1042
- # Corresponds to the JSON property `accountId`
1043
- # @return [String]
1044
- attr_accessor :account_id
1045
-
1046
- # The list of conditions that make up this rule (implicit AND between them). @
1047
- # mutable tagmanager.accounts.containers.rules.create @mutable tagmanager.
1048
- # accounts.containers.rules.update
1049
- # Corresponds to the JSON property `condition`
1050
- # @return [Array<Google::Apis::TagmanagerV1::Condition>]
1051
- attr_accessor :condition
1052
-
1053
- # GTM Container ID.
1054
- # Corresponds to the JSON property `containerId`
1055
- # @return [String]
1056
- attr_accessor :container_id
1057
-
1058
- # The fingerprint of the GTM Rule as computed at storage time. This value is
1059
- # recomputed whenever the rule is modified.
1060
- # Corresponds to the JSON property `fingerprint`
1061
- # @return [String]
1062
- attr_accessor :fingerprint
1063
-
1064
- # Rule display name. @mutable tagmanager.accounts.containers.rules.create @
1065
- # mutable tagmanager.accounts.containers.rules.update
1066
- # Corresponds to the JSON property `name`
1067
- # @return [String]
1068
- attr_accessor :name
1069
-
1070
- # User notes on how to apply this rule in the container. @mutable tagmanager.
1071
- # accounts.containers.rules.create @mutable tagmanager.accounts.containers.rules.
1072
- # update
1073
- # Corresponds to the JSON property `notes`
1074
- # @return [String]
1075
- attr_accessor :notes
1076
-
1077
- # The Rule ID uniquely identifies the GTM Rule.
1078
- # Corresponds to the JSON property `ruleId`
1079
- # @return [String]
1080
- attr_accessor :rule_id
1081
-
1082
- def initialize(**args)
1083
- update!(**args)
1084
- end
1085
-
1086
- # Update properties of this object
1087
- def update!(**args)
1088
- @account_id = args[:account_id] if args.key?(:account_id)
1089
- @condition = args[:condition] if args.key?(:condition)
1090
- @container_id = args[:container_id] if args.key?(:container_id)
1091
- @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
1092
- @name = args[:name] if args.key?(:name)
1093
- @notes = args[:notes] if args.key?(:notes)
1094
- @rule_id = args[:rule_id] if args.key?(:rule_id)
1095
- end
1096
- end
1097
-
1098
855
  #
1099
856
  class SetupTag
1100
857
  include Google::Apis::Core::Hashable
@@ -1131,16 +888,8 @@ module Google
1131
888
  # @return [String]
1132
889
  attr_accessor :account_id
1133
890
 
1134
- # Blocking rule IDs. If any of the listed rules evaluate to true, the tag will
1135
- # not fire. @mutable tagmanager.accounts.containers.tags.create @mutable
1136
- # tagmanager.accounts.containers.tags.update
1137
- # Corresponds to the JSON property `blockingRuleId`
1138
- # @return [Array<String>]
1139
- attr_accessor :blocking_rule_id
1140
-
1141
891
  # Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag
1142
- # will not fire. @mutable tagmanager.accounts.containers.tags.create @mutable
1143
- # tagmanager.accounts.containers.tags.update
892
+ # will not fire.
1144
893
  # Corresponds to the JSON property `blockingTriggerId`
1145
894
  # @return [Array<String>]
1146
895
  attr_accessor :blocking_trigger_id
@@ -1156,45 +905,30 @@ module Google
1156
905
  # @return [String]
1157
906
  attr_accessor :fingerprint
1158
907
 
1159
- # Firing rule IDs. A tag will fire when any of the listed rules are true and all
1160
- # of its blockingRuleIds (if any specified) are false. @mutable tagmanager.
1161
- # accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
1162
- # update
1163
- # Corresponds to the JSON property `firingRuleId`
1164
- # @return [Array<String>]
1165
- attr_accessor :firing_rule_id
1166
-
1167
908
  # Firing trigger IDs. A tag will fire when any of the listed triggers are true
1168
- # and all of its blockingTriggerIds (if any specified) are false. @mutable
1169
- # tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.
1170
- # containers.tags.update
909
+ # and all of its blockingTriggerIds (if any specified) are false.
1171
910
  # Corresponds to the JSON property `firingTriggerId`
1172
911
  # @return [Array<String>]
1173
912
  attr_accessor :firing_trigger_id
1174
913
 
1175
914
  # If set to true, this tag will only fire in the live environment (e.g. not in
1176
- # preview or debug mode). @mutable tagmanager.accounts.containers.tags.create @
1177
- # mutable tagmanager.accounts.containers.tags.update
915
+ # preview or debug mode).
1178
916
  # Corresponds to the JSON property `liveOnly`
1179
917
  # @return [Boolean]
1180
918
  attr_accessor :live_only
1181
919
  alias_method :live_only?, :live_only
1182
920
 
1183
- # Tag display name. @mutable tagmanager.accounts.containers.tags.create @mutable
1184
- # tagmanager.accounts.containers.tags.update
921
+ # Tag display name.
1185
922
  # Corresponds to the JSON property `name`
1186
923
  # @return [String]
1187
924
  attr_accessor :name
1188
925
 
1189
- # User notes on how to apply this tag in the container. @mutable tagmanager.
1190
- # accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
1191
- # update
926
+ # User notes on how to apply this tag in the container.
1192
927
  # Corresponds to the JSON property `notes`
1193
928
  # @return [String]
1194
929
  attr_accessor :notes
1195
930
 
1196
- # The tag's parameters. @mutable tagmanager.accounts.containers.tags.create @
1197
- # mutable tagmanager.accounts.containers.tags.update
931
+ # The tag's parameters.
1198
932
  # Corresponds to the JSON property `parameter`
1199
933
  # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
1200
934
  attr_accessor :parameter
@@ -1204,8 +938,7 @@ module Google
1204
938
  # @return [String]
1205
939
  attr_accessor :parent_folder_id
1206
940
 
1207
- # True if the tag is paused. @mutable tagmanager.accounts.containers.tags.create
1208
- # @mutable tagmanager.accounts.containers.tags.update
941
+ # True if the tag is paused.
1209
942
  # Corresponds to the JSON property `paused`
1210
943
  # @return [Boolean]
1211
944
  attr_accessor :paused
@@ -1216,16 +949,12 @@ module Google
1216
949
  # @return [Google::Apis::TagmanagerV1::Parameter]
1217
950
  attr_accessor :priority
1218
951
 
1219
- # The end timestamp in milliseconds to schedule a tag. @mutable tagmanager.
1220
- # accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
1221
- # update
952
+ # The end timestamp in milliseconds to schedule a tag.
1222
953
  # Corresponds to the JSON property `scheduleEndMs`
1223
954
  # @return [Fixnum]
1224
955
  attr_accessor :schedule_end_ms
1225
956
 
1226
- # The start timestamp in milliseconds to schedule a tag. @mutable tagmanager.
1227
- # accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
1228
- # update
957
+ # The start timestamp in milliseconds to schedule a tag.
1229
958
  # Corresponds to the JSON property `scheduleStartMs`
1230
959
  # @return [Fixnum]
1231
960
  attr_accessor :schedule_start_ms
@@ -1250,8 +979,7 @@ module Google
1250
979
  # @return [Array<Google::Apis::TagmanagerV1::TeardownTag>]
1251
980
  attr_accessor :teardown_tag
1252
981
 
1253
- # GTM Tag Type. @mutable tagmanager.accounts.containers.tags.create @mutable
1254
- # tagmanager.accounts.containers.tags.update
982
+ # GTM Tag Type.
1255
983
  # Corresponds to the JSON property `type`
1256
984
  # @return [String]
1257
985
  attr_accessor :type
@@ -1263,11 +991,9 @@ module Google
1263
991
  # Update properties of this object
1264
992
  def update!(**args)
1265
993
  @account_id = args[:account_id] if args.key?(:account_id)
1266
- @blocking_rule_id = args[:blocking_rule_id] if args.key?(:blocking_rule_id)
1267
994
  @blocking_trigger_id = args[:blocking_trigger_id] if args.key?(:blocking_trigger_id)
1268
995
  @container_id = args[:container_id] if args.key?(:container_id)
1269
996
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
1270
- @firing_rule_id = args[:firing_rule_id] if args.key?(:firing_rule_id)
1271
997
  @firing_trigger_id = args[:firing_trigger_id] if args.key?(:firing_trigger_id)
1272
998
  @live_only = args[:live_only] if args.key?(:live_only)
1273
999
  @name = args[:name] if args.key?(:name)
@@ -1322,9 +1048,7 @@ module Google
1322
1048
  # @return [String]
1323
1049
  attr_accessor :account_id
1324
1050
 
1325
- # Used in the case of auto event tracking. @mutable tagmanager.accounts.
1326
- # containers.triggers.create @mutable tagmanager.accounts.containers.triggers.
1327
- # update
1051
+ # Used in the case of auto event tracking.
1328
1052
  # Corresponds to the JSON property `autoEventFilter`
1329
1053
  # @return [Array<Google::Apis::TagmanagerV1::Condition>]
1330
1054
  attr_accessor :auto_event_filter
@@ -1344,9 +1068,7 @@ module Google
1344
1068
  # @return [Google::Apis::TagmanagerV1::Parameter]
1345
1069
  attr_accessor :continuous_time_min_milliseconds
1346
1070
 
1347
- # Used in the case of custom event, which is fired iff all Conditions are true. @
1348
- # mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.
1349
- # accounts.containers.triggers.update
1071
+ # Used in the case of custom event, which is fired iff all Conditions are true.
1350
1072
  # Corresponds to the JSON property `customEventFilter`
1351
1073
  # @return [Array<Google::Apis::TagmanagerV1::Condition>]
1352
1074
  attr_accessor :custom_event_filter
@@ -1356,9 +1078,7 @@ module Google
1356
1078
  # @return [Google::Apis::TagmanagerV1::Parameter]
1357
1079
  attr_accessor :event_name
1358
1080
 
1359
- # The trigger will only fire iff all Conditions are true. @mutable tagmanager.
1360
- # accounts.containers.triggers.create @mutable tagmanager.accounts.containers.
1361
- # triggers.update
1081
+ # The trigger will only fire iff all Conditions are true.
1362
1082
  # Corresponds to the JSON property `filter`
1363
1083
  # @return [Array<Google::Apis::TagmanagerV1::Condition>]
1364
1084
  attr_accessor :filter
@@ -1394,15 +1114,12 @@ module Google
1394
1114
  # @return [Google::Apis::TagmanagerV1::Parameter]
1395
1115
  attr_accessor :max_timer_length_seconds
1396
1116
 
1397
- # Trigger display name. @mutable tagmanager.accounts.containers.triggers.create @
1398
- # mutable tagmanager.accounts.containers.triggers.update
1117
+ # Trigger display name.
1399
1118
  # Corresponds to the JSON property `name`
1400
1119
  # @return [String]
1401
1120
  attr_accessor :name
1402
1121
 
1403
- # Additional parameters. @mutable tagmanager.accounts.containers.workspaces.
1404
- # triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.
1405
- # update
1122
+ # Additional parameters.
1406
1123
  # Corresponds to the JSON property `parameter`
1407
1124
  # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
1408
1125
  attr_accessor :parameter
@@ -1427,9 +1144,7 @@ module Google
1427
1144
  # @return [String]
1428
1145
  attr_accessor :trigger_id
1429
1146
 
1430
- # Defines the data layer event that causes this trigger. @mutable tagmanager.
1431
- # accounts.containers.triggers.create @mutable tagmanager.accounts.containers.
1432
- # triggers.update
1147
+ # Defines the data layer event that causes this trigger.
1433
1148
  # Corresponds to the JSON property `type`
1434
1149
  # @return [String]
1435
1150
  attr_accessor :type
@@ -1520,13 +1235,12 @@ module Google
1520
1235
  # @return [String]
1521
1236
  attr_accessor :account_id
1522
1237
 
1523
- # GTM Container access permissions. @mutable tagmanager.accounts.permissions.
1524
- # create @mutable tagmanager.accounts.permissions.update
1238
+ # GTM Container access permissions.
1525
1239
  # Corresponds to the JSON property `containerAccess`
1526
1240
  # @return [Array<Google::Apis::TagmanagerV1::ContainerAccess>]
1527
1241
  attr_accessor :container_access
1528
1242
 
1529
- # User's email address. @mutable tagmanager.accounts.permissions.create
1243
+ # User's email address.
1530
1244
  # Corresponds to the JSON property `emailAddress`
1531
1245
  # @return [String]
1532
1246
  attr_accessor :email_address
@@ -1566,18 +1280,14 @@ module Google
1566
1280
 
1567
1281
  # For mobile containers only: A list of trigger IDs for disabling conditional
1568
1282
  # variables; the variable is enabled if one of the enabling trigger is true
1569
- # while all the disabling trigger are false. Treated as an unordered set. @
1570
- # mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.
1571
- # accounts.containers.variables.update
1283
+ # while all the disabling trigger are false. Treated as an unordered set.
1572
1284
  # Corresponds to the JSON property `disablingTriggerId`
1573
1285
  # @return [Array<String>]
1574
1286
  attr_accessor :disabling_trigger_id
1575
1287
 
1576
1288
  # For mobile containers only: A list of trigger IDs for enabling conditional
1577
1289
  # variables; the variable is enabled if one of the enabling triggers is true
1578
- # while all the disabling triggers are false. Treated as an unordered set. @
1579
- # mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.
1580
- # accounts.containers.variables.update
1290
+ # while all the disabling triggers are false. Treated as an unordered set.
1581
1291
  # Corresponds to the JSON property `enablingTriggerId`
1582
1292
  # @return [Array<String>]
1583
1293
  attr_accessor :enabling_trigger_id
@@ -1588,21 +1298,17 @@ module Google
1588
1298
  # @return [String]
1589
1299
  attr_accessor :fingerprint
1590
1300
 
1591
- # Variable display name. @mutable tagmanager.accounts.containers.variables.
1592
- # create @mutable tagmanager.accounts.containers.variables.update
1301
+ # Variable display name.
1593
1302
  # Corresponds to the JSON property `name`
1594
1303
  # @return [String]
1595
1304
  attr_accessor :name
1596
1305
 
1597
- # User notes on how to apply this variable in the container. @mutable tagmanager.
1598
- # accounts.containers.variables.create @mutable tagmanager.accounts.containers.
1599
- # variables.update
1306
+ # User notes on how to apply this variable in the container.
1600
1307
  # Corresponds to the JSON property `notes`
1601
1308
  # @return [String]
1602
1309
  attr_accessor :notes
1603
1310
 
1604
- # The variable's parameters. @mutable tagmanager.accounts.containers.variables.
1605
- # create @mutable tagmanager.accounts.containers.variables.update
1311
+ # The variable's parameters.
1606
1312
  # Corresponds to the JSON property `parameter`
1607
1313
  # @return [Array<Google::Apis::TagmanagerV1::Parameter>]
1608
1314
  attr_accessor :parameter
@@ -1612,22 +1318,17 @@ module Google
1612
1318
  # @return [String]
1613
1319
  attr_accessor :parent_folder_id
1614
1320
 
1615
- # The end timestamp in milliseconds to schedule a variable. @mutable tagmanager.
1616
- # accounts.containers.variables.create @mutable tagmanager.accounts.containers.
1617
- # variables.update
1321
+ # The end timestamp in milliseconds to schedule a variable.
1618
1322
  # Corresponds to the JSON property `scheduleEndMs`
1619
1323
  # @return [Fixnum]
1620
1324
  attr_accessor :schedule_end_ms
1621
1325
 
1622
- # The start timestamp in milliseconds to schedule a variable. @mutable
1623
- # tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.
1624
- # containers.variables.update
1326
+ # The start timestamp in milliseconds to schedule a variable.
1625
1327
  # Corresponds to the JSON property `scheduleStartMs`
1626
1328
  # @return [Fixnum]
1627
1329
  attr_accessor :schedule_start_ms
1628
1330
 
1629
- # GTM Variable Type. @mutable tagmanager.accounts.containers.variables.create @
1630
- # mutable tagmanager.accounts.containers.variables.update
1331
+ # GTM Variable Type.
1631
1332
  # Corresponds to the JSON property `type`
1632
1333
  # @return [String]
1633
1334
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TagmanagerV1
18
18
  # Version of the google-apis-tagmanager_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230705"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -148,12 +148,6 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
- class Macro
152
- class Representation < Google::Apis::Core::JsonRepresentation; end
153
-
154
- include Google::Apis::Core::JsonObjectSupport
155
- end
156
-
157
151
  class Parameter
158
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
153
 
@@ -166,12 +160,6 @@ module Google
166
160
  include Google::Apis::Core::JsonObjectSupport
167
161
  end
168
162
 
169
- class Rule
170
- class Representation < Google::Apis::Core::JsonRepresentation; end
171
-
172
- include Google::Apis::Core::JsonObjectSupport
173
- end
174
-
175
163
  class SetupTag
176
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
165
 
@@ -271,12 +259,8 @@ module Google
271
259
  property :fingerprint, as: 'fingerprint'
272
260
  collection :folder, as: 'folder', class: Google::Apis::TagmanagerV1::Folder, decorator: Google::Apis::TagmanagerV1::Folder::Representation
273
261
 
274
- collection :macro, as: 'macro', class: Google::Apis::TagmanagerV1::Macro, decorator: Google::Apis::TagmanagerV1::Macro::Representation
275
-
276
262
  property :name, as: 'name'
277
263
  property :notes, as: 'notes'
278
- collection :rule, as: 'rule', class: Google::Apis::TagmanagerV1::Rule, decorator: Google::Apis::TagmanagerV1::Rule::Representation
279
-
280
264
  collection :tag, as: 'tag', class: Google::Apis::TagmanagerV1::Tag, decorator: Google::Apis::TagmanagerV1::Tag::Representation
281
265
 
282
266
  collection :trigger, as: 'trigger', class: Google::Apis::TagmanagerV1::Trigger, decorator: Google::Apis::TagmanagerV1::Trigger::Representation
@@ -294,8 +278,6 @@ module Google
294
278
  property :container_version_id, as: 'containerVersionId'
295
279
  property :deleted, as: 'deleted'
296
280
  property :name, as: 'name'
297
- property :num_macros, as: 'numMacros'
298
- property :num_rules, as: 'numRules'
299
281
  property :num_tags, as: 'numTags'
300
282
  property :num_triggers, as: 'numTriggers'
301
283
  property :num_variables, as: 'numVariables'
@@ -435,26 +417,6 @@ module Google
435
417
  end
436
418
  end
437
419
 
438
- class Macro
439
- # @private
440
- class Representation < Google::Apis::Core::JsonRepresentation
441
- property :account_id, as: 'accountId'
442
- property :container_id, as: 'containerId'
443
- collection :disabling_rule_id, as: 'disablingRuleId'
444
- collection :enabling_rule_id, as: 'enablingRuleId'
445
- property :fingerprint, as: 'fingerprint'
446
- property :macro_id, as: 'macroId'
447
- property :name, as: 'name'
448
- property :notes, as: 'notes'
449
- collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV1::Parameter, decorator: Google::Apis::TagmanagerV1::Parameter::Representation
450
-
451
- property :parent_folder_id, as: 'parentFolderId'
452
- property :schedule_end_ms, :numeric_string => true, as: 'scheduleEndMs'
453
- property :schedule_start_ms, :numeric_string => true, as: 'scheduleStartMs'
454
- property :type, as: 'type'
455
- end
456
- end
457
-
458
420
  class Parameter
459
421
  # @private
460
422
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -477,20 +439,6 @@ module Google
477
439
  end
478
440
  end
479
441
 
480
- class Rule
481
- # @private
482
- class Representation < Google::Apis::Core::JsonRepresentation
483
- property :account_id, as: 'accountId'
484
- collection :condition, as: 'condition', class: Google::Apis::TagmanagerV1::Condition, decorator: Google::Apis::TagmanagerV1::Condition::Representation
485
-
486
- property :container_id, as: 'containerId'
487
- property :fingerprint, as: 'fingerprint'
488
- property :name, as: 'name'
489
- property :notes, as: 'notes'
490
- property :rule_id, as: 'ruleId'
491
- end
492
- end
493
-
494
442
  class SetupTag
495
443
  # @private
496
444
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -503,11 +451,9 @@ module Google
503
451
  # @private
504
452
  class Representation < Google::Apis::Core::JsonRepresentation
505
453
  property :account_id, as: 'accountId'
506
- collection :blocking_rule_id, as: 'blockingRuleId'
507
454
  collection :blocking_trigger_id, as: 'blockingTriggerId'
508
455
  property :container_id, as: 'containerId'
509
456
  property :fingerprint, as: 'fingerprint'
510
- collection :firing_rule_id, as: 'firingRuleId'
511
457
  collection :firing_trigger_id, as: 'firingTriggerId'
512
458
  property :live_only, as: 'liveOnly'
513
459
  property :name, as: 'name'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tagmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v1/v0.19.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Tag Manager API V1
82
79
  test_files: []