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
Copy file name to clipboardExpand all lines: clients/google-api-services-bigqueryreservation/v1/2.0.0/com/google/api/services/bigqueryreservation/v1/model/Assignment.java
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,20 @@ public final class Assignment extends com.google.api.client.json.GenericJson {
66
66
@com.google.api.client.util.Key
67
67
privatejava.lang.Stringname;
68
68
69
+
/**
70
+
* Optional. Represents the principal for this assignment. If not empty, jobs run by this
71
+
* principal will utilize the associated reservation. Otherwise, jobs will fall back to using the
72
+
* reservation assigned to the project, folder, or organization (in that order). If no reservation
73
+
* is assigned at any of these levels, on-demand capacity will be used. The supported formats are:
74
+
* * `principal://goog/subject/USER_EMAIL_ADDRESS` for users, *
75
+
* `principal://iam.googleapis.com/projects/-/serviceAccounts/SA_EMAIL_ADDRESS` for service
0 commit comments