google-apis-tagmanager_v2 0.16.0 → 0.17.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/tagmanager_v2/gem_version.rb +3 -3
- data/lib/google/apis/tagmanager_v2/service.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ba1dcc860eade5abd02455b8c70a93e51f27cd08b538cc612ae8f89878cef4c
|
|
4
|
+
data.tar.gz: a2b0a64632f2571c5ae50aa23141e309cb97535145f10ee4813827a279a9699e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22dce9628484782559bbaa9a478a13c4c00345d913dcb3132577db29f8319d4de039b3e5f6e8fcaae0ae0bfe2673a0f54070cd04092d7554c27d6225475c04f0
|
|
7
|
+
data.tar.gz: 9b38823d9eacd1d25c118e279b019b56bec020e0477befdfbdb006eb738ae8a95e980ec4607b6855abf942354aba9d81d7dff3b9e388cee32f2a4e59a7aff129
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-tagmanager_v2
|
|
2
2
|
|
|
3
|
+
### v0.17.0 (2022-09-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220922
|
|
6
|
+
* Regenerated using generator version 0.10.0
|
|
7
|
+
|
|
3
8
|
### v0.16.0 (2022-09-10)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220907
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220922"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -111,7 +111,7 @@ module Google
|
|
|
111
111
|
|
|
112
112
|
# Updates a GTM Account.
|
|
113
113
|
# @param [String] path
|
|
114
|
-
# GTM
|
|
114
|
+
# GTM Account's API relative path. Example: accounts/`account_id`
|
|
115
115
|
# @param [Google::Apis::TagmanagerV2::Account] account_object
|
|
116
116
|
# @param [String] fingerprint
|
|
117
117
|
# When provided, this fingerprint must match the fingerprint of the account in
|
|
@@ -241,7 +241,7 @@ module Google
|
|
|
241
241
|
|
|
242
242
|
# Lists all Containers that belongs to a GTM Account.
|
|
243
243
|
# @param [String] parent
|
|
244
|
-
# GTM
|
|
244
|
+
# GTM Account's API relative path. Example: accounts/`account_id`.
|
|
245
245
|
# @param [String] page_token
|
|
246
246
|
# Continuation token for fetching the next page of results.
|
|
247
247
|
# @param [String] fields
|
|
@@ -2856,7 +2856,7 @@ module Google
|
|
|
2856
2856
|
# List all users that have access to the account along with Account and
|
|
2857
2857
|
# Container user access granted to each of them.
|
|
2858
2858
|
# @param [String] parent
|
|
2859
|
-
# GTM
|
|
2859
|
+
# GTM Account's API relative path. Example: accounts/`account_id`
|
|
2860
2860
|
# @param [String] page_token
|
|
2861
2861
|
# Continuation token for fetching the next page of results.
|
|
2862
2862
|
# @param [String] fields
|
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.17.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-09-
|
|
11
|
+
date: 2022-09-26 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:
|
|
19
|
+
version: 0.9.0
|
|
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:
|
|
29
|
+
version: 0.9.0
|
|
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.17.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: []
|