docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/youtube_v3.thirdPartyLinks.html b/docs/dyn/youtube_v3.thirdPartyLinks.html
index 2c309bd..7df5634 100644
--- a/docs/dyn/youtube_v3.thirdPartyLinks.html
+++ b/docs/dyn/youtube_v3.thirdPartyLinks.html
@@ -75,6 +75,9 @@
 <h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.thirdPartyLinks.html">thirdPartyLinks</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(linkingToken, type, part=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes a resource.</p>
 <p class="toc_element">
@@ -88,12 +91,20 @@
 <p class="firstline">Updates an existing resource.</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(linkingToken, type, part=None, x__xgafv=None)</code>
   <pre>Deletes a resource.
 
 Args:
   linkingToken: string, Delete the partner links with the given linking token. (required)
   type: string, Type of the link to be deleted. (required)
+    Allowed values
+      linkUnspecified - 
+      channelToStoreLink - A link that is connecting (or about to connect) a channel with a store on a merchandising platform in order to enable retail commerce capabilities for that channel on YouTube.
   part: string, Do not use. Required for compatibility. (repeated)
   x__xgafv: string, V1 error format.
     Allowed values
@@ -107,37 +118,24 @@
   <pre>Inserts a new resource into this collection.
 
 Args:
-  part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter specifies the
-&lt;code&gt;thirdPartyLink&lt;/code&gt; resource parts that the API request and
-response will include. Supported values are &lt;code&gt;linkingToken&lt;/code&gt;,
-&lt;code&gt;status&lt;/code&gt;, and &lt;code&gt;snippet&lt;/code&gt;. (required) (repeated)
+  part: string, The *part* parameter specifies the thirdPartyLink resource parts that the API request and response will include. Supported values are linkingToken, status, and snippet. (required) (repeated)
   body: object, The request body.
     The object takes the form of:
 
-{ # A &lt;code&gt;&lt;strong&gt;third party account link&lt;/strong&gt;&lt;/code&gt; resource represents
-      # a link between a YouTube account or a channel and an account on a
-      # third-party service.
-    &quot;snippet&quot;: { # Basic information about a third party account link, including its type and # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the third-
-        # party account link.
-        # type-specific information.
-      &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a # Information specific to a link between a channel and a store on a
-          # merchandising platform.
-          # YouTube channel.
-        &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
-        &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
-      },
-      &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
-    },
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
-    &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string
-        # &lt;code&gt;&quot;youtube#thirdPartyLink&quot;&lt;/code&gt;.
-    &quot;status&quot;: { # The &lt;code&gt;third-party link status&lt;/code&gt; object contains information about # The &lt;code&gt;status&lt;/code&gt; object contains information about the status
-        # of the link.
-        # the status of the link.
+{ # A *third party account link* resource represents a link between a YouTube account or a channel and an account on a third-party service.
+    &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#thirdPartyLink&quot;.
+    &quot;status&quot;: { # The third-party link status object contains information about the status of the link. # The status object contains information about the status of the link.
       &quot;linkStatus&quot;: &quot;A String&quot;,
     },
-    &quot;linkingToken&quot;: &quot;A String&quot;, # The &lt;code&gt;linking_token&lt;/code&gt; identifies a YouTube account and
-        # channel with which the third party account is linked.
+    &quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
+    &quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
+      &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
+      &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
+        &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
+        &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
+      },
+    },
   }
 
   x__xgafv: string, V1 error format.
@@ -148,30 +146,20 @@
 Returns:
   An object of the form:
 
-    { # A &lt;code&gt;&lt;strong&gt;third party account link&lt;/strong&gt;&lt;/code&gt; resource represents
-        # a link between a YouTube account or a channel and an account on a
-        # third-party service.
-      &quot;snippet&quot;: { # Basic information about a third party account link, including its type and # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the third-
-          # party account link.
-          # type-specific information.
-        &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a # Information specific to a link between a channel and a store on a
-            # merchandising platform.
-            # YouTube channel.
-          &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
-          &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
-        },
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
-      },
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
-      &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string
-          # &lt;code&gt;&quot;youtube#thirdPartyLink&quot;&lt;/code&gt;.
-      &quot;status&quot;: { # The &lt;code&gt;third-party link status&lt;/code&gt; object contains information about # The &lt;code&gt;status&lt;/code&gt; object contains information about the status
-          # of the link.
-          # the status of the link.
+    { # A *third party account link* resource represents a link between a YouTube account or a channel and an account on a third-party service.
+      &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#thirdPartyLink&quot;.
+      &quot;status&quot;: { # The third-party link status object contains information about the status of the link. # The status object contains information about the status of the link.
         &quot;linkStatus&quot;: &quot;A String&quot;,
       },
-      &quot;linkingToken&quot;: &quot;A String&quot;, # The &lt;code&gt;linking_token&lt;/code&gt; identifies a YouTube account and
-          # channel with which the third party account is linked.
+      &quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
+      &quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
+        &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
+          &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
+          &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
+        },
+      },
     }</pre>
 </div>
 
@@ -180,12 +168,12 @@
   <pre>Retrieves a list of resources, possibly filtered.
 
 Args:
-  part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter specifies the
-&lt;code&gt;thirdPartyLink&lt;/code&gt; resource parts that the API response will
-include. Supported values are &lt;code&gt;linkingToken&lt;/code&gt;,
-&lt;code&gt;status&lt;/code&gt;, and &lt;code&gt;snippet&lt;/code&gt;. (required) (repeated)
+  part: string, The *part* parameter specifies the thirdPartyLink resource parts that the API response will include. Supported values are linkingToken, status, and snippet. (required) (repeated)
   linkingToken: string, Get a third party link with the given linking token.
   type: string, Get a third party link of the given type.
+    Allowed values
+      linkUnspecified - 
+      channelToStoreLink - A link that is connecting (or about to connect) a channel with a store on a merchandising platform in order to enable retail commerce capabilities for that channel on YouTube.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -194,30 +182,20 @@
 Returns:
   An object of the form:
 
-    { # A &lt;code&gt;&lt;strong&gt;third party account link&lt;/strong&gt;&lt;/code&gt; resource represents
-        # a link between a YouTube account or a channel and an account on a
-        # third-party service.
-      &quot;snippet&quot;: { # Basic information about a third party account link, including its type and # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the third-
-          # party account link.
-          # type-specific information.
-        &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a # Information specific to a link between a channel and a store on a
-            # merchandising platform.
-            # YouTube channel.
-          &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
-          &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
-        },
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
-      },
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
-      &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string
-          # &lt;code&gt;&quot;youtube#thirdPartyLink&quot;&lt;/code&gt;.
-      &quot;status&quot;: { # The &lt;code&gt;third-party link status&lt;/code&gt; object contains information about # The &lt;code&gt;status&lt;/code&gt; object contains information about the status
-          # of the link.
-          # the status of the link.
+    { # A *third party account link* resource represents a link between a YouTube account or a channel and an account on a third-party service.
+      &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#thirdPartyLink&quot;.
+      &quot;status&quot;: { # The third-party link status object contains information about the status of the link. # The status object contains information about the status of the link.
         &quot;linkStatus&quot;: &quot;A String&quot;,
       },
-      &quot;linkingToken&quot;: &quot;A String&quot;, # The &lt;code&gt;linking_token&lt;/code&gt; identifies a YouTube account and
-          # channel with which the third party account is linked.
+      &quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
+      &quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
+        &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
+          &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
+          &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
+        },
+      },
     }</pre>
 </div>
 
@@ -226,37 +204,24 @@
   <pre>Updates an existing resource.
 
 Args:
-  part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter specifies the
-&lt;code&gt;thirdPartyLink&lt;/code&gt; resource parts that the API request and
-response will include. Supported values are &lt;code&gt;linkingToken&lt;/code&gt;,
-&lt;code&gt;status&lt;/code&gt;, and &lt;code&gt;snippet&lt;/code&gt;. (required) (repeated)
+  part: string, The *part* parameter specifies the thirdPartyLink resource parts that the API request and response will include. Supported values are linkingToken, status, and snippet. (required) (repeated)
   body: object, The request body.
     The object takes the form of:
 
-{ # A &lt;code&gt;&lt;strong&gt;third party account link&lt;/strong&gt;&lt;/code&gt; resource represents
-      # a link between a YouTube account or a channel and an account on a
-      # third-party service.
-    &quot;snippet&quot;: { # Basic information about a third party account link, including its type and # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the third-
-        # party account link.
-        # type-specific information.
-      &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a # Information specific to a link between a channel and a store on a
-          # merchandising platform.
-          # YouTube channel.
-        &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
-        &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
-      },
-      &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
-    },
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
-    &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string
-        # &lt;code&gt;&quot;youtube#thirdPartyLink&quot;&lt;/code&gt;.
-    &quot;status&quot;: { # The &lt;code&gt;third-party link status&lt;/code&gt; object contains information about # The &lt;code&gt;status&lt;/code&gt; object contains information about the status
-        # of the link.
-        # the status of the link.
+{ # A *third party account link* resource represents a link between a YouTube account or a channel and an account on a third-party service.
+    &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#thirdPartyLink&quot;.
+    &quot;status&quot;: { # The third-party link status object contains information about the status of the link. # The status object contains information about the status of the link.
       &quot;linkStatus&quot;: &quot;A String&quot;,
     },
-    &quot;linkingToken&quot;: &quot;A String&quot;, # The &lt;code&gt;linking_token&lt;/code&gt; identifies a YouTube account and
-        # channel with which the third party account is linked.
+    &quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
+    &quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
+      &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
+      &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
+        &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
+        &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
+      },
+    },
   }
 
   x__xgafv: string, V1 error format.
@@ -267,30 +232,20 @@
 Returns:
   An object of the form:
 
-    { # A &lt;code&gt;&lt;strong&gt;third party account link&lt;/strong&gt;&lt;/code&gt; resource represents
-        # a link between a YouTube account or a channel and an account on a
-        # third-party service.
-      &quot;snippet&quot;: { # Basic information about a third party account link, including its type and # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the third-
-          # party account link.
-          # type-specific information.
-        &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a # Information specific to a link between a channel and a store on a
-            # merchandising platform.
-            # YouTube channel.
-          &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
-          &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
-        },
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
-      },
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
-      &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string
-          # &lt;code&gt;&quot;youtube#thirdPartyLink&quot;&lt;/code&gt;.
-      &quot;status&quot;: { # The &lt;code&gt;third-party link status&lt;/code&gt; object contains information about # The &lt;code&gt;status&lt;/code&gt; object contains information about the status
-          # of the link.
-          # the status of the link.
+    { # A *third party account link* resource represents a link between a YouTube account or a channel and an account on a third-party service.
+      &quot;kind&quot;: &quot;youtube#thirdPartyLink&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#thirdPartyLink&quot;.
+      &quot;status&quot;: { # The third-party link status object contains information about the status of the link. # The status object contains information about the status of the link.
         &quot;linkStatus&quot;: &quot;A String&quot;,
       },
-      &quot;linkingToken&quot;: &quot;A String&quot;, # The &lt;code&gt;linking_token&lt;/code&gt; identifies a YouTube account and
-          # channel with which the third party account is linked.
+      &quot;linkingToken&quot;: &quot;A String&quot;, # The linking_token identifies a YouTube account and channel with which the third party account is linked.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
+      &quot;snippet&quot;: { # Basic information about a third party account link, including its type and type-specific information. # The snippet object contains basic details about the third- party account link.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link named after the entities that are being linked.
+        &quot;channelToStoreLink&quot;: { # Information specific to a store on a merchandising platform linked to a YouTube channel. # Information specific to a link between a channel and a store on a merchandising platform.
+          &quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
+          &quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
+        },
+      },
     }</pre>
 </div>