google-apis-tagmanager_v2 0.31.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: 560b9d8ac9b1b2d06093de53da0e63ce1ec8bc07e4e3f378d7a4ebb111d0db99
4
- data.tar.gz: be1f72f4f798c0c535115fcbbd964bf0524a4851c476bbf66d939f2f9addbe06
3
+ metadata.gz: 2afd42d264c22594a96b436c24ba2243493242bfd8135e1fabf68bc26d8e781c
4
+ data.tar.gz: 374cb37d7a1a182a41d0eed56f67f3b4b83647b50a9f62f8d691b0aaf19606a5
5
5
  SHA512:
6
- metadata.gz: 56249b81102b2a68d51ba8e4e2e8d37edee721153651fbd80bde81920d2e01e00c03bcc2f295464f396866365068e16736e770afe5040b8b398acafe984e8c0c
7
- data.tar.gz: 9ddc2a28748340762e94527f4ad695410d082fcfa4ad1a13fcf25d344be1468a05ce2bd03d41869dffed0a76e49b50587fb5a9cb6fee590c7ec1421b50970741
6
+ metadata.gz: 0ebbc0798065c9532b12ad6e9f5022cd1423119e2df40aad1e9fc6a2cd7e3a5390ee7e725e432c71a640b4a8225ff9364287cc03c6741069d8c9a9b5b75960f0
7
+ data.tar.gz: 30de75da2dc685a516d55f4184f3d0a6bc5a14cd805f5a6b7417db7d07fef0e160041beb4e7f9706647f1c871401b67a964b7728ec1f8a9dfee97f2f07aea37d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.31.0 (2024-12-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20241204
@@ -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]
@@ -1386,6 +1392,7 @@ module Google
1386
1392
 
1387
1393
  # Update properties of this object
1388
1394
  def update!(**args)
1395
+ @gallery_template_id = args[:gallery_template_id] if args.key?(:gallery_template_id)
1389
1396
  @host = args[:host] if args.key?(:host)
1390
1397
  @is_modified = args[:is_modified] if args.key?(:is_modified)
1391
1398
  @owner = args[:owner] if args.key?(:owner)
@@ -1400,6 +1407,11 @@ module Google
1400
1407
  class GetContainerSnippetResponse
1401
1408
  include Google::Apis::Core::Hashable
1402
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
+
1403
1415
  # Tagging snippet for a Container.
1404
1416
  # Corresponds to the JSON property `snippet`
1405
1417
  # @return [String]
@@ -1411,6 +1423,7 @@ module Google
1411
1423
 
1412
1424
  # Update properties of this object
1413
1425
  def update!(**args)
1426
+ @container_config = args[:container_config] if args.key?(:container_config)
1414
1427
  @snippet = args[:snippet] if args.key?(:snippet)
1415
1428
  end
1416
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.31.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.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241204"
25
+ REVISION = "20250218"
26
26
  end
27
27
  end
28
28
  end
@@ -757,6 +757,7 @@ 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'
@@ -770,6 +771,7 @@ module Google
770
771
  class GetContainerSnippetResponse
771
772
  # @private
772
773
  class Representation < Google::Apis::Core::JsonRepresentation
774
+ property :container_config, as: 'containerConfig'
773
775
  property :snippet, as: 'snippet'
774
776
  end
775
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.31.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: 2024-12-08 00:00:00.000000000 Z
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.31.0
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.23
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: []