build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html b/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html
index f46b9d6..d90407d 100644
--- a/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html
+++ b/docs/dyn/bigqueryreservation_v1beta1.projects.locations.reservations.assignments.html
@@ -108,9 +108,9 @@
The object takes the form of:
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
- "state": "A String", # Output only. State of the assignment.
- "jobType": "A String", # Which type of jobs will use the reservation.
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "jobType": "A String", # Which type of jobs will use the reservation.
+ "state": "A String", # Output only. State of the assignment.
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
}
@@ -123,9 +123,9 @@
An object of the form:
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
- "state": "A String", # Output only. State of the assignment.
- "jobType": "A String", # Which type of jobs will use the reservation.
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "jobType": "A String", # Which type of jobs will use the reservation.
+ "state": "A String", # Output only. State of the assignment.
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
}</pre>
</div>
@@ -165,15 +165,15 @@
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.
- "state": "A String", # Output only. State of the assignment.
- "jobType": "A String", # Which type of jobs will use the reservation.
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "jobType": "A String", # Which type of jobs will use the reservation.
+ "state": "A String", # Output only. State of the assignment.
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
},
],
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
}</pre>
</div>
@@ -213,9 +213,9 @@
An object of the form:
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
- "state": "A String", # Output only. State of the assignment.
- "jobType": "A String", # Which type of jobs will use the reservation.
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+ "jobType": "A String", # Which type of jobs will use the reservation.
+ "state": "A String", # Output only. State of the assignment.
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
}</pre>
</div>