You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### bigqueryreservation:v1beta1
The following keys were added:
- resources.projects.resources.locations.resources.reservations.resources.assignments.methods.patch (Total Keys: 15)
<pclass="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>
<pre>Updates an existing assignment. Only the `priority` field can be updated.
230
+
231
+
Args:
232
+
name: string, Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. (required)
233
+
body: object, The request body.
234
+
The object takes the form of:
235
+
236
+
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
237
+
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
238
+
"jobType": "A String", # Which type of jobs will use the reservation.
239
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
240
+
"state": "A String", # Output only. State of the assignment.
241
+
}
242
+
243
+
updateMask: string, Standard field mask for the set of fields to be updated.
244
+
x__xgafv: string, V1 error format.
245
+
Allowed values
246
+
1 - v1 error format
247
+
2 - v2 error format
248
+
249
+
Returns:
250
+
An object of the form:
251
+
252
+
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
253
+
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
254
+
"jobType": "A String", # Which type of jobs will use the reservation.
255
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
256
+
"state": "A String", # Output only. State of the assignment.
0 commit comments