Skip to content

Commit a5fa432

Browse files
feat: Automated regeneration of TagManager client (googleapis#12646)
Auto-created at 2024-12-06 13:16:53 +0000 using the toys pull request generator.
1 parent 2860b5b commit a5fa432

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.22"}]
14+
[{:google_api_tag_manager, "~> 0.23"}]
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 "20240701"
23+
@discovery_revision "20241204"
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
@@ -26,6 +26,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
2626
* `owner` (*type:* `String.t`, *default:* `nil`) - The name of the owner for the community gallery template.
2727
* `repository` (*type:* `String.t`, *default:* `nil`) - The name of the repository for the community gallery template.
2828
* `signature` (*type:* `String.t`, *default:* `nil`) - The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.
29+
* `templateDeveloperId` (*type:* `String.t`, *default:* `nil`) - The developer id of the community gallery template. This value is set whenever the template is created from the gallery.
2930
* `version` (*type:* `String.t`, *default:* `nil`) - The version of the community gallery template.
3031
"""
3132

@@ -37,6 +38,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
3738
:owner => String.t() | nil,
3839
:repository => String.t() | nil,
3940
:signature => String.t() | nil,
41+
:templateDeveloperId => String.t() | nil,
4042
:version => String.t() | nil
4143
}
4244

@@ -45,6 +47,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
4547
field(:owner)
4648
field(:repository)
4749
field(:signature)
50+
field(:templateDeveloperId)
4851
field(:version)
4952
end
5053

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.22.0"
21+
@version "0.23.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)