google-apis-tagmanager_v2 0.8.0 → 0.9.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 358aa4569bd0989ce2a2eff52c95c6004cf36479827b3d87a5c873f53ec84d7d
|
|
4
|
+
data.tar.gz: b376721efdc05b12e9752c59d1998bc00df0c0f0b16a91e559c469e3c1c646bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1ab46e843dc47e82ab9737ffbe1b865a2fcbb60bcd1e2e6751ce07a5633bebbbdcc7e9cd34923824d36dea16e8568c73a667675c511609694655875a9587f1f
|
|
7
|
+
data.tar.gz: 344d2ddcad3997235bff5d622a6ebcb5bec505043edaac490ba93195ebba6c90f5a1c6dd93091cff0dd161dc95e2a47a3ccd74fc39887d3547311af223375e30
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
4
|
+
version: 0.9.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-
|
|
11
|
+
date: 2021-11-01 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.9.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: []
|