Update docs for 1.4.1 release
diff --git a/docs/dyn/youtube_v3.videos.html b/docs/dyn/youtube_v3.videos.html
index d3b5de3..d073e42 100644
--- a/docs/dyn/youtube_v3.videos.html
+++ b/docs/dyn/youtube_v3.videos.html
@@ -84,7 +84,7 @@
<code><a href="#insert">insert(part=None, body=None, media_body=None, onBehalfOfContentOwner=None, stabilize=None, onBehalfOfContentOwnerChannel=None, notifySubscribers=None, autoLevels=None)</a></code></p>
<p class="firstline">Uploads a video to YouTube and optionally sets the video's metadata.</p>
<p class="toc_element">
- <code><a href="#list">list(part=None, hl=None, locale=None, id=None, onBehalfOfContentOwner=None, regionCode=None, pageToken=None, maxResults=None, chart=None, myRating=None, videoCategoryId=None)</a></code></p>
+ <code><a href="#list">list(part=None, hl=None, locale=None, id=None, onBehalfOfContentOwner=None, regionCode=None, pageToken=None, maxResults=None, chart=None, myRating=None, debugProjectIdOverride=None, videoCategoryId=None)</a></code></p>
<p class="firstline">Returns a list of videos that match the API request parameters.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -93,6 +93,9 @@
<code><a href="#rate">rate(id, rating, onBehalfOfContentOwner=None)</a></code></p>
<p class="firstline">Add a like or dislike rating to a video or remove a rating from a video.</p>
<p class="toc_element">
+ <code><a href="#reportAbuse">reportAbuse(body, onBehalfOfContentOwner=None)</a></code></p>
+<p class="firstline">Report abuse for a video.</p>
+<p class="toc_element">
<code><a href="#update">update(part=None, body, onBehalfOfContentOwner=None)</a></code></p>
<p class="firstline">Updates a video's metadata.</p>
<h3>Method Details</h3>
@@ -160,6 +163,7 @@
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
+ "defaultAudioLanguage": "A String", # The default_audio_language property specifies the language spoken in the video's default audio track.
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
"defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
@@ -469,6 +473,7 @@
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
+ "defaultAudioLanguage": "A String", # The default_audio_language property specifies the language spoken in the video's default audio track.
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
"defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
@@ -750,7 +755,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(part=None, hl=None, locale=None, id=None, onBehalfOfContentOwner=None, regionCode=None, pageToken=None, maxResults=None, chart=None, myRating=None, videoCategoryId=None)</code>
+ <code class="details" id="list">list(part=None, hl=None, locale=None, id=None, onBehalfOfContentOwner=None, regionCode=None, pageToken=None, maxResults=None, chart=None, myRating=None, debugProjectIdOverride=None, videoCategoryId=None)</code>
<pre>Returns a list of videos that match the API request parameters.
Args:
@@ -777,6 +782,7 @@
Allowed values
dislike - Returns only videos disliked by the authenticated user.
like - Returns only video liked by the authenticated user.
+ debugProjectIdOverride: string, The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID
videoCategoryId: string, The videoCategoryId parameter identifies the video category for which the chart should be retrieved. This parameter can only be used in conjunction with the chart parameter. By default, charts are not restricted to a particular category.
Returns:
@@ -802,6 +808,7 @@
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
+ "defaultAudioLanguage": "A String", # The default_audio_language property specifies the language spoken in the video's default audio track.
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
"defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
@@ -1124,6 +1131,28 @@
</div>
<div class="method">
+ <code class="details" id="reportAbuse">reportAbuse(body, onBehalfOfContentOwner=None)</code>
+ <pre>Report abuse for a video.
+
+Args:
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{
+ "secondaryReasonId": "A String", # The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.
+ "reasonId": "A String", # The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.
+ "language": "A String", # The language that the content was viewed in.
+ "comments": "A String", # Additional comments regarding the abuse report.
+ "videoId": "A String", # The ID that YouTube uses to uniquely identify the video.
+ }
+
+ onBehalfOfContentOwner: string, Note: This parameter is intended exclusively for YouTube content partners.
+
+The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.
+</pre>
+</div>
+
+<div class="method">
<code class="details" id="update">update(part=None, body, onBehalfOfContentOwner=None)</code>
<pre>Updates a video's metadata.
@@ -1152,6 +1181,7 @@
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
+ "defaultAudioLanguage": "A String", # The default_audio_language property specifies the language spoken in the video's default audio track.
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
"defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
@@ -1452,6 +1482,7 @@
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
+ "defaultAudioLanguage": "A String", # The default_audio_language property specifies the language spoken in the video's default audio track.
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
"defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.