Skip to content

Commit 2ea49f8

Browse files
feat: Automated regeneration of YouTube client (googleapis#12227)
Auto-created at 2024-09-27 13:16:01 +0000 using the toys pull request generator.
1 parent c03b67e commit 2ea49f8

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
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.47"}]
14+
[{:google_api_you_tube, "~> 0.48"}]
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 "20240916"
23+
@discovery_revision "20240926"
2424

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ defmodule GoogleApi.YouTube.V3.Model.SubscriptionSnippet do
2222
## Attributes
2323
2424
* `channelId` (*type:* `String.t`, *default:* `nil`) - The ID that YouTube uses to uniquely identify the subscriber's channel.
25-
* `channelTitle` (*type:* `String.t`, *default:* `nil`) - Channel title for the channel that the subscription belongs to.
2625
* `description` (*type:* `String.t`, *default:* `nil`) - The subscription's details.
2726
* `publishedAt` (*type:* `DateTime.t`, *default:* `nil`) - The date and time that the subscription was created.
2827
* `resourceId` (*type:* `GoogleApi.YouTube.V3.Model.ResourceId.t`, *default:* `nil`) - The id object contains information about the channel that the user subscribed to.
@@ -34,7 +33,6 @@ defmodule GoogleApi.YouTube.V3.Model.SubscriptionSnippet do
3433

3534
@type t :: %__MODULE__{
3635
:channelId => String.t() | nil,
37-
:channelTitle => String.t() | nil,
3836
:description => String.t() | nil,
3937
:publishedAt => DateTime.t() | nil,
4038
:resourceId => GoogleApi.YouTube.V3.Model.ResourceId.t() | nil,
@@ -43,7 +41,6 @@ defmodule GoogleApi.YouTube.V3.Model.SubscriptionSnippet do
4341
}
4442

4543
field(:channelId)
46-
field(:channelTitle)
4744
field(:description)
4845
field(:publishedAt, as: DateTime)
4946
field(:resourceId, as: GoogleApi.YouTube.V3.Model.ResourceId)

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.47.0"
21+
@version "0.48.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)