google-apis-tagmanager_v2 0.18.0 → 0.19.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6743df83f9c4042f31785d0ce179e877e38109050bfb903faceeb89df24a6f14
|
4
|
+
data.tar.gz: 21338023447aa0319eff032651b8ee4271988d2bfed8a3911b8598233657c296
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cda8598202a6ab82fe0dee69e2d11e2cbe84d7f3e81684c0b058c144212a8bf766966bc2cd32ece657e56535aba75edc730d2d544269dbb8bbd89ba0badba1a7
|
7
|
+
data.tar.gz: 7d33c586dc3639f0e82cea475bf21d4c64474200fae48a00741129c9396f0932dfc5d85b658fcd4bfaaac3decb8b453a32c921bfcbc9fb4a596550f69997eae7
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|