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: docs/dyn/bigqueryreservation_v1.projects.locations.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
155
155
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
156
156
"jobType": "A String", # Which type of jobs will use the reservation.
157
-
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
157
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
158
158
"state": "A String", # Output only. State of the assignment.
159
159
},
160
160
],
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198
198
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
199
199
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
200
200
"jobType": "A String", # Which type of jobs will use the reservation.
201
-
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
201
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
202
202
"state": "A String", # Output only. State of the assignment.
Copy file name to clipboardExpand all lines: docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,11 @@ <h3>Method Details</h3>
110
110
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
111
111
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
112
112
"jobType": "A String", # Which type of jobs will use the reservation.
113
-
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
113
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
114
114
"state": "A String", # Output only. State of the assignment.
115
115
}
116
116
117
-
assignmentId: string, The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.
117
+
assignmentId: string, The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
118
118
x__xgafv: string, V1 error format.
119
119
Allowed values
120
120
1 - v1 error format
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
127
127
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
128
128
"jobType": "A String", # Which type of jobs will use the reservation.
129
-
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
129
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
130
130
"state": "A String", # Output only. State of the assignment.
131
131
}</pre>
132
132
</div>
@@ -170,7 +170,7 @@ <h3>Method Details</h3>
170
170
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
171
171
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
172
172
"jobType": "A String", # Which type of jobs will use the reservation.
173
-
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
173
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
174
174
"state": "A String", # Output only. State of the assignment.
175
175
},
176
176
],
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216
216
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
217
217
"assignee": "A String", # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
218
218
"jobType": "A String", # Which type of jobs will use the reservation.
219
-
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
219
+
"name": "A String", # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
220
220
"state": "A String", # Output only. State of the assignment.
0 commit comments