docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
index 73a5684..636845d 100644
--- a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
+++ b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
@@ -75,10 +75,18 @@
<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.userDeletion.html">userDeletion</a> . <a href="analytics_v3.userDeletion.userDeletionRequest.html">userDeletionRequest</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="#upsert">upsert(body=None)</a></code></p>
<p class="firstline">Insert or update a user deletion requests.</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="upsert">upsert(body=None)</code>
<pre>Insert or update a user deletion requests.
@@ -88,14 +96,14 @@
{ # JSON template for a user deletion request resource.
"kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
- "propertyId": "A String", # Property ID
- "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
- "firebaseProjectId": "A String", # Firebase Project Id
- "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
"id": { # User ID.
"userId": "A String", # The User's id
"type": "A String", # Type of user
},
+ "firebaseProjectId": "A String", # Firebase Project Id
+ "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "propertyId": "A String", # Property ID
+ "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
}
@@ -104,14 +112,14 @@
{ # JSON template for a user deletion request resource.
"kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
- "propertyId": "A String", # Property ID
- "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
- "firebaseProjectId": "A String", # Firebase Project Id
- "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
"id": { # User ID.
"userId": "A String", # The User's id
"type": "A String", # Type of user
},
+ "firebaseProjectId": "A String", # Firebase Project Id
+ "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
+ "propertyId": "A String", # Property ID
+ "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
}</pre>
</div>