Skip to content

Commit fb8013f

Browse files
feat: Automated regeneration of TagManager client (googleapis#12901)
Auto-created at 2025-01-31 13:12:41 +0000 using the toys pull request generator.
1 parent fd4f576 commit fb8013f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/tag_manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_tag_manager, "~> 0.23"}]
14+
[{:google_api_tag_manager, "~> 0.24"}]
1515
end
1616
```
1717

clients/tag_manager/lib/google_api/tag_manager/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.TagManager.V2 do
2020
API client metadata for GoogleApi.TagManager.V2.
2121
"""
2222

23-
@discovery_revision "20241204"
23+
@discovery_revision "20250129"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/tag_manager/lib/google_api/tag_manager/v2/model/gallery_reference.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
2121
2222
## Attributes
2323
24+
* `galleryTemplateId` (*type:* `String.t`, *default:* `nil`) - ID for the gallery template that is generated once during first sync and travels with the template redirects.
2425
* `host` (*type:* `String.t`, *default:* `nil`) - The name of the host for the community gallery template.
2526
* `isModified` (*type:* `boolean()`, *default:* `nil`) - If a user has manually edited the community gallery template.
2627
* `owner` (*type:* `String.t`, *default:* `nil`) - The name of the owner for the community gallery template.
@@ -33,6 +34,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
3334
use GoogleApi.Gax.ModelBase
3435

3536
@type t :: %__MODULE__{
37+
:galleryTemplateId => String.t() | nil,
3638
:host => String.t() | nil,
3739
:isModified => boolean() | nil,
3840
:owner => String.t() | nil,
@@ -42,6 +44,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
4244
:version => String.t() | nil
4345
}
4446

47+
field(:galleryTemplateId)
4548
field(:host)
4649
field(:isModified)
4750
field(:owner)

clients/tag_manager/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.TagManager.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.23.0"
21+
@version "0.24.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)