google-apis-tagmanager_v2 0.15.0 → 0.17.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: 75a03a1b3cd5d801dd50f83a1ee9305ce4e98bd3aa6bdf683c59e8952617e8bb
4
- data.tar.gz: 8e6421e78040d1856fd11ae1fd9976aaf1b28803e4aead1b79d3ef645313bc26
3
+ metadata.gz: 3ba1dcc860eade5abd02455b8c70a93e51f27cd08b538cc612ae8f89878cef4c
4
+ data.tar.gz: a2b0a64632f2571c5ae50aa23141e309cb97535145f10ee4813827a279a9699e
5
5
  SHA512:
6
- metadata.gz: 8a54611a856362caee525d5b848675eadaaa9cf0dec25a65055ff052c4b217455fd2b5ae677cc2fc4d1c922f32b9ab4ff55ac8578d5b0cd6ce80dbd44a276285
7
- data.tar.gz: e5757d8ac5f0261ef27a78ee6f7a16905005c032d3e2fa0ae94806e21fc9c71eeb19e3ceea80c5cf538463638f9c9523b5041d90d8a2a893700c8ce15732a9e5
6
+ metadata.gz: 22dce9628484782559bbaa9a478a13c4c00345d913dcb3132577db29f8319d4de039b3e5f6e8fcaae0ae0bfe2673a0f54070cd04092d7554c27d6225475c04f0
7
+ data.tar.gz: 9b38823d9eacd1d25c118e279b019b56bec020e0477befdfbdb006eb738ae8a95e980ec4607b6855abf942354aba9d81d7dff3b9e388cee32f2a4e59a7aff129
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.16.0 (2022-09-10)
9
+
10
+ * Regenerated from discovery document revision 20220907
11
+
3
12
  ### v0.15.0 (2022-08-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20220820
@@ -467,7 +467,7 @@ module Google
467
467
  # @return [String]
468
468
  attr_accessor :name
469
469
 
470
- # GTM ContainerVersions's API relative path.
470
+ # GTM Container Version's API relative path.
471
471
  # Corresponds to the JSON property `path`
472
472
  # @return [String]
473
473
  attr_accessor :path
@@ -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.15.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.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220820"
25
+ REVISION = "20220922"
26
26
  end
27
27
  end
28
28
  end
@@ -51,7 +51,7 @@ module Google
51
51
 
52
52
  # Gets a GTM Account.
53
53
  # @param [String] path
54
- # GTM Accounts's API relative path. Example: accounts/`account_id`
54
+ # GTM Account's API relative path. Example: accounts/`account_id`
55
55
  # @param [String] fields
56
56
  # Selector specifying which fields to include in a partial response.
57
57
  # @param [String] quota_user
@@ -111,7 +111,7 @@ module Google
111
111
 
112
112
  # Updates a GTM Account.
113
113
  # @param [String] path
114
- # GTM Accounts's API relative path. Example: accounts/`account_id`
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 Accounts's API relative path. Example: accounts/`account_id`.
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 Accounts's API relative path. Example: accounts/`account_id`
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.15.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-08-29 00:00:00.000000000 Z
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: '0.7'
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: '0.7'
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.15.0
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: []