google-apis-tagmanager_v2 0.13.0 → 0.14.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: 600d691462527667203f2d82cf2f8ecc9ecc445d92b8c07f5ddccd5ccd952882
|
|
4
|
+
data.tar.gz: 3e7f6e599f1fb0de5b897118accb544a026522f4596b58e4a9de240df6487bf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5d4db7280a5233b67ed50f676378bba2670db11e01b727907d69901a6f824d1f5d674147eb4ab556c06da4095a6985161bd0e2614504b5d53212d7f12561863
|
|
7
|
+
data.tar.gz: da08f725060347d474e85e8b96ea26667f540baeea922e9c4b8c9fe76c706c263ee188c4f5a2e40eb5109d53b67b843d5e2eebbb440becaa629ba612be0de5d0
|
data/CHANGELOG.md
CHANGED
|
@@ -2689,11 +2689,6 @@ 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
|
-
|
|
2697
2692
|
# GTM Zone's API relative path.
|
|
2698
2693
|
# Corresponds to the JSON property `path`
|
|
2699
2694
|
# @return [String]
|
|
@@ -2732,7 +2727,6 @@ module Google
|
|
|
2732
2727
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
|
2733
2728
|
@name = args[:name] if args.key?(:name)
|
|
2734
2729
|
@notes = args[:notes] if args.key?(:notes)
|
|
2735
|
-
@parameter = args[:parameter] if args.key?(:parameter)
|
|
2736
2730
|
@path = args[:path] if args.key?(:path)
|
|
2737
2731
|
@tag_manager_url = args[:tag_manager_url] if args.key?(:tag_manager_url)
|
|
2738
2732
|
@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.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220813"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1104,8 +1104,6 @@ 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
|
-
|
|
1109
1107
|
property :path, as: 'path'
|
|
1110
1108
|
property :tag_manager_url, as: 'tagManagerUrl'
|
|
1111
1109
|
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.14.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: 2022-
|
|
11
|
+
date: 2022-08-22 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.14.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: []
|