Skip to content

Commit a555c39

Browse files
committed
feat: Generate Google.Apis.YouTube.v3 version 1.73.0.4099
1 parent 9f02fc9 commit a555c39

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

DiscoveryJson/youtube.v3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,6 +3305,10 @@
33053305
"location": "query",
33063306
"type": "string"
33073307
},
3308+
"onBehalfOfContentOwnerChannel": {
3309+
"location": "query",
3310+
"type": "string"
3311+
},
33083312
"part": {
33093313
"location": "query",
33103314
"repeated": true,
@@ -4172,7 +4176,7 @@
41724176
}
41734177
}
41744178
},
4175-
"revision": "20260317",
4179+
"revision": "20260323",
41764180
"rootUrl": "https://youtube.googleapis.com/",
41774181
"schemas": {
41784182
"AbuseReport": {

Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8641,6 +8641,9 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Yo
86418641
[Google.Apis.Util.RequestParameterAttribute("externalChannelId", Google.Apis.Util.RequestParameterType.Query)]
86428642
public virtual string ExternalChannelId { get; set; }
86438643

8644+
[Google.Apis.Util.RequestParameterAttribute("onBehalfOfContentOwnerChannel", Google.Apis.Util.RequestParameterType.Query)]
8645+
public virtual string OnBehalfOfContentOwnerChannel { get; set; }
8646+
86448647
/// <summary>Gets or sets the body of this request.</summary>
86458648
Google.Apis.YouTube.v3.Data.TestItem Body { get; set; }
86468649

@@ -8676,6 +8679,14 @@ protected override void InitParameters()
86768679
DefaultValue = null,
86778680
Pattern = null,
86788681
});
8682+
RequestParameters.Add("onBehalfOfContentOwnerChannel", new Google.Apis.Discovery.Parameter
8683+
{
8684+
Name = "onBehalfOfContentOwnerChannel",
8685+
IsRequired = false,
8686+
ParameterType = "query",
8687+
DefaultValue = null,
8688+
Pattern = null,
8689+
});
86798690
}
86808691
}
86818692
}

Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.YouTube.v3 Client Library</Title>
6-
<Version>1.73.0.4093</Version>
6+
<Version>1.73.0.4099</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2026 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)