docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/content_v2.accountstatuses.html b/docs/dyn/content_v2.accountstatuses.html
index 2549792..c223416 100644
--- a/docs/dyn/content_v2.accountstatuses.html
+++ b/docs/dyn/content_v2.accountstatuses.html
@@ -75,6 +75,9 @@
 <h1><a href="content_v2.html">Content API for Shopping</a> . <a href="content_v2.accountstatuses.html">accountstatuses</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="#custombatch">custombatch(body=None)</a></code></p>
 <p class="firstline">Retrieves multiple Merchant Center account statuses in a single request.</p>
 <p class="toc_element">
@@ -88,6 +91,11 @@
 <p class="firstline">Retrieves the next page of results.</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="custombatch">custombatch(body=None)</code>
   <pre>Retrieves multiple Merchant Center account statuses in a single request.
 
@@ -124,7 +132,7 @@
           &quot;accountLevelIssues&quot;: [ # A list of account level issues.
             {
               &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
-              &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
+              &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
               &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
               &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
               &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
@@ -230,7 +238,7 @@
     &quot;accountLevelIssues&quot;: [ # A list of account level issues.
       {
         &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
-        &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
+        &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
         &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
         &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
         &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
@@ -325,7 +333,7 @@
         &quot;accountLevelIssues&quot;: [ # A list of account level issues.
           {
             &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
-            &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to.
+            &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
             &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
             &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
             &quot;id&quot;: &quot;A String&quot;, # Issue identifier.