docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/youtube_v3.thumbnails.html b/docs/dyn/youtube_v3.thumbnails.html
index bc5a5c3..8dedd94 100644
--- a/docs/dyn/youtube_v3.thumbnails.html
+++ b/docs/dyn/youtube_v3.thumbnails.html
@@ -75,29 +75,24 @@
<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.thumbnails.html">thumbnails</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#set">set(videoId, onBehalfOfContentOwner=None, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
-<p class="firstline">As this is not an insert in a strict sense (it supports uploading/setting</p>
+<p class="firstline">As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for multiple videos, which doesn't result in creation of a single resource), I use a custom verb here.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="set">set(videoId, onBehalfOfContentOwner=None, x__xgafv=None, media_body=None, media_mime_type=None)</code>
- <pre>As this is not an insert in a strict sense (it supports uploading/setting
-of a thumbnail for multiple videos, which doesn't result in creation of a
-single resource), I use a custom verb here.
+ <pre>As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for multiple videos, which doesn't result in creation of a single resource), I use a custom verb here.
Args:
videoId: string, Returns the Thumbnail with the given video IDs for Stubby or Apiary. (required)
- onBehalfOfContentOwner: string, <strong>Note:</strong> This parameter is intended exclusively for YouTube
-content partners.<br><br>The
-<code><strong>onBehalfOfContentOwner</strong></code> 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 actual
-CMS account that the user authenticates with must be linked to the
-specified YouTube content owner.
+ 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 actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -109,39 +104,38 @@
An object of the form:
{
- "eventId": "A String", # Serialized EventId of the request which produced this response.
"items": [ # A list of thumbnails.
{ # Internal representation of thumbnails for a YouTube resource.
- "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
- "width": 42, # (Optional) Width of the thumbnail image.
- "url": "A String", # The thumbnail image's URL.
- "height": 42, # (Optional) Height of the thumbnail image.
- },
- "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
- "width": 42, # (Optional) Width of the thumbnail image.
- "url": "A String", # The thumbnail image's URL.
- "height": 42, # (Optional) Height of the thumbnail image.
- },
"default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
- "width": 42, # (Optional) Width of the thumbnail image.
"url": "A String", # The thumbnail image's URL.
+ "width": 42, # (Optional) Width of the thumbnail image.
"height": 42, # (Optional) Height of the thumbnail image.
},
"maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
- "width": 42, # (Optional) Width of the thumbnail image.
"url": "A String", # The thumbnail image's URL.
+ "width": 42, # (Optional) Width of the thumbnail image.
+ "height": 42, # (Optional) Height of the thumbnail image.
+ },
+ "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
+ "url": "A String", # The thumbnail image's URL.
+ "width": 42, # (Optional) Width of the thumbnail image.
+ "height": 42, # (Optional) Height of the thumbnail image.
+ },
+ "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
+ "url": "A String", # The thumbnail image's URL.
+ "width": 42, # (Optional) Width of the thumbnail image.
"height": 42, # (Optional) Height of the thumbnail image.
},
"high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
- "width": 42, # (Optional) Width of the thumbnail image.
"url": "A String", # The thumbnail image's URL.
+ "width": 42, # (Optional) Width of the thumbnail image.
"height": 42, # (Optional) Height of the thumbnail image.
},
},
],
- "visitorId": "A String", # The <code>visitorId</code> identifies the visitor.
- "kind": "youtube#thumbnailSetResponse", # Identifies what kind of resource this is. Value: the fixed string
- # <code>"youtube#thumbnailSetResponse"</code>.
+ "visitorId": "A String", # The visitorId identifies the visitor.
+ "kind": "youtube#thumbnailSetResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#thumbnailSetResponse".
+ "eventId": "A String", # Serialized EventId of the request which produced this response.
"etag": "A String", # Etag of this resource.
}</pre>
</div>