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 @@
"accountLevelIssues": [ # A list of account level issues.
{
"country": "A String", # Country for which this issue is reported.
- "destination": "A String", # The destination the issue applies to.
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
"detail": "A String", # Additional details about the issue.
"documentation": "A String", # The URL of a web page to help resolving this issue.
"id": "A String", # Issue identifier.
@@ -230,7 +238,7 @@
"accountLevelIssues": [ # A list of account level issues.
{
"country": "A String", # Country for which this issue is reported.
- "destination": "A String", # The destination the issue applies to.
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
"detail": "A String", # Additional details about the issue.
"documentation": "A String", # The URL of a web page to help resolving this issue.
"id": "A String", # Issue identifier.
@@ -325,7 +333,7 @@
"accountLevelIssues": [ # A list of account level issues.
{
"country": "A String", # Country for which this issue is reported.
- "destination": "A String", # The destination the issue applies to.
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
"detail": "A String", # Additional details about the issue.
"documentation": "A String", # The URL of a web page to help resolving this issue.
"id": "A String", # Issue identifier.