docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index dfb0489..52607c0 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -75,6 +75,9 @@
<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.liveChatBans.html">liveChatBans</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="#delete">delete(id, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a chat ban.</p>
<p class="toc_element">
@@ -82,6 +85,11 @@
<p class="firstline">Inserts a new resource into this collection.</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="delete">delete(id, x__xgafv=None)</code>
<pre>Deletes a chat ban.
@@ -99,28 +107,24 @@
<pre>Inserts a new resource into this collection.
Args:
- part: string, The <code><strong>part</strong></code> parameter serves two purposes in
-this operation. It identifies the properties that the write operation will
-set as well as the properties that the API response returns. Set the
-parameter value to <code>snippet</code>. (required) (repeated)
+ part: string, The *part* parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet. (required) (repeated)
body: object, The request body.
The object takes the form of:
{ # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
- "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string
- # `"youtube#liveChatBan"`.
"etag": "A String", # Etag of this resource.
+ "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
"id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
"snippet": { # The `snippet` object contains basic details about the ban.
- "liveChatId": "A String", # The chat this ban is pertinent to.
- "type": "A String", # The type of ban.
"bannedUserDetails": {
- "profileImageUrl": "A String", # The channels's avatar URL.
+ "channelId": "A String", # The YouTube channel ID.
"channelUrl": "A String", # The channel's URL.
"displayName": "A String", # The channel's display name.
- "channelId": "A String", # The YouTube channel ID.
+ "profileImageUrl": "A String", # The channels's avatar URL.
},
+ "type": "A String", # The type of ban.
"banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
+ "liveChatId": "A String", # The chat this ban is pertinent to.
},
}
@@ -133,20 +137,19 @@
An object of the form:
{ # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
- "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string
- # `"youtube#liveChatBan"`.
"etag": "A String", # Etag of this resource.
+ "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
"id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
"snippet": { # The `snippet` object contains basic details about the ban.
- "liveChatId": "A String", # The chat this ban is pertinent to.
- "type": "A String", # The type of ban.
"bannedUserDetails": {
- "profileImageUrl": "A String", # The channels's avatar URL.
+ "channelId": "A String", # The YouTube channel ID.
"channelUrl": "A String", # The channel's URL.
"displayName": "A String", # The channel's display name.
- "channelId": "A String", # The YouTube channel ID.
+ "profileImageUrl": "A String", # The channels's avatar URL.
},
+ "type": "A String", # The type of ban.
"banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
+ "liveChatId": "A String", # The chat this ban is pertinent to.
},
}</pre>
</div>