Skip to content

Commit 9547616

Browse files
1 parent 72c5ae3 commit 9547616

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
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-rev20241023-2.0.0</version>
25+
<version>v1-rev20241110-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-rev20241023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241110-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,7 @@ public Delete set(String parameterName, Object value) {
24032403
}
24042404
}
24052405
/**
2406-
* Failover a reservation to the secondary location. The operation should be done in the current
2406+
* Fail over a reservation to the secondary location. The operation should be done in the current
24072407
* secondary location, which will be promoted to the new primary location for the reservation.
24082408
* Attempting to failover a reservation in the current primary location will fail with the error
24092409
* code `google.rpc.Code.FAILED_PRECONDITION`.
@@ -2433,7 +2433,7 @@ public class FailoverReservation extends BigQueryReservationRequest<com.google.a
24332433
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/reservations/[^/]+$");
24342434

24352435
/**
2436-
* Failover a reservation to the secondary location. The operation should be done in the current
2436+
* Fail over a reservation to the secondary location. The operation should be done in the current
24372437
* secondary location, which will be promoted to the new primary location for the reservation.
24382438
* Attempting to failover a reservation in the current primary location will fail with the error
24392439
* code `google.rpc.Code.FAILED_PRECONDITION`.

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
4242
* concurrently in this reservation. This is a soft target due to asynchronous nature of the
4343
* system and various optimizations for small queries. Default value is 0 which means that
4444
* concurrency target will be automatically computed by the system. NOTE: this field is exposed as
45-
* target job concurrency in the Information Schema, DDL and BQ CLI.
45+
* target job concurrency in the Information Schema, DDL and BigQuery CLI.
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -103,27 +103,27 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
103103
* Optional. The original primary location of the reservation which is set only during its
104104
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
105105
* about disaster recovery billing. The field is output only for customers and should not be
106-
* specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields
107-
* are set in rerouted requests sent across regions.
106+
* specified, however, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these
107+
* fields are set in rerouted requests sent across regions.
108108
* The value may be {@code null}.
109109
*/
110110
@com.google.api.client.util.Key
111111
private java.lang.String originalPrimaryLocation;
112112

113113
/**
114-
* Optional. The primary location of the reservation. The field is only meaningful for reservation
115-
* used for cross region disaster recovery. The field is output only for customers and should not
116-
* be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these
117-
* fields are set in rerouted requests sent across regions.
114+
* Optional. The primary location of the reservation. The field is only meaningful for a failover
115+
* reservation that is used for managed disaster recovery. The field is output only for customers
116+
* and should not be specified. However, the `google.api.field_behavior` is not set to
117+
* `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.
118118
* The value may be {@code null}.
119119
*/
120120
@com.google.api.client.util.Key
121121
private java.lang.String primaryLocation;
122122

123123
/**
124-
* Optional. The secondary location of the reservation which is used for cross region disaster
125-
* recovery purposes. Customer can set this in create/update reservation calls to create a
126-
* failover reservation or convert a non-failover reservation to a failover reservation.
124+
* Optional. The secondary location of the reservation that is used for managed disaster recovery.
125+
* Customers can set this in create/update reservation calls to create a failover reservation or
126+
* convert a non-failover reservation to a failover reservation.
127127
* The value may be {@code null}.
128128
*/
129129
@com.google.api.client.util.Key
@@ -176,7 +176,7 @@ public Reservation setAutoscale(Autoscale autoscale) {
176176
* concurrently in this reservation. This is a soft target due to asynchronous nature of the
177177
* system and various optimizations for small queries. Default value is 0 which means that
178178
* concurrency target will be automatically computed by the system. NOTE: this field is exposed as
179-
* target job concurrency in the Information Schema, DDL and BQ CLI.
179+
* target job concurrency in the Information Schema, DDL and BigQuery CLI.
180180
* @return value or {@code null} for none
181181
*/
182182
public java.lang.Long getConcurrency() {
@@ -188,7 +188,7 @@ public java.lang.Long getConcurrency() {
188188
* concurrently in this reservation. This is a soft target due to asynchronous nature of the
189189
* system and various optimizations for small queries. Default value is 0 which means that
190190
* concurrency target will be automatically computed by the system. NOTE: this field is exposed as
191-
* target job concurrency in the Information Schema, DDL and BQ CLI.
191+
* target job concurrency in the Information Schema, DDL and BigQuery CLI.
192192
* @param concurrency concurrency or {@code null} for none
193193
*/
194194
public Reservation setConcurrency(java.lang.Long concurrency) {
@@ -320,8 +320,8 @@ public Reservation setName(java.lang.String name) {
320320
* Optional. The original primary location of the reservation which is set only during its
321321
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
322322
* about disaster recovery billing. The field is output only for customers and should not be
323-
* specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields
324-
* are set in rerouted requests sent across regions.
323+
* specified, however, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these
324+
* fields are set in rerouted requests sent across regions.
325325
* @return value or {@code null} for none
326326
*/
327327
public java.lang.String getOriginalPrimaryLocation() {
@@ -332,8 +332,8 @@ public java.lang.String getOriginalPrimaryLocation() {
332332
* Optional. The original primary location of the reservation which is set only during its
333333
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
334334
* about disaster recovery billing. The field is output only for customers and should not be
335-
* specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields
336-
* are set in rerouted requests sent across regions.
335+
* specified, however, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these
336+
* fields are set in rerouted requests sent across regions.
337337
* @param originalPrimaryLocation originalPrimaryLocation or {@code null} for none
338338
*/
339339
public Reservation setOriginalPrimaryLocation(java.lang.String originalPrimaryLocation) {
@@ -342,21 +342,21 @@ public Reservation setOriginalPrimaryLocation(java.lang.String originalPrimaryLo
342342
}
343343

344344
/**
345-
* Optional. The primary location of the reservation. The field is only meaningful for reservation
346-
* used for cross region disaster recovery. The field is output only for customers and should not
347-
* be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these
348-
* fields are set in rerouted requests sent across regions.
345+
* Optional. The primary location of the reservation. The field is only meaningful for a failover
346+
* reservation that is used for managed disaster recovery. The field is output only for customers
347+
* and should not be specified. However, the `google.api.field_behavior` is not set to
348+
* `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.
349349
* @return value or {@code null} for none
350350
*/
351351
public java.lang.String getPrimaryLocation() {
352352
return primaryLocation;
353353
}
354354

355355
/**
356-
* Optional. The primary location of the reservation. The field is only meaningful for reservation
357-
* used for cross region disaster recovery. The field is output only for customers and should not
358-
* be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these
359-
* fields are set in rerouted requests sent across regions.
356+
* Optional. The primary location of the reservation. The field is only meaningful for a failover
357+
* reservation that is used for managed disaster recovery. The field is output only for customers
358+
* and should not be specified. However, the `google.api.field_behavior` is not set to
359+
* `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.
360360
* @param primaryLocation primaryLocation or {@code null} for none
361361
*/
362362
public Reservation setPrimaryLocation(java.lang.String primaryLocation) {
@@ -365,19 +365,19 @@ public Reservation setPrimaryLocation(java.lang.String primaryLocation) {
365365
}
366366

367367
/**
368-
* Optional. The secondary location of the reservation which is used for cross region disaster
369-
* recovery purposes. Customer can set this in create/update reservation calls to create a
370-
* failover reservation or convert a non-failover reservation to a failover reservation.
368+
* Optional. The secondary location of the reservation that is used for managed disaster recovery.
369+
* Customers can set this in create/update reservation calls to create a failover reservation or
370+
* convert a non-failover reservation to a failover reservation.
371371
* @return value or {@code null} for none
372372
*/
373373
public java.lang.String getSecondaryLocation() {
374374
return secondaryLocation;
375375
}
376376

377377
/**
378-
* Optional. The secondary location of the reservation which is used for cross region disaster
379-
* recovery purposes. Customer can set this in create/update reservation calls to create a
380-
* failover reservation or convert a non-failover reservation to a failover reservation.
378+
* Optional. The secondary location of the reservation that is used for managed disaster recovery.
379+
* Customers can set this in create/update reservation calls to create a failover reservation or
380+
* convert a non-failover reservation to a failover reservation.
381381
* @param secondaryLocation secondaryLocation or {@code null} for none
382382
*/
383383
public Reservation setSecondaryLocation(java.lang.String secondaryLocation) {

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-rev20241023-2.0.0</version>
12-
<name>BigQuery Reservation API v1-rev20241023-2.0.0</name>
11+
<version>v1-rev20241110-2.0.0</version>
12+
<name>BigQuery Reservation API v1-rev20241110-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-rev20241023-2.0.0</version>
25+
<version>v1-rev20241110-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-rev20241023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241110-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)