docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/jobs_v3.projects.clientEvents.html b/docs/dyn/jobs_v3.projects.clientEvents.html
index fe00c1c..bca85c0 100644
--- a/docs/dyn/jobs_v3.projects.clientEvents.html
+++ b/docs/dyn/jobs_v3.projects.clientEvents.html
@@ -75,18 +75,20 @@
 <h1><a href="jobs_v3.html">Cloud Talent Solution API</a> . <a href="jobs_v3.projects.html">projects</a> . <a href="jobs_v3.projects.clientEvents.html">clientEvents</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="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Report events issued when end user interacts with customer's application</p>
+<p class="firstline">Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. You may inspect the created events in [self service tools](https://console.cloud.google.com/talent-solution/overview). [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) about self service tools.</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="create">create(parent, body=None, x__xgafv=None)</code>
-  <pre>Report events issued when end user interacts with customer&#x27;s application
-that uses Cloud Talent Solution. You may inspect the created events in
-[self service
-tools](https://console.cloud.google.com/talent-solution/overview).
-[Learn
-more](https://cloud.google.com/talent-solution/docs/management-tools)
-about self service tools.
+  <pre>Report events issued when end user interacts with customer&#x27;s application that uses Cloud Talent Solution. You may inspect the created events in [self service tools](https://console.cloud.google.com/talent-solution/overview). [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) about self service tools.
 
 Args:
   parent: string, Parent project name. (required)
@@ -94,43 +96,18 @@
     The object takes the form of:
 
 { # The report event request.
-    &quot;clientEvent&quot;: { # An event issued when an end user interacts with the application that # Required. Events issued when end user interacts with customer&#x27;s application that
-        # uses Cloud Talent Solution.
-        # implements Cloud Talent Solution. Providing this information improves the
-        # quality of search and recommendation for the API clients, enabling the
-        # service to perform optimally. The number of events sent must be consistent
-        # with other calls, such as job searches, issued to the service by the client.
-      &quot;jobEvent&quot;: { # An event issued when a job seeker interacts with the application that # A event issued when a job seeker interacts with the application that
-          # implements Cloud Talent Solution.
-          # implements Cloud Talent Solution.
+    &quot;clientEvent&quot;: { # An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of search and recommendation for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client. # Required. Events issued when end user interacts with customer&#x27;s application that uses Cloud Talent Solution.
+      &quot;jobEvent&quot;: { # An event issued when a job seeker interacts with the application that implements Cloud Talent Solution. # A event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
         &quot;type&quot;: &quot;A String&quot;, # Required. The type of the event (see JobEventType).
-        &quot;jobs&quot;: [ # Required. The job name(s) associated with this event.
-            # For example, if this is an impression event,
-            # this field contains the identifiers of all jobs shown to the job seeker.
-            # If this was a view event, this field contains the
-            # identifier of the viewed job.
+        &quot;jobs&quot;: [ # Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.
           &quot;A String&quot;,
         ],
       },
+      &quot;requestId&quot;: &quot;A String&quot;, # Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
       &quot;createTime&quot;: &quot;A String&quot;, # Required. The timestamp of the event.
-      &quot;requestId&quot;: &quot;A String&quot;, # Required. A unique ID generated in the API responses. It can be found in
-          # ResponseMetadata.request_id.
-      &quot;eventId&quot;: &quot;A String&quot;, # Required. A unique identifier, generated by the client application. This `event_id`
-          # is used to establish the relationship between different events
-          # (see parent_event_id).
-      &quot;parentEventId&quot;: &quot;A String&quot;, # Optional. The event_id of an event that resulted in the current event. For example, a
-          # Job view event usually follows a parent
-          # impression event: A job seeker first does a
-          # search where a list of jobs appears
-          # (impression). The job seeker then selects a
-          # result and views the description of a particular job (Job
-          # view).
-      &quot;extraInfo&quot;: { # Optional. Extra information about this event. Used for storing information with no
-          # matching field in event payload, for example, user application specific
-          # context or details.
-          #
-          # At most 20 keys are supported. The maximum total size of all keys and
-          # values is 2 KB.
+      &quot;parentEventId&quot;: &quot;A String&quot;, # Optional. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).
+      &quot;eventId&quot;: &quot;A String&quot;, # Required. A unique identifier, generated by the client application. This `event_id` is used to establish the relationship between different events (see parent_event_id).
+      &quot;extraInfo&quot;: { # Optional. Extra information about this event. Used for storing information with no matching field in event payload, for example, user application specific context or details. At most 20 keys are supported. The maximum total size of all keys and values is 2 KB.
         &quot;a_key&quot;: &quot;A String&quot;,
       },
     },
@@ -144,42 +121,18 @@
 Returns:
   An object of the form:
 
-    { # An event issued when an end user interacts with the application that
-      # implements Cloud Talent Solution. Providing this information improves the
-      # quality of search and recommendation for the API clients, enabling the
-      # service to perform optimally. The number of events sent must be consistent
-      # with other calls, such as job searches, issued to the service by the client.
-    &quot;jobEvent&quot;: { # An event issued when a job seeker interacts with the application that # A event issued when a job seeker interacts with the application that
-        # implements Cloud Talent Solution.
-        # implements Cloud Talent Solution.
+    { # An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of search and recommendation for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.
+    &quot;jobEvent&quot;: { # An event issued when a job seeker interacts with the application that implements Cloud Talent Solution. # A event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
       &quot;type&quot;: &quot;A String&quot;, # Required. The type of the event (see JobEventType).
-      &quot;jobs&quot;: [ # Required. The job name(s) associated with this event.
-          # For example, if this is an impression event,
-          # this field contains the identifiers of all jobs shown to the job seeker.
-          # If this was a view event, this field contains the
-          # identifier of the viewed job.
+      &quot;jobs&quot;: [ # Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.
         &quot;A String&quot;,
       ],
     },
+    &quot;requestId&quot;: &quot;A String&quot;, # Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
     &quot;createTime&quot;: &quot;A String&quot;, # Required. The timestamp of the event.
-    &quot;requestId&quot;: &quot;A String&quot;, # Required. A unique ID generated in the API responses. It can be found in
-        # ResponseMetadata.request_id.
-    &quot;eventId&quot;: &quot;A String&quot;, # Required. A unique identifier, generated by the client application. This `event_id`
-        # is used to establish the relationship between different events
-        # (see parent_event_id).
-    &quot;parentEventId&quot;: &quot;A String&quot;, # Optional. The event_id of an event that resulted in the current event. For example, a
-        # Job view event usually follows a parent
-        # impression event: A job seeker first does a
-        # search where a list of jobs appears
-        # (impression). The job seeker then selects a
-        # result and views the description of a particular job (Job
-        # view).
-    &quot;extraInfo&quot;: { # Optional. Extra information about this event. Used for storing information with no
-        # matching field in event payload, for example, user application specific
-        # context or details.
-        #
-        # At most 20 keys are supported. The maximum total size of all keys and
-        # values is 2 KB.
+    &quot;parentEventId&quot;: &quot;A String&quot;, # Optional. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).
+    &quot;eventId&quot;: &quot;A String&quot;, # Required. A unique identifier, generated by the client application. This `event_id` is used to establish the relationship between different events (see parent_event_id).
+    &quot;extraInfo&quot;: { # Optional. Extra information about this event. Used for storing information with no matching field in event payload, for example, user application specific context or details. At most 20 keys are supported. The maximum total size of all keys and values is 2 KB.
       &quot;a_key&quot;: &quot;A String&quot;,
     },
   }</pre>