Skip to content

Commit bb37fa3

Browse files
1 parent 1f3d4a4 commit bb37fa3

File tree

4 files changed

+33
-42
lines changed

4 files changed

+33
-42
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-rev20241110-2.0.0</version>
25+
<version>v1-rev20241209-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-rev20241110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241209-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: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -100,30 +100,27 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
100100
private java.lang.String name;
101101

102102
/**
103-
* Optional. The original primary location of the reservation which is set only during its
104-
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
105-
* 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
107-
* fields are set in rerouted requests sent across regions.
103+
* Output only. The location where the reservation was originally created. This is set only during
104+
* the failover reservation's creation. All billing charges for the failover reservation will be
105+
* applied to this location.
108106
* The value may be {@code null}.
109107
*/
110108
@com.google.api.client.util.Key
111109
private java.lang.String originalPrimaryLocation;
112110

113111
/**
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.
112+
* Output only. The current location of the reservation's primary replica. This field is only set
113+
* for reservations using the managed disaster recovery feature.
118114
* The value may be {@code null}.
119115
*/
120116
@com.google.api.client.util.Key
121117
private java.lang.String primaryLocation;
122118

123119
/**
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.
120+
* Optional. The current location of the reservation's secondary replica. This field is only set
121+
* for reservations using the managed disaster recovery feature. Users can set this in create
122+
* reservation calls to create a failover reservation or in update reservation calls to convert a
123+
* non-failover reservation to a failover reservation(or vice versa).
127124
* The value may be {@code null}.
128125
*/
129126
@com.google.api.client.util.Key
@@ -317,23 +314,19 @@ public Reservation setName(java.lang.String name) {
317314
}
318315

319316
/**
320-
* Optional. The original primary location of the reservation which is set only during its
321-
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
322-
* 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
324-
* fields are set in rerouted requests sent across regions.
317+
* Output only. The location where the reservation was originally created. This is set only during
318+
* the failover reservation's creation. All billing charges for the failover reservation will be
319+
* applied to this location.
325320
* @return value or {@code null} for none
326321
*/
327322
public java.lang.String getOriginalPrimaryLocation() {
328323
return originalPrimaryLocation;
329324
}
330325

331326
/**
332-
* Optional. The original primary location of the reservation which is set only during its
333-
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
334-
* 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
336-
* fields are set in rerouted requests sent across regions.
327+
* Output only. The location where the reservation was originally created. This is set only during
328+
* the failover reservation's creation. All billing charges for the failover reservation will be
329+
* applied to this location.
337330
* @param originalPrimaryLocation originalPrimaryLocation or {@code null} for none
338331
*/
339332
public Reservation setOriginalPrimaryLocation(java.lang.String originalPrimaryLocation) {
@@ -342,21 +335,17 @@ public Reservation setOriginalPrimaryLocation(java.lang.String originalPrimaryLo
342335
}
343336

344337
/**
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.
338+
* Output only. The current location of the reservation's primary replica. This field is only set
339+
* for reservations using the managed disaster recovery feature.
349340
* @return value or {@code null} for none
350341
*/
351342
public java.lang.String getPrimaryLocation() {
352343
return primaryLocation;
353344
}
354345

355346
/**
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.
347+
* Output only. The current location of the reservation's primary replica. This field is only set
348+
* for reservations using the managed disaster recovery feature.
360349
* @param primaryLocation primaryLocation or {@code null} for none
361350
*/
362351
public Reservation setPrimaryLocation(java.lang.String primaryLocation) {
@@ -365,19 +354,21 @@ public Reservation setPrimaryLocation(java.lang.String primaryLocation) {
365354
}
366355

367356
/**
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.
357+
* Optional. The current location of the reservation's secondary replica. This field is only set
358+
* for reservations using the managed disaster recovery feature. Users can set this in create
359+
* reservation calls to create a failover reservation or in update reservation calls to convert a
360+
* non-failover reservation to a failover reservation(or vice versa).
371361
* @return value or {@code null} for none
372362
*/
373363
public java.lang.String getSecondaryLocation() {
374364
return secondaryLocation;
375365
}
376366

377367
/**
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.
368+
* Optional. The current location of the reservation's secondary replica. This field is only set
369+
* for reservations using the managed disaster recovery feature. Users can set this in create
370+
* reservation calls to create a failover reservation or in update reservation calls to convert a
371+
* non-failover reservation to a failover reservation(or vice versa).
381372
* @param secondaryLocation secondaryLocation or {@code null} for none
382373
*/
383374
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-rev20241110-2.0.0</version>
12-
<name>BigQuery Reservation API v1-rev20241110-2.0.0</name>
11+
<version>v1-rev20241209-2.0.0</version>
12+
<name>BigQuery Reservation API v1-rev20241209-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-rev20241110-2.0.0</version>
25+
<version>v1-rev20241209-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-rev20241110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigqueryreservation:v1-rev20241209-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)