docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/youtube_v3.i18nLanguages.html b/docs/dyn/youtube_v3.i18nLanguages.html
index 84f5c99..f9105e4 100644
--- a/docs/dyn/youtube_v3.i18nLanguages.html
+++ b/docs/dyn/youtube_v3.i18nLanguages.html
@@ -75,17 +75,23 @@
<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.i18nLanguages.html">i18nLanguages</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="#list">list(part, hl=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a list of resources, possibly filtered.</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="list">list(part, hl=None, x__xgafv=None)</code>
<pre>Retrieves a list of resources, possibly filtered.
Args:
- part: string, The <code><strong>part</strong></code> parameter specifies the
-<code>i18nLanguage</code> resource properties that the API response will
-include. Set the parameter value to <code>snippet</code>. (required) (repeated)
+ part: string, The *part* parameter specifies the i18nLanguage resource properties that the API response will include. Set the parameter value to snippet. (required) (repeated)
hl: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
@@ -96,28 +102,21 @@
An object of the form:
{
- "visitorId": "A String", # The <code>visitorId</code> identifies the visitor.
"eventId": "A String", # Serialized EventId of the request which produced this response.
- "kind": "youtube#i18nLanguageListResponse", # Identifies what kind of resource this is. Value: the fixed string
- # <code>"youtube#i18nLanguageListResponse"</code>.
- "etag": "A String", # Etag of this resource.
- "items": [ # A list of supported i18n languages. In this map, the i18n language ID is
- # the map key, and its value is the corresponding <code>i18nLanguage</code>
- # resource.
- { # An <code><strong>i18nLanguage</strong></code> resource identifies a UI
- # language currently supported by YouTube.
- "etag": "A String", # Etag of this resource.
- "kind": "youtube#i18nLanguage", # Identifies what kind of resource this is. Value: the fixed string
- # <code>"youtube#i18nLanguage"</code>.
- "id": "A String", # The ID that YouTube uses to uniquely identify the i18n language.
- "snippet": { # Basic details about an i18n language, such as language code and # The <code>snippet</code> object contains basic details about the i18n
- # language, such as language code and human-readable name.
- # human-readable name.
- "name": "A String", # The human-readable name of the language in the language itself.
+ "visitorId": "A String", # The visitorId identifies the visitor.
+ "items": [ # A list of supported i18n languages. In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource.
+ { # An *i18nLanguage* resource identifies a UI language currently supported by YouTube.
+ "snippet": { # Basic details about an i18n language, such as language code and human-readable name. # The snippet object contains basic details about the i18n language, such as language code and human-readable name.
"hl": "A String", # A short BCP-47 code that uniquely identifies a language.
+ "name": "A String", # The human-readable name of the language in the language itself.
},
+ "kind": "youtube#i18nLanguage", # Identifies what kind of resource this is. Value: the fixed string "youtube#i18nLanguage".
+ "id": "A String", # The ID that YouTube uses to uniquely identify the i18n language.
+ "etag": "A String", # Etag of this resource.
},
],
+ "etag": "A String", # Etag of this resource.
+ "kind": "youtube#i18nLanguageListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#i18nLanguageListResponse".
}</pre>
</div>