google-apis-tagmanager_v2 0.30.0 → 0.32.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: 2afd42d264c22594a96b436c24ba2243493242bfd8135e1fabf68bc26d8e781c
|
4
|
+
data.tar.gz: 374cb37d7a1a182a41d0eed56f67f3b4b83647b50a9f62f8d691b0aaf19606a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ebbc0798065c9532b12ad6e9f5022cd1423119e2df40aad1e9fc6a2cd7e3a5390ee7e725e432c71a640b4a8225ff9364287cc03c6741069d8c9a9b5b75960f0
|
7
|
+
data.tar.gz: 30de75da2dc685a516d55f4184f3d0a6bc5a14cd805f5a6b7417db7d07fef0e160041beb4e7f9706647f1c871401b67a964b7728ec1f8a9dfee97f2f07aea37d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-tagmanager_v2
|
2
2
|
|
3
|
+
### v0.32.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250218
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.31.0 (2024-12-08)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241204
|
11
|
+
* Regenerated using generator version 0.15.1
|
12
|
+
|
3
13
|
### v0.30.0 (2024-07-25)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20240701
|
@@ -1342,6 +1342,12 @@ module Google
|
|
1342
1342
|
class GalleryReference
|
1343
1343
|
include Google::Apis::Core::Hashable
|
1344
1344
|
|
1345
|
+
# ID for the gallery template that is generated once during first sync and
|
1346
|
+
# travels with the template redirects.
|
1347
|
+
# Corresponds to the JSON property `galleryTemplateId`
|
1348
|
+
# @return [String]
|
1349
|
+
attr_accessor :gallery_template_id
|
1350
|
+
|
1345
1351
|
# The name of the host for the community gallery template.
|
1346
1352
|
# Corresponds to the JSON property `host`
|
1347
1353
|
# @return [String]
|
@@ -1369,6 +1375,12 @@ module Google
|
|
1369
1375
|
# @return [String]
|
1370
1376
|
attr_accessor :signature
|
1371
1377
|
|
1378
|
+
# The developer id of the community gallery template. This value is set whenever
|
1379
|
+
# the template is created from the gallery.
|
1380
|
+
# Corresponds to the JSON property `templateDeveloperId`
|
1381
|
+
# @return [String]
|
1382
|
+
attr_accessor :template_developer_id
|
1383
|
+
|
1372
1384
|
# The version of the community gallery template.
|
1373
1385
|
# Corresponds to the JSON property `version`
|
1374
1386
|
# @return [String]
|
@@ -1380,11 +1392,13 @@ module Google
|
|
1380
1392
|
|
1381
1393
|
# Update properties of this object
|
1382
1394
|
def update!(**args)
|
1395
|
+
@gallery_template_id = args[:gallery_template_id] if args.key?(:gallery_template_id)
|
1383
1396
|
@host = args[:host] if args.key?(:host)
|
1384
1397
|
@is_modified = args[:is_modified] if args.key?(:is_modified)
|
1385
1398
|
@owner = args[:owner] if args.key?(:owner)
|
1386
1399
|
@repository = args[:repository] if args.key?(:repository)
|
1387
1400
|
@signature = args[:signature] if args.key?(:signature)
|
1401
|
+
@template_developer_id = args[:template_developer_id] if args.key?(:template_developer_id)
|
1388
1402
|
@version = args[:version] if args.key?(:version)
|
1389
1403
|
end
|
1390
1404
|
end
|
@@ -1393,6 +1407,11 @@ module Google
|
|
1393
1407
|
class GetContainerSnippetResponse
|
1394
1408
|
include Google::Apis::Core::Hashable
|
1395
1409
|
|
1410
|
+
# Server container config param for manually provisioning a tagging server.
|
1411
|
+
# Corresponds to the JSON property `containerConfig`
|
1412
|
+
# @return [String]
|
1413
|
+
attr_accessor :container_config
|
1414
|
+
|
1396
1415
|
# Tagging snippet for a Container.
|
1397
1416
|
# Corresponds to the JSON property `snippet`
|
1398
1417
|
# @return [String]
|
@@ -1404,6 +1423,7 @@ module Google
|
|
1404
1423
|
|
1405
1424
|
# Update properties of this object
|
1406
1425
|
def update!(**args)
|
1426
|
+
@container_config = args[:container_config] if args.key?(:container_config)
|
1407
1427
|
@snippet = args[:snippet] if args.key?(:snippet)
|
1408
1428
|
end
|
1409
1429
|
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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250218"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -757,11 +757,13 @@ module Google
|
|
757
757
|
class GalleryReference
|
758
758
|
# @private
|
759
759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
760
|
+
property :gallery_template_id, as: 'galleryTemplateId'
|
760
761
|
property :host, as: 'host'
|
761
762
|
property :is_modified, as: 'isModified'
|
762
763
|
property :owner, as: 'owner'
|
763
764
|
property :repository, as: 'repository'
|
764
765
|
property :signature, as: 'signature'
|
766
|
+
property :template_developer_id, as: 'templateDeveloperId'
|
765
767
|
property :version, as: 'version'
|
766
768
|
end
|
767
769
|
end
|
@@ -769,6 +771,7 @@ module Google
|
|
769
771
|
class GetContainerSnippetResponse
|
770
772
|
# @private
|
771
773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
774
|
+
property :container_config, as: 'containerConfig'
|
772
775
|
property :snippet, as: 'snippet'
|
773
776
|
end
|
774
777
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v2/v0.32.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v2
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Tag Manager API V2
|
82
79
|
test_files: []
|