google-apis-tagmanager_v2 0.18.0 → 0.19.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: 9ccf3f79ed7bcacb73c6cfc43dd73a1d559ceec01ef29ab0c9616c5121031b70
4
- data.tar.gz: 794970d833a7e0714f8ff33a53632fe27b0d1af35057e2316e4e2c022c670620
3
+ metadata.gz: 6743df83f9c4042f31785d0ce179e877e38109050bfb903faceeb89df24a6f14
4
+ data.tar.gz: 21338023447aa0319eff032651b8ee4271988d2bfed8a3911b8598233657c296
5
5
  SHA512:
6
- metadata.gz: 675a968e148493c19f9ff21018f92ab65a41d6ddd4f5ebe7e554dfb7eacdd2ce106415ba7911914df09b5bc361a245984c12d8f79e10826869ac56d6725cc892
7
- data.tar.gz: 5d67d30ac5ab8449f0cefd931d532bbab61717f0730d3d0ba79edefad7a68eb13fd53053c97d38eb781ce22c3f91ab5e8ad61454c0a0377e55cfd0230561909e
6
+ metadata.gz: cda8598202a6ab82fe0dee69e2d11e2cbe84d7f3e81684c0b058c144212a8bf766966bc2cd32ece657e56535aba75edc730d2d544269dbb8bbd89ba0badba1a7
7
+ data.tar.gz: 7d33c586dc3639f0e82cea475bf21d4c64474200fae48a00741129c9396f0932dfc5d85b658fcd4bfaaac3decb8b453a32c921bfcbc9fb4a596550f69997eae7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tagmanager_v2
2
2
 
3
+ ### v0.19.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221103
6
+
3
7
  ### v0.18.0 (2022-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20221024
@@ -388,6 +388,12 @@ module Google
388
388
  # @return [String]
389
389
  attr_accessor :tag_manager_url
390
390
 
391
+ # The URLs of the cloud environment for the GTM Container. @mutable tagmanager.
392
+ # accounts.containers.create @mutable tagmanager.accounts.containers.update
393
+ # Corresponds to the JSON property `taggingServerUrls`
394
+ # @return [Array<String>]
395
+ attr_accessor :tagging_server_urls
396
+
391
397
  # List of Usage Contexts for the Container. Valid values include: web, android,
392
398
  # or ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.
393
399
  # accounts.containers.update
@@ -412,6 +418,7 @@ module Google
412
418
  @public_id = args[:public_id] if args.key?(:public_id)
413
419
  @tag_ids = args[:tag_ids] if args.key?(:tag_ids)
414
420
  @tag_manager_url = args[:tag_manager_url] if args.key?(:tag_manager_url)
421
+ @tagging_server_urls = args[:tagging_server_urls] if args.key?(:tagging_server_urls)
415
422
  @usage_context = args[:usage_context] if args.key?(:usage_context)
416
423
  end
417
424
  end
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221024"
25
+ REVISION = "20221103"
26
26
  end
27
27
  end
28
28
  end
@@ -509,6 +509,7 @@ module Google
509
509
  property :public_id, as: 'publicId'
510
510
  collection :tag_ids, as: 'tagIds'
511
511
  property :tag_manager_url, as: 'tagManagerUrl'
512
+ collection :tagging_server_urls, as: 'taggingServerUrls'
512
513
  collection :usage_context, as: 'usageContext'
513
514
  end
514
515
  end
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.18.0
4
+ version: 0.19.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.19.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: []