google-apis-tagmanager_v2 0.21.0 → 0.22.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: 61933c43eb9e501978d37eef7912764300225494a9319526781a3dffc9fcf73e
4
- data.tar.gz: f306edc3ae70d5001f7cd443f96de0198a94862ff89f1fc63ff07900de01265d
3
+ metadata.gz: 93bac67e06323ba9084c322b2f1568ea2874883357083e2ecbddf57d0630ea6e
4
+ data.tar.gz: d2041b5b5e51300381551465ba4528fb931a34dc5af889400e96fdda6dead131
5
5
  SHA512:
6
- metadata.gz: f0118c4c930d164bbe0358bf46b6ccfcc7f647a17d24b78669a70e9389c6d382b80506d299967a889e128d8e822dda021ef851d81569d0bb8ba2c88549ee1b23
7
- data.tar.gz: 24193e63c9095e1c7fda5031e19db832f79e048608b851e0b1540d12c161134aadd0c2d62f8f4ffb85b21dce29e3299945490a4fa5c633110989d2d6810f4971
6
+ metadata.gz: 6e7a9cb64f25b214d493ea01ed90b56720e2231a6bf95e18d9686f0d74687231ba9267fa01546925d6f04d71499978d1afe1033ff01a6b32ca66f68d9d6676bf
7
+ data.tar.gz: 5a3d2c836bb6709ac6fba9cbbdf70cc8f559018dd54c1bd68a245241d42fc4fabd9f86e1c6f8fed8125a4ffafec7234e783043ade5e37c04177b17000384dac5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tagmanager_v2
2
2
 
3
+ ### v0.22.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230405
6
+
3
7
  ### v0.21.0 (2023-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230102
@@ -747,6 +747,11 @@ module Google
747
747
  # @return [String]
748
748
  attr_accessor :num_tags
749
749
 
750
+ # Number of transformations in the container version.
751
+ # Corresponds to the JSON property `numTransformations`
752
+ # @return [String]
753
+ attr_accessor :num_transformations
754
+
750
755
  # Number of triggers in the container version.
751
756
  # Corresponds to the JSON property `numTriggers`
752
757
  # @return [String]
@@ -784,6 +789,7 @@ module Google
784
789
  @num_macros = args[:num_macros] if args.key?(:num_macros)
785
790
  @num_rules = args[:num_rules] if args.key?(:num_rules)
786
791
  @num_tags = args[:num_tags] if args.key?(:num_tags)
792
+ @num_transformations = args[:num_transformations] if args.key?(:num_transformations)
787
793
  @num_triggers = args[:num_triggers] if args.key?(:num_triggers)
788
794
  @num_variables = args[:num_variables] if args.key?(:num_variables)
789
795
  @num_zones = args[:num_zones] if args.key?(:num_zones)
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230102"
25
+ REVISION = "20230405"
26
26
  end
27
27
  end
28
28
  end
@@ -590,6 +590,7 @@ module Google
590
590
  property :num_macros, as: 'numMacros'
591
591
  property :num_rules, as: 'numRules'
592
592
  property :num_tags, as: 'numTags'
593
+ property :num_transformations, as: 'numTransformations'
593
594
  property :num_triggers, as: 'numTriggers'
594
595
  property :num_variables, as: 'numVariables'
595
596
  property :num_zones, as: 'numZones'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tagmanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v2
63
63
  post_install_message:
64
64
  rdoc_options: []