google-apis-tagmanager_v2 0.8.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a166b43c397fcb530558c4f5f1ddbc5a4f29d2e68b6329b8c3413c4d0119e295
4
- data.tar.gz: 52564686ab8511b792b5f0204dbc723489d9f174e03d153411e4b5b05aee0978
3
+ metadata.gz: ee7ec060d69a16201bf63d65e0f9808c6d6322b41314101ca727b651a2759aca
4
+ data.tar.gz: 3bc91761264ee8f77f4e605cd10ba3d31534e2baac686b1ab3e2c41be227451c
5
5
  SHA512:
6
- metadata.gz: 015304fb2e84cd2f9d771f030655fe03e8eaf720d069063431fcb3be8926114a74b5cf3752ee5e24bf600f3ef8a2e4d94e4940c8e2bdd946cfbf20833f0eaf4f
7
- data.tar.gz: 629c8e827573fe20e646b4983bd9710cc24d23c6862327a2c175444d2ec00aa1273c1167fb5eaffcac15a715696b304b6a9fe2e53a49fea7eeeee843d625b0ec
6
+ metadata.gz: a5cfa020d4194dda9573be264686fbe717d395b6904b3fb555bdd482d49c926ba98ce5870ffe2bfab4be4620d40ea8fe1a803c346d6a9c6027ea397eb16807cd
7
+ data.tar.gz: 5854f9c5745a9b8813ad2e2803a81024be339fe5166232794adf780f42706e321960b60b60c842ca4de27cdb32a6cb78f147f7fa2a21f34f4a843a6ea013906b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-tagmanager_v2
2
2
 
3
+ ### v0.11.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.10.0 (2021-12-14)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-10-29)
12
+
13
+ * Regenerated from discovery document revision 20211027
14
+
3
15
  ### v0.8.0 (2021-10-20)
4
16
 
5
17
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/tagmanager_v2"
51
51
  client = Google::Apis::TagmanagerV2::TagManagerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -2689,6 +2689,11 @@ module Google
2689
2689
  # @return [String]
2690
2690
  attr_accessor :notes
2691
2691
 
2692
+ # Additional parameters.
2693
+ # Corresponds to the JSON property `parameter`
2694
+ # @return [Array<Google::Apis::TagmanagerV2::Parameter>]
2695
+ attr_accessor :parameter
2696
+
2692
2697
  # GTM Zone's API relative path.
2693
2698
  # Corresponds to the JSON property `path`
2694
2699
  # @return [String]
@@ -2727,6 +2732,7 @@ module Google
2727
2732
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
2728
2733
  @name = args[:name] if args.key?(:name)
2729
2734
  @notes = args[:notes] if args.key?(:notes)
2735
+ @parameter = args[:parameter] if args.key?(:parameter)
2730
2736
  @path = args[:path] if args.key?(:path)
2731
2737
  @tag_manager_url = args[:tag_manager_url] if args.key?(:tag_manager_url)
2732
2738
  @type_restriction = args[:type_restriction] if args.key?(:type_restriction)
@@ -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.8.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210814"
25
+ REVISION = "20211027"
26
26
  end
27
27
  end
28
28
  end
@@ -1104,6 +1104,8 @@ module Google
1104
1104
  property :fingerprint, as: 'fingerprint'
1105
1105
  property :name, as: 'name'
1106
1106
  property :notes, as: 'notes'
1107
+ collection :parameter, as: 'parameter', class: Google::Apis::TagmanagerV2::Parameter, decorator: Google::Apis::TagmanagerV2::Parameter::Representation
1108
+
1107
1109
  property :path, as: 'path'
1108
1110
  property :tag_manager_url, as: 'tagManagerUrl'
1109
1111
  property :type_restriction, as: 'typeRestriction', class: Google::Apis::TagmanagerV2::ZoneTypeRestriction, decorator: Google::Apis::TagmanagerV2::ZoneTypeRestriction::Representation
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.8.0
4
+ version: 0.11.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.11.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Tag Manager API V2