Update docs for 1.4.2 release
diff --git a/docs/dyn/content_v2.accounts.html b/docs/dyn/content_v2.accounts.html
index 061adcd..ea13e2f 100644
--- a/docs/dyn/content_v2.accounts.html
+++ b/docs/dyn/content_v2.accounts.html
@@ -78,16 +78,16 @@
<code><a href="#authinfo">authinfo()</a></code></p>
<p class="firstline">Returns information about the authenticated user.</p>
<p class="toc_element">
- <code><a href="#custombatch">custombatch(body)</a></code></p>
+ <code><a href="#custombatch">custombatch(body, dryRun=None)</a></code></p>
<p class="firstline">Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.</p>
<p class="toc_element">
- <code><a href="#delete">delete(merchantId, accountId)</a></code></p>
+ <code><a href="#delete">delete(merchantId, accountId, dryRun=None)</a></code></p>
<p class="firstline">Deletes a Merchant Center sub-account.</p>
<p class="toc_element">
<code><a href="#get">get(merchantId, accountId)</a></code></p>
<p class="firstline">Retrieves a Merchant Center account.</p>
<p class="toc_element">
- <code><a href="#insert">insert(merchantId, body)</a></code></p>
+ <code><a href="#insert">insert(merchantId, body, dryRun=None)</a></code></p>
<p class="firstline">Creates a Merchant Center sub-account.</p>
<p class="toc_element">
<code><a href="#list">list(merchantId, pageToken=None, maxResults=None)</a></code></p>
@@ -96,10 +96,10 @@
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#patch">patch(merchantId, accountId, body)</a></code></p>
+ <code><a href="#patch">patch(merchantId, accountId, body, dryRun=None)</a></code></p>
<p class="firstline">Updates a Merchant Center account. This method supports patch semantics.</p>
<p class="toc_element">
- <code><a href="#update">update(merchantId, accountId, body)</a></code></p>
+ <code><a href="#update">update(merchantId, accountId, body, dryRun=None)</a></code></p>
<p class="firstline">Updates a Merchant Center account.</p>
<h3>Method Details</h3>
<div class="method">
@@ -126,7 +126,7 @@
</div>
<div class="method">
- <code class="details" id="custombatch">custombatch(body)</code>
+ <code class="details" id="custombatch">custombatch(body, dryRun=None)</code>
<pre>Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.
Args:
@@ -165,6 +165,7 @@
],
}
+ dryRun: boolean, Flag to run the request in dry-run mode.
Returns:
An object of the form:
@@ -213,12 +214,13 @@
</div>
<div class="method">
- <code class="details" id="delete">delete(merchantId, accountId)</code>
+ <code class="details" id="delete">delete(merchantId, accountId, dryRun=None)</code>
<pre>Deletes a Merchant Center sub-account.
Args:
merchantId: string, The ID of the managing account. (required)
accountId: string, The ID of the account. (required)
+ dryRun: boolean, Flag to run the request in dry-run mode.
</pre>
</div>
@@ -257,7 +259,7 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(merchantId, body)</code>
+ <code class="details" id="insert">insert(merchantId, body, dryRun=None)</code>
<pre>Creates a Merchant Center sub-account.
Args:
@@ -287,6 +289,7 @@
],
}
+ dryRun: boolean, Flag to run the request in dry-run mode.
Returns:
An object of the form:
@@ -370,7 +373,7 @@
</div>
<div class="method">
- <code class="details" id="patch">patch(merchantId, accountId, body)</code>
+ <code class="details" id="patch">patch(merchantId, accountId, body, dryRun=None)</code>
<pre>Updates a Merchant Center account. This method supports patch semantics.
Args:
@@ -401,6 +404,7 @@
],
}
+ dryRun: boolean, Flag to run the request in dry-run mode.
Returns:
An object of the form:
@@ -429,7 +433,7 @@
</div>
<div class="method">
- <code class="details" id="update">update(merchantId, accountId, body)</code>
+ <code class="details" id="update">update(merchantId, accountId, body, dryRun=None)</code>
<pre>Updates a Merchant Center account.
Args:
@@ -460,6 +464,7 @@
],
}
+ dryRun: boolean, Flag to run the request in dry-run mode.
Returns:
An object of the form: