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: mmv1/products/bigquery/Job.yaml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,18 @@ examples:
161
161
- 'status.0.state'
162
162
# there are a lot of examples for this resource, so omitting some that are similar to others
163
163
exclude_docs: true
164
+
- name: 'bigquery_job_query_reservation'
165
+
exclude_docs: true
166
+
ignore_read_extra:
167
+
- 'etag'
168
+
- 'status.0.state'
169
+
min_version: beta
170
+
primary_resource_id: 'job'
171
+
vars:
172
+
job_id: 'job_query_reservation'
173
+
reservation_name: 'my-reservation'
174
+
test_env_vars:
175
+
project: 'PROJECT_NAME'
164
176
parameters:
165
177
properties:
166
178
- name: 'user_email'
@@ -859,6 +871,12 @@ properties:
859
871
type: String
860
872
description: 'The ID of the model.'
861
873
required: true
874
+
- name: 'reservation'
875
+
type: String
876
+
description: |
877
+
The reservation that job would use. User can specify a reservation to execute the job. If this field is not set, reservation is determined based on the rules defined by the reservation assignments.
878
+
The expected format is `projects/{project}/locations/{location}/reservations/{reservation}`.
0 commit comments