google-apis-tagmanager_v2 0.31.0 → 0.33.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.
@@ -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.33.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 = "20250310"
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