docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/displayvideo_v1.partners.channels.sites.html b/docs/dyn/displayvideo_v1.partners.channels.sites.html
index 5f16d02..8cb0b81 100644
--- a/docs/dyn/displayvideo_v1.partners.channels.sites.html
+++ b/docs/dyn/displayvideo_v1.partners.channels.sites.html
@@ -78,13 +78,16 @@
   <code><a href="#bulkEdit">bulkEdit(partnerId, channelId, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Bulk edits sites under a single channel. The operation will delete the sites provided in BulkEditSitesRequest.deleted_sites and then create the sites provided in BulkEditSitesRequest.created_sites.</p>
 <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="#create">create(partnerId, channelId, body=None, advertiserId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Creates a site in a channel.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(partnerId, channelId, urlOrAppId, advertiserId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes a site from a channel.</p>
 <p class="toc_element">
-  <code><a href="#list">list(partnerId, channelId, pageToken=None, orderBy=None, advertiserId=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(partnerId, channelId, pageSize=None, advertiserId=None, pageToken=None, orderBy=None, filter=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists sites in a channel.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -101,17 +104,17 @@
     The object takes the form of:
 
 { # Request message for SiteService.BulkEditSites.
+    &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that owns the parent channel.
     &quot;deletedSites&quot;: [ # The sites to delete in batch, specified as a list of site url_or_app_ids.
       &quot;A String&quot;,
     ],
-    &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that owns the parent channel.
-    &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that owns the parent channel.
     &quot;createdSites&quot;: [ # The sites to create in batch, specified as a list of Sites.
       { # A single site. Sites are apps or websites belonging to a channel.
-        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
       },
     ],
+    &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that owns the parent channel.
   }
 
   x__xgafv: string, V1 error format.
@@ -125,14 +128,19 @@
     { # Response message for SiteService.BulkEditSites.
     &quot;sites&quot;: [ # The list of sites that have been successfully created. This list will be absent if empty.
       { # A single site. Sites are apps or websites belonging to a channel.
-        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
       },
     ],
   }</pre>
 </div>
 
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="create">create(partnerId, channelId, body=None, advertiserId=None, x__xgafv=None)</code>
   <pre>Creates a site in a channel.
 
@@ -143,8 +151,8 @@
     The object takes the form of:
 
 { # A single site. Sites are apps or websites belonging to a channel.
-  &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
   &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+  &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
 }
 
   advertiserId: string, The ID of the advertiser that owns the parent channel.
@@ -157,8 +165,8 @@
   An object of the form:
 
     { # A single site. Sites are apps or websites belonging to a channel.
-    &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
     &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+    &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
   }</pre>
 </div>
 
@@ -184,16 +192,16 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(partnerId, channelId, pageToken=None, orderBy=None, advertiserId=None, pageSize=None, filter=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(partnerId, channelId, pageSize=None, advertiserId=None, pageToken=None, orderBy=None, filter=None, x__xgafv=None)</code>
   <pre>Lists sites in a channel.
 
 Args:
   partnerId: string, The ID of the partner that owns the parent channel. (required)
   channelId: string, Required. The ID of the parent channel to which the requested sites belong. (required)
+  pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
+  advertiserId: string, The ID of the advertiser that owns the parent channel.
   pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListSites` method. If not specified, the first page of results will be returned.
   orderBy: string, Field by which to sort the list. Acceptable values are: * `urlOrAppId` (default) The default sorting order is ascending. To specify descending order for a field, a suffix &quot; desc&quot; should be added to the field name. Example: `urlOrAppId desc`.
-  advertiserId: string, The ID of the advertiser that owns the parent channel.
-  pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
   filter: string, Allows filtering by site fields. Supported syntax: * Filter expressions for site currently can only contain at most one * restriction. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)`. * Supported fields: - `urlOrAppId` Examples: * All sites for which the URL or app ID contains &quot;google&quot;: `urlOrAppId : &quot;google&quot;`
   x__xgafv: string, V1 error format.
     Allowed values
@@ -206,8 +214,8 @@
     { # Response message for SiteService.ListSites.
     &quot;sites&quot;: [ # The list of sites. This list will be absent if empty.
       { # A single site. Sites are apps or websites belonging to a channel.
-        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListSites` method to retrieve the next page of results.