Skip to content

Commit 1411bdb

Browse files
feat: Automated regeneration of YouTube client (googleapis#12393)
Auto-created at 2024-10-23 13:20:19 +0000 using the toys pull request generator.
1 parent 3300799 commit 1411bdb

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

clients/you_tube/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_you_tube, "~> 0.49"}]
14+
[{:google_api_you_tube, "~> 0.50"}]
1515
end
1616
```
1717

clients/you_tube/lib/google_api/you_tube/v3/metadata.ex

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

23-
@discovery_revision "20241010"
23+
@discovery_revision "20241022"
2424

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

clients/you_tube/lib/google_api/you_tube/v3/model/invideo_branding.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.YouTube.V3.Model.InvideoBranding do
1919
@moduledoc """
20-
LINT.IfChange Describes an invideo branding.
20+
Describes an invideo branding.
2121
2222
## Attributes
2323

clients/you_tube/lib/google_api/you_tube/v3/model/test_item.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.YouTube.V3.Model.TestItem do
2121
2222
## Attributes
2323
24+
* `etag` (*type:* `String.t`, *default:* `nil`) - Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.
2425
* `featuredPart` (*type:* `boolean()`, *default:* `nil`) -
2526
* `gaia` (*type:* `String.t`, *default:* `nil`) -
2627
* `id` (*type:* `String.t`, *default:* `nil`) -
@@ -30,12 +31,14 @@ defmodule GoogleApi.YouTube.V3.Model.TestItem do
3031
use GoogleApi.Gax.ModelBase
3132

3233
@type t :: %__MODULE__{
34+
:etag => String.t() | nil,
3335
:featuredPart => boolean() | nil,
3436
:gaia => String.t() | nil,
3537
:id => String.t() | nil,
3638
:snippet => GoogleApi.YouTube.V3.Model.TestItemTestItemSnippet.t() | nil
3739
}
3840

41+
field(:etag)
3942
field(:featuredPart)
4043
field(:gaia)
4144
field(:id)

clients/you_tube/mix.exs

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

21-
@version "0.49.0"
21+
@version "0.50.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)