docs: update generated docs (#981)
diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
index ad2f4b2..afcb7c1 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
+++ b/docs/dyn/bigqueryreservation_v1.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>
@@ -131,12 +131,12 @@
{ # 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`.
+ "name": "A String", # Output only. Name of the resource. E.g.:
+ # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "state": "A String", # Output only. State of the assignment.
+ "jobType": "A String", # Which type of jobs will use the reservation.
}
x__xgafv: string, V1 error format.
@@ -149,12 +149,12 @@
{ # 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`.
+ "name": "A String", # Output only. Name of the resource. E.g.:
+ # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "state": "A String", # Output only. State of the assignment.
+ "jobType": "A String", # Which type of jobs will use the reservation.
}</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 per page.
+ 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
@@ -245,12 +245,12 @@
"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`.
+ "name": "A String", # Output only. Name of the resource. E.g.:
+ # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "state": "A String", # Output only. State of the assignment.
+ "jobType": "A String", # Which type of jobs will use the reservation.
},
],
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
@@ -310,12 +310,12 @@
{ # 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`.
+ "name": "A String", # Output only. Name of the resource. E.g.:
+ # `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "state": "A String", # Output only. State of the assignment.
+ "jobType": "A String", # Which type of jobs will use the reservation.
}</pre>
</div>