Skip to content

Commit e6f5459

Browse files
1 parent a6cd74a commit e6f5459

File tree

4 files changed

+21
-12
lines changed

4 files changed

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

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@ public final class CapacityCommitment extends com.google.api.client.json.Generic
3636

3737
/**
3838
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
39-
* capacity commitments.
39+
* capacity commitments. Note after renewal, commitment_end_time is the time the renewed
40+
* commitment expires. So itwould be at a time after commitment_start_time + committed period,
41+
* because we don't change commitment_start_time ,
4042
* The value may be {@code null}.
4143
*/
4244
@com.google.api.client.util.Key
4345
private String commitmentEndTime;
4446

4547
/**
4648
* Output only. The start of the current commitment period. It is applicable only for ACTIVE
47-
* capacity commitments.
49+
* capacity commitments. Note after the commitment is renewed, commitment_start_time won't be
50+
* changed. It refers to the start time of the original commitment.
4851
* The value may be {@code null}.
4952
*/
5053
@com.google.api.client.util.Key
@@ -125,7 +128,9 @@ public final class CapacityCommitment extends com.google.api.client.json.Generic
125128

126129
/**
127130
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
128-
* capacity commitments.
131+
* capacity commitments. Note after renewal, commitment_end_time is the time the renewed
132+
* commitment expires. So itwould be at a time after commitment_start_time + committed period,
133+
* because we don't change commitment_start_time ,
129134
* @return value or {@code null} for none
130135
*/
131136
public String getCommitmentEndTime() {
@@ -134,7 +139,9 @@ public String getCommitmentEndTime() {
134139

135140
/**
136141
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
137-
* capacity commitments.
142+
* capacity commitments. Note after renewal, commitment_end_time is the time the renewed
143+
* commitment expires. So itwould be at a time after commitment_start_time + committed period,
144+
* because we don't change commitment_start_time ,
138145
* @param commitmentEndTime commitmentEndTime or {@code null} for none
139146
*/
140147
public CapacityCommitment setCommitmentEndTime(String commitmentEndTime) {
@@ -144,7 +151,8 @@ public CapacityCommitment setCommitmentEndTime(String commitmentEndTime) {
144151

145152
/**
146153
* Output only. The start of the current commitment period. It is applicable only for ACTIVE
147-
* capacity commitments.
154+
* capacity commitments. Note after the commitment is renewed, commitment_start_time won't be
155+
* changed. It refers to the start time of the original commitment.
148156
* @return value or {@code null} for none
149157
*/
150158
public String getCommitmentStartTime() {
@@ -153,7 +161,8 @@ public String getCommitmentStartTime() {
153161

154162
/**
155163
* Output only. The start of the current commitment period. It is applicable only for ACTIVE
156-
* capacity commitments.
164+
* capacity commitments. Note after the commitment is renewed, commitment_start_time won't be
165+
* changed. It refers to the start time of the original commitment.
157166
* @param commitmentStartTime commitmentStartTime or {@code null} for none
158167
*/
159168
public CapacityCommitment setCommitmentStartTime(String commitmentStartTime) {

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

0 commit comments

Comments
 (0)