google-apis-tagmanager_v2 0.32.0 → 0.34.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TagmanagerV2
18
18
  # Version of the google-apis-tagmanager_v2 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250218"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -608,8 +608,6 @@ module Google
608
608
  property :num_clients, as: 'numClients'
609
609
  property :num_custom_templates, as: 'numCustomTemplates'
610
610
  property :num_gtag_configs, as: 'numGtagConfigs'
611
- property :num_macros, as: 'numMacros'
612
- property :num_rules, as: 'numRules'
613
611
  property :num_tags, as: 'numTags'
614
612
  property :num_transformations, as: 'numTransformations'
615
613
  property :num_triggers, as: 'numTriggers'
@@ -1100,13 +1098,11 @@ module Google
1100
1098
  # @private
1101
1099
  class Representation < Google::Apis::Core::JsonRepresentation
1102
1100
  property :account_id, as: 'accountId'
1103
- collection :blocking_rule_id, as: 'blockingRuleId'
1104
1101
  collection :blocking_trigger_id, as: 'blockingTriggerId'
1105
1102
  property :consent_settings, as: 'consentSettings', class: Google::Apis::TagmanagerV2::TagConsentSetting, decorator: Google::Apis::TagmanagerV2::TagConsentSetting::Representation
1106
1103
 
1107
1104
  property :container_id, as: 'containerId'
1108
1105
  property :fingerprint, as: 'fingerprint'
1109
- collection :firing_rule_id, as: 'firingRuleId'
1110
1106
  collection :firing_trigger_id, as: 'firingTriggerId'
1111
1107
  property :live_only, as: 'liveOnly'
1112
1108
  property :monitoring_metadata, as: 'monitoringMetadata', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation