docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
index afcb7c1..3ea4d88 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
+++ b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
@@ -75,68 +75,43 @@
 <h1><a href="bigqueryreservation_v1.html">BigQuery Reservation API</a> . <a href="bigqueryreservation_v1.projects.html">projects</a> . <a href="bigqueryreservation_v1.projects.locations.html">locations</a> . <a href="bigqueryreservation_v1.projects.locations.reservations.html">reservations</a> . <a href="bigqueryreservation_v1.projects.locations.reservations.assignments.html">assignments</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">Creates an assignment object which allows the given project to submit jobs</p>
+<p class="firstline">Creates an assignment object which allows the given project to submit jobs of a certain type using slots from the specified reservation. Currently a resource (project, folder, organization) can only have one assignment per each (job_type, location) combination, and that reservation will be used for all jobs of the matching type. Different assignments can be created on different levels of the projects, folders or organization hierarchy. During query execution, the assignment is looked up at the project, folder and organization levels in that order. The first assignment found is applied to the query. When creating assignments, it does not matter if other assignments exist at higher levels. Example: * The organization `organizationA` contains two projects, `project1` and `project2`. * Assignments for all three entities (`organizationA`, `project1`, and `project2`) could all be created and mapped to the same or different reservations. Returns `google.rpc.Code.PERMISSION_DENIED` if user does not have 'bigquery.admin' permissions on the project using the reservation and the project that owns this reservation. Returns `google.rpc.Code.INVALID_ARGUMENT` when location of the assignment does not match location of the reservation.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
-<p class="firstline">Deletes a assignment. No expansion will happen.</p>
+<p class="firstline">Deletes a assignment. No expansion will happen. Example: * Organization `organizationA` contains two projects, `project1` and `project2`. * Reservation `res1` exists and was created previously. * CreateAssignment was used previously to define the following associations between entities and reservations: `` and `` In this example, deletion of the `` assignment won't affect the other assignment ``. After said deletion, queries from `project1` will still use `res1` while queries from `project2` will switch to use on-demand mode.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists assignments.</p>
+  <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Lists assignments. Only explicitly created assignments will be returned. Example: * Organization `organizationA` contains two projects, `project1` and `project2`. * Reservation `res1` exists and was created previously. * CreateAssignment was used previously to define the following associations between entities and reservations: `` and `` In this example, ListAssignments will just return the above two assignments for reservation `res1`, and no expansion/merge will happen. The wildcard "-" can be used for reservations in the request. In that case all assignments belongs to the specified project and location will be listed. **Note** "-" cannot be used for projects nor locations.</p>
 <p class="toc_element">
   <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="#move">move(name, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Moves an assignment under a new reservation.</p>
+<p class="firstline">Moves an assignment under a new reservation. This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated reservation.</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>Creates an assignment object which allows the given project to submit jobs
-of a certain type using slots from the specified reservation.
-
-Currently a
-resource (project, folder, organization) can only have one assignment per
-each (job_type, location) combination, and that reservation will be used
-for all jobs of the matching type.
-
-Different assignments can be created on different levels of the
-projects, folders or organization hierarchy.  During query execution,
-the assignment is looked up at the project, folder and organization levels
-in that order. The first assignment found is applied to the query.
-
-When creating assignments, it does not matter if other assignments exist at
-higher levels.
-
-Example:
-
-* The organization `organizationA` contains two projects, `project1`
-  and `project2`.
-* Assignments for all three entities (`organizationA`, `project1`, and
-  `project2`) could all be created and mapped to the same or different
-  reservations.
-
-Returns `google.rpc.Code.PERMISSION_DENIED` if user does not have
-&#x27;bigquery.admin&#x27; permissions on the project using the reservation
-and the project that owns this reservation.
-
-Returns `google.rpc.Code.INVALID_ARGUMENT` when location of the assignment
-does not match location of the reservation.
+  <pre>Creates an assignment object which allows the given project to submit jobs of a certain type using slots from the specified reservation. Currently a resource (project, folder, organization) can only have one assignment per each (job_type, location) combination, and that reservation will be used for all jobs of the matching type. Different assignments can be created on different levels of the projects, folders or organization hierarchy. During query execution, the assignment is looked up at the project, folder and organization levels in that order. The first assignment found is applied to the query. When creating assignments, it does not matter if other assignments exist at higher levels. Example: * The organization `organizationA` contains two projects, `project1` and `project2`. * Assignments for all three entities (`organizationA`, `project1`, and `project2`) could all be created and mapped to the same or different reservations. Returns `google.rpc.Code.PERMISSION_DENIED` if user does not have &#x27;bigquery.admin&#x27; permissions on the project using the reservation and the project that owns this reservation. Returns `google.rpc.Code.INVALID_ARGUMENT` when location of the assignment does not match location of the reservation.
 
 Args:
-  parent: string, Required. The parent resource name of the assignment
-E.g. `projects/myproject/locations/US/reservations/team1-prod` (required)
+  parent: string, Required. The parent resource name of the assignment E.g. `projects/myproject/locations/US/reservations/team1-prod` (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A Assignment allows a project to submit jobs
-    # of a certain type using slots from the specified reservation.
-  &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g.
-      # `projects/myproject`, `folders/123`, or `organizations/456`.
-  &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.:
-      # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
-  &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
+{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
+  &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+  &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
   &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
+  &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
 }
 
   x__xgafv: string, V1 error format.
@@ -147,38 +122,20 @@
 Returns:
   An object of the form:
 
-    { # A Assignment allows a project to submit jobs
-      # of a certain type using slots from the specified reservation.
-    &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g.
-        # `projects/myproject`, `folders/123`, or `organizations/456`.
-    &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.:
-        # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
-    &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
+    { # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
+    &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+    &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
     &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
+    &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="delete">delete(name, x__xgafv=None)</code>
-  <pre>Deletes a assignment. No expansion will happen.
-
-Example:
-
-* Organization `organizationA` contains two projects, `project1` and
-  `project2`.
-* Reservation `res1` exists and was created previously.
-* CreateAssignment was used previously to define the following
-  associations between entities and reservations: `&lt;organizationA, res1&gt;`
-  and `&lt;project1, res1&gt;`
-
-In this example, deletion of the `&lt;organizationA, res1&gt;` assignment won&#x27;t
-affect the other assignment `&lt;project1, res1&gt;`. After said deletion,
-queries from `project1` will still use `res1` while queries from
-`project2` will switch to use on-demand mode.
+  <pre>Deletes a assignment. No expansion will happen. Example: * Organization `organizationA` contains two projects, `project1` and `project2`. * Reservation `res1` exists and was created previously. * CreateAssignment was used previously to define the following associations between entities and reservations: `` and `` In this example, deletion of the `` assignment won&#x27;t affect the other assignment ``. After said deletion, queries from `project1` will still use `res1` while queries from `project2` will switch to use on-demand mode.
 
 Args:
-  name: string, Required. Name of the resource, e.g.
-  `projects/myproject/locations/US/reservations/team1-prod/assignments/123` (required)
+  name: string, Required. Name of the resource, e.g. `projects/myproject/locations/US/reservations/team1-prod/assignments/123` (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -187,52 +144,18 @@
 Returns:
   An object of the form:
 
-    { # A generic empty message that you can re-use to avoid defining duplicated
-      # empty messages in your APIs. A typical example is to use it as the request
-      # or the response type of an API method. For instance:
-      #
-      #     service Foo {
-      #       rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
-      #     }
-      #
-      # The JSON representation for `Empty` is empty JSON object `{}`.
+    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
-  <pre>Lists assignments.
-
-Only explicitly created assignments will be returned.
-
-Example:
-
-* Organization `organizationA` contains two projects, `project1` and
-  `project2`.
-* Reservation `res1` exists and was created previously.
-* CreateAssignment was used previously to define the following
-  associations between entities and reservations: `&lt;organizationA, res1&gt;`
-  and `&lt;project1, res1&gt;`
-
-In this example, ListAssignments will just return the above two assignments
-for reservation `res1`, and no expansion/merge will happen.
-
-The wildcard &quot;-&quot; can be used for
-reservations in the request. In that case all assignments belongs to the
-specified project and location will be listed.
-
-**Note** &quot;-&quot; cannot be used for projects nor locations.
+    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+  <pre>Lists assignments. Only explicitly created assignments will be returned. Example: * Organization `organizationA` contains two projects, `project1` and `project2`. * Reservation `res1` exists and was created previously. * CreateAssignment was used previously to define the following associations between entities and reservations: `` and `` In this example, ListAssignments will just return the above two assignments for reservation `res1`, and no expansion/merge will happen. The wildcard &quot;-&quot; can be used for reservations in the request. In that case all assignments belongs to the specified project and location will be listed. **Note** &quot;-&quot; cannot be used for projects nor locations.
 
 Args:
-  parent: string, Required. The parent resource name e.g.:
-
-`projects/myproject/locations/US/reservations/team1-prod`
-
-Or:
-
-`projects/myproject/locations/US/reservations/-` (required)
-  pageSize: integer, The maximum number of items to return per page.
+  parent: string, Required. The parent resource name e.g.: `projects/myproject/locations/US/reservations/team1-prod` Or: `projects/myproject/locations/US/reservations/-` (required)
   pageToken: string, The next_page_token value returned from a previous List request, if any.
+  pageSize: integer, The maximum number of items to return per page.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -242,19 +165,15 @@
   An object of the form:
 
     { # The response for ReservationService.ListAssignments.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
     &quot;assignments&quot;: [ # List of assignments visible to the user.
-      { # A Assignment allows a project to submit jobs
-          # of a certain type using slots from the specified reservation.
-        &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g.
-            # `projects/myproject`, `folders/123`, or `organizations/456`.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.:
-            # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
-        &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
+      { # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
+        &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+        &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
         &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
+        &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no
-        # more results in the list.
   }</pre>
 </div>
 
@@ -274,30 +193,15 @@
 
 <div class="method">
     <code class="details" id="move">move(name, body=None, x__xgafv=None)</code>
-  <pre>Moves an assignment under a new reservation.
-
-This differs from removing an existing assignment and recreating a new one
-by providing a transactional change that ensures an assignee always has an
-associated reservation.
+  <pre>Moves an assignment under a new reservation. This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated reservation.
 
 Args:
-  name: string, Required. The resource name of the assignment,
-e.g.
-`projects/myproject/locations/US/reservations/team1-prod/assignments/123` (required)
+  name: string, Required. The resource name of the assignment, e.g. `projects/myproject/locations/US/reservations/team1-prod/assignments/123` (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # The request for
-      # ReservationService.MoveAssignment.
-      # 
-      # **Note**: &quot;bigquery.reservationAssignments.create&quot; permission is required on
-      # the destination_id.
-      # 
-      # **Note**: &quot;bigquery.reservationAssignments.create&quot; and
-      # &quot;bigquery.reservationAssignments.delete&quot; permission are required on the
-      # related assignee.
-    &quot;destinationId&quot;: &quot;A String&quot;, # The new reservation ID, e.g.:
-        #   `projects/myotherproject/locations/US/reservations/team2-prod`
+{ # The request for ReservationService.MoveAssignment. **Note**: &quot;bigquery.reservationAssignments.create&quot; permission is required on the destination_id. **Note**: &quot;bigquery.reservationAssignments.create&quot; and &quot;bigquery.reservationAssignments.delete&quot; permission are required on the related assignee.
+    &quot;destinationId&quot;: &quot;A String&quot;, # The new reservation ID, e.g.: `projects/myotherproject/locations/US/reservations/team2-prod`
   }
 
   x__xgafv: string, V1 error format.
@@ -308,14 +212,11 @@
 Returns:
   An object of the form:
 
-    { # A Assignment allows a project to submit jobs
-      # of a certain type using slots from the specified reservation.
-    &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g.
-        # `projects/myproject`, `folders/123`, or `organizations/456`.
-    &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.:
-        # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
-    &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
+    { # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
+    &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+    &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
     &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
+    &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
   }</pre>
 </div>