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/Reservation.java
+21-30Lines changed: 21 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -129,16 +129,13 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
129
129
/**
130
130
* Baseline slots available to this reservation. A slot is a unit of computational power in
131
131
* BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more
132
-
* slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. If
133
-
* edition is EDITION_UNSPECIFIED and total slot_capacity of the reservation and its siblings
134
-
* exceeds the total slot_count of all capacity commitments, the request will fail with
135
-
* `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value but EDITION_UNSPECIFIED, then the
136
-
* above requirement is not needed. The total slot_capacity of the reservation and its siblings
137
-
* may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will
138
-
* be charged with the autoscale SKU. You can increase the number of baseline slots in a
139
-
* reservation every few minutes. If you want to decrease your baseline slots, you are limited to
140
-
* once an hour if you have recently changed your baseline slot capacity and your baseline slots
141
-
* exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes.
132
+
* slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. The total
133
+
* slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity
134
+
* commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can
135
+
* increase the number of baseline slots in a reservation every few minutes. If you want to
136
+
* decrease your baseline slots, you are limited to once an hour if you have recently changed your
137
+
* baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can
0 commit comments