Skip to content

Commit 20e6b2f

Browse files
1 parent c69f8bb commit 20e6b2f

File tree

4 files changed

+27
-36
lines changed

4 files changed

+27
-36
lines changed

clients/google-api-services-bigqueryreservation/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigqueryreservation</artifactId>
25-
<version>v1-rev20241209-2.0.0</version>
25+
<version>v1-rev20241231-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241231-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigqueryreservation/v1/2.0.0/com/google/api/services/bigqueryreservation/v1/model/Reservation.java

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,13 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
129129
/**
130130
* Baseline slots available to this reservation. A slot is a unit of computational power in
131131
* 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
138+
* decrease your baseline slots every few minutes.
142139
* The value may be {@code null}.
143140
*/
144141
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -379,16 +376,13 @@ public Reservation setSecondaryLocation(java.lang.String secondaryLocation) {
379376
/**
380377
* Baseline slots available to this reservation. A slot is a unit of computational power in
381378
* BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more
382-
* slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. If
383-
* edition is EDITION_UNSPECIFIED and total slot_capacity of the reservation and its siblings
384-
* exceeds the total slot_count of all capacity commitments, the request will fail with
385-
* `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value but EDITION_UNSPECIFIED, then the
386-
* above requirement is not needed. The total slot_capacity of the reservation and its siblings
387-
* may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will
388-
* be charged with the autoscale SKU. You can increase the number of baseline slots in a
389-
* reservation every few minutes. If you want to decrease your baseline slots, you are limited to
390-
* once an hour if you have recently changed your baseline slot capacity and your baseline slots
391-
* exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes.
379+
* slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. The total
380+
* slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity
381+
* commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can
382+
* increase the number of baseline slots in a reservation every few minutes. If you want to
383+
* decrease your baseline slots, you are limited to once an hour if you have recently changed your
384+
* baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can
385+
* decrease your baseline slots every few minutes.
392386
* @return value or {@code null} for none
393387
*/
394388
public java.lang.Long getSlotCapacity() {
@@ -398,16 +392,13 @@ public java.lang.Long getSlotCapacity() {
398392
/**
399393
* Baseline slots available to this reservation. A slot is a unit of computational power in
400394
* BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more
401-
* slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. If
402-
* edition is EDITION_UNSPECIFIED and total slot_capacity of the reservation and its siblings
403-
* exceeds the total slot_count of all capacity commitments, the request will fail with
404-
* `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value but EDITION_UNSPECIFIED, then the
405-
* above requirement is not needed. The total slot_capacity of the reservation and its siblings
406-
* may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will
407-
* be charged with the autoscale SKU. You can increase the number of baseline slots in a
408-
* reservation every few minutes. If you want to decrease your baseline slots, you are limited to
409-
* once an hour if you have recently changed your baseline slot capacity and your baseline slots
410-
* exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes.
395+
* slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. The total
396+
* slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity
397+
* commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can
398+
* increase the number of baseline slots in a reservation every few minutes. If you want to
399+
* decrease your baseline slots, you are limited to once an hour if you have recently changed your
400+
* baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can
401+
* decrease your baseline slots every few minutes.
411402
* @param slotCapacity slotCapacity or {@code null} for none
412403
*/
413404
public Reservation setSlotCapacity(java.lang.Long slotCapacity) {

clients/google-api-services-bigqueryreservation/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-bigqueryreservation</artifactId>
11-
<version>v1-rev20241209-2.0.0</version>
12-
<name>BigQuery Reservation API v1-rev20241209-2.0.0</name>
11+
<version>v1-rev20241231-2.0.0</version>
12+
<name>BigQuery Reservation API v1-rev20241231-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigqueryreservation/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigqueryreservation</artifactId>
25-
<version>v1-rev20241209-2.0.0</version>
25+
<version>v1-rev20241231-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241231-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)