chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/reseller_v1.resellernotify.html b/docs/dyn/reseller_v1.resellernotify.html
index 6834df9..8859245 100644
--- a/docs/dyn/reseller_v1.resellernotify.html
+++ b/docs/dyn/reseller_v1.resellernotify.html
@@ -72,19 +72,19 @@
</style>
-<h1><a href="reseller_v1.html">Workspace Reseller API</a> . <a href="reseller_v1.resellernotify.html">resellernotify</a></h1>
+<h1><a href="reseller_v1.html">Enterprise Apps Reseller API</a> . <a href="reseller_v1.resellernotify.html">resellernotify</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="#getwatchdetails">getwatchdetails()</a></code></p>
+ <code><a href="#getwatchdetails">getwatchdetails(x__xgafv=None)</a></code></p>
<p class="firstline">Returns all the details of the watch corresponding to the reseller.</p>
<p class="toc_element">
- <code><a href="#register">register(serviceAccountEmailAddress=None)</a></code></p>
+ <code><a href="#register">register(serviceAccountEmailAddress=None, x__xgafv=None)</a></code></p>
<p class="firstline">Registers a Reseller for receiving notifications.</p>
<p class="toc_element">
- <code><a href="#unregister">unregister(serviceAccountEmailAddress=None)</a></code></p>
+ <code><a href="#unregister">unregister(serviceAccountEmailAddress=None, x__xgafv=None)</a></code></p>
<p class="firstline">Unregisters a Reseller for receiving notifications.</p>
<h3>Method Details</h3>
<div class="method">
@@ -93,50 +93,62 @@
</div>
<div class="method">
- <code class="details" id="getwatchdetails">getwatchdetails()</code>
+ <code class="details" id="getwatchdetails">getwatchdetails(x__xgafv=None)</code>
<pre>Returns all the details of the watch corresponding to the reseller.
Args:
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
{ # JSON template for resellernotify getwatchdetails response.
- "serviceAccountEmailAddresses": [ # List of registered service accounts.
- "A String",
- ],
- "topicName": "A String", # Topic name of the PubSub
- }</pre>
+ "serviceAccountEmailAddresses": [ # List of registered service accounts.
+ "A String",
+ ],
+ "topicName": "A String", # Topic name of the PubSub
+}</pre>
</div>
<div class="method">
- <code class="details" id="register">register(serviceAccountEmailAddress=None)</code>
+ <code class="details" id="register">register(serviceAccountEmailAddress=None, x__xgafv=None)</code>
<pre>Registers a Reseller for receiving notifications.
Args:
serviceAccountEmailAddress: string, The service account which will own the created Cloud-PubSub topic.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
{ # JSON template for resellernotify response.
- "topicName": "A String", # Topic name of the PubSub
- }</pre>
+ "topicName": "A String", # Topic name of the PubSub
+}</pre>
</div>
<div class="method">
- <code class="details" id="unregister">unregister(serviceAccountEmailAddress=None)</code>
+ <code class="details" id="unregister">unregister(serviceAccountEmailAddress=None, x__xgafv=None)</code>
<pre>Unregisters a Reseller for receiving notifications.
Args:
serviceAccountEmailAddress: string, The service account which owns the Cloud-PubSub topic.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
{ # JSON template for resellernotify response.
- "topicName": "A String", # Topic name of the PubSub
- }</pre>
+ "topicName": "A String", # Topic name of the PubSub
+}</pre>
</div>
</body></html>
\ No newline at end of file