docs: update generated docs (#981)
diff --git a/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html b/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html
index 2417903..62158d7 100644
--- a/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html
+++ b/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html
@@ -81,7 +81,7 @@
<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="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists assignments.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -132,11 +132,11 @@
{ # A Assignment allows a project to submit jobs
# of a certain type using slots from the specified reservation.
"jobType": "A String", # Which type of jobs will use the reservation.
- "state": "A String", # Output only. State of the assignment.
"name": "A String", # Output only. Name of the resource. E.g.:
# `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
"assignee": "A String", # The resource which will use the reservation. E.g.
# `projects/myproject`, `folders/123`, or `organizations/456`.
+ "state": "A String", # Output only. State of the assignment.
}
x__xgafv: string, V1 error format.
@@ -150,11 +150,11 @@
{ # A Assignment allows a project to submit jobs
# of a certain type using slots from the specified reservation.
"jobType": "A String", # Which type of jobs will use the reservation.
- "state": "A String", # Output only. State of the assignment.
"name": "A String", # Output only. Name of the resource. E.g.:
# `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
"assignee": "A String", # The resource which will use the reservation. E.g.
# `projects/myproject`, `folders/123`, or `organizations/456`.
+ "state": "A String", # Output only. State of the assignment.
}</pre>
</div>
@@ -200,7 +200,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <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.
@@ -231,8 +231,8 @@
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.
+ pageToken: string, The next_page_token value returned from a previous List request, if any.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -242,19 +242,19 @@
An object of the form:
{ # The response for ReservationService.ListAssignments.
+ "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
+ # more results in the list.
"assignments": [ # 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.
"jobType": "A String", # Which type of jobs will use the reservation.
- "state": "A String", # Output only. State of the assignment.
"name": "A String", # Output only. Name of the resource. E.g.:
# `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
"assignee": "A String", # The resource which will use the reservation. E.g.
# `projects/myproject`, `folders/123`, or `organizations/456`.
+ "state": "A String", # Output only. State of the assignment.
},
],
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
- # more results in the list.
}</pre>
</div>
@@ -311,11 +311,11 @@
{ # A Assignment allows a project to submit jobs
# of a certain type using slots from the specified reservation.
"jobType": "A String", # Which type of jobs will use the reservation.
- "state": "A String", # Output only. State of the assignment.
"name": "A String", # Output only. Name of the resource. E.g.:
# `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
"assignee": "A String", # The resource which will use the reservation. E.g.
# `projects/myproject`, `folders/123`, or `organizations/456`.
+ "state": "A String", # Output only. State of the assignment.
}</pre>
</div>