Skip to content

Commit 2679bb2

Browse files
feat: Automated regeneration of YouTube client (googleapis#12888)
Auto-created at 2025-01-29 13:14:10 +0000 using the toys pull request generator.
1 parent 8811231 commit 2679bb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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 "20250122"
23+
@discovery_revision "20250128"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.YouTube.V3.Model.ChannelStatus do
2121
2222
## Attributes
2323
24+
* `isChannelMonetizationEnabled` (*type:* `boolean()`, *default:* `nil`) - Whether the channel is considered ypp monetization enabled. See go/yppornot for more details.
2425
* `isLinked` (*type:* `boolean()`, *default:* `nil`) - If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
2526
* `longUploadsStatus` (*type:* `String.t`, *default:* `nil`) - The long uploads status of this channel. See https://support.google.com/youtube/answer/71673 for more information.
2627
* `madeForKids` (*type:* `boolean()`, *default:* `nil`) -
@@ -31,13 +32,15 @@ defmodule GoogleApi.YouTube.V3.Model.ChannelStatus do
3132
use GoogleApi.Gax.ModelBase
3233

3334
@type t :: %__MODULE__{
35+
:isChannelMonetizationEnabled => boolean() | nil,
3436
:isLinked => boolean() | nil,
3537
:longUploadsStatus => String.t() | nil,
3638
:madeForKids => boolean() | nil,
3739
:privacyStatus => String.t() | nil,
3840
:selfDeclaredMadeForKids => boolean() | nil
3941
}
4042

43+
field(:isChannelMonetizationEnabled)
4144
field(:isLinked)
4245
field(:longUploadsStatus)
4346
field(:madeForKids)

0 commit comments

Comments
 (0)