Skip to content

Commit a14be45

Browse files
feat: Automated regeneration of tagmanager v2 client (googleapis#22402)
Auto-created at 2025-04-13 10:15:07 +0000 using the toys pull request generator.
1 parent e821281 commit a14be45

File tree

4 files changed

+6
-32
lines changed

4 files changed

+6
-32
lines changed

generated/google-apis-tagmanager_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-tagmanager_v2
22

3+
### v0.34.0 (2025-04-13)
4+
5+
* Regenerated from discovery document revision 20250409
6+
37
### v0.33.0 (2025-03-16)
48

59
* Regenerated from discovery document revision 20250310

generated/google-apis-tagmanager_v2/lib/google/apis/tagmanager_v2/classes.rb

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -717,16 +717,6 @@ class ContainerVersionHeader
717717
# @return [String]
718718
attr_accessor :num_gtag_configs
719719

720-
# Number of macros in the container version.
721-
# Corresponds to the JSON property `numMacros`
722-
# @return [String]
723-
attr_accessor :num_macros
724-
725-
# Number of rules in the container version.
726-
# Corresponds to the JSON property `numRules`
727-
# @return [String]
728-
attr_accessor :num_rules
729-
730720
# Number of tags in the container version.
731721
# Corresponds to the JSON property `numTags`
732722
# @return [String]
@@ -771,8 +761,6 @@ def update!(**args)
771761
@num_clients = args[:num_clients] if args.key?(:num_clients)
772762
@num_custom_templates = args[:num_custom_templates] if args.key?(:num_custom_templates)
773763
@num_gtag_configs = args[:num_gtag_configs] if args.key?(:num_gtag_configs)
774-
@num_macros = args[:num_macros] if args.key?(:num_macros)
775-
@num_rules = args[:num_rules] if args.key?(:num_rules)
776764
@num_tags = args[:num_tags] if args.key?(:num_tags)
777765
@num_transformations = args[:num_transformations] if args.key?(:num_transformations)
778766
@num_triggers = args[:num_triggers] if args.key?(:num_triggers)
@@ -2319,12 +2307,6 @@ class Tag
23192307
# @return [String]
23202308
attr_accessor :account_id
23212309

2322-
# Blocking rule IDs. If any of the listed rules evaluate to true, the tag will
2323-
# not fire.
2324-
# Corresponds to the JSON property `blockingRuleId`
2325-
# @return [Array<String>]
2326-
attr_accessor :blocking_rule_id
2327-
23282310
# Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag
23292311
# will not fire.
23302312
# Corresponds to the JSON property `blockingTriggerId`
@@ -2347,12 +2329,6 @@ class Tag
23472329
# @return [String]
23482330
attr_accessor :fingerprint
23492331

2350-
# Firing rule IDs. A tag will fire when any of the listed rules are true and all
2351-
# of its blockingRuleIds (if any specified) are false.
2352-
# Corresponds to the JSON property `firingRuleId`
2353-
# @return [Array<String>]
2354-
attr_accessor :firing_rule_id
2355-
23562332
# Firing trigger IDs. A tag will fire when any of the listed triggers are true
23572333
# and all of its blockingTriggerIds (if any specified) are false.
23582334
# Corresponds to the JSON property `firingTriggerId`
@@ -2465,12 +2441,10 @@ def initialize(**args)
24652441
# Update properties of this object
24662442
def update!(**args)
24672443
@account_id = args[:account_id] if args.key?(:account_id)
2468-
@blocking_rule_id = args[:blocking_rule_id] if args.key?(:blocking_rule_id)
24692444
@blocking_trigger_id = args[:blocking_trigger_id] if args.key?(:blocking_trigger_id)
24702445
@consent_settings = args[:consent_settings] if args.key?(:consent_settings)
24712446
@container_id = args[:container_id] if args.key?(:container_id)
24722447
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
2473-
@firing_rule_id = args[:firing_rule_id] if args.key?(:firing_rule_id)
24742448
@firing_trigger_id = args[:firing_trigger_id] if args.key?(:firing_trigger_id)
24752449
@live_only = args[:live_only] if args.key?(:live_only)
24762450
@monitoring_metadata = args[:monitoring_metadata] if args.key?(:monitoring_metadata)

generated/google-apis-tagmanager_v2/lib/google/apis/tagmanager_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TagmanagerV2
1818
# Version of the google-apis-tagmanager_v2 gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250310"
25+
REVISION = "20250409"
2626
end
2727
end
2828
end

generated/google-apis-tagmanager_v2/lib/google/apis/tagmanager_v2/representations.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
608608
property :num_clients, as: 'numClients'
609609
property :num_custom_templates, as: 'numCustomTemplates'
610610
property :num_gtag_configs, as: 'numGtagConfigs'
611-
property :num_macros, as: 'numMacros'
612-
property :num_rules, as: 'numRules'
613611
property :num_tags, as: 'numTags'
614612
property :num_transformations, as: 'numTransformations'
615613
property :num_triggers, as: 'numTriggers'
@@ -1100,13 +1098,11 @@ class Tag
11001098
# @private
11011099
class Representation < Google::Apis::Core::JsonRepresentation
11021100
property :account_id, as: 'accountId'
1103-
collection :blocking_rule_id, as: 'blockingRuleId'
11041101
collection :blocking_trigger_id, as: 'blockingTriggerId'
11051102
property :consent_settings, as: 'consentSettings', class: Google::Apis::TagmanagerV2::TagConsentSetting, decorator: Google::Apis::TagmanagerV2::TagConsentSetting::Representation
11061103

11071104
property :container_id, as: 'containerId'
11081105
property :fingerprint, as: 'fingerprint'
1109-
collection :firing_rule_id, as: 'firingRuleId'
11101106
collection :firing_trigger_id, as: 'firingTriggerId'
11111107
property :live_only, as: 'liveOnly'
11121108
property :monitoring_metadata, as: 'monitoringMetadata', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation

0 commit comments

Comments
 (0)