Skip to content

Commit 47f386a

Browse files
1 parent e05d0c8 commit 47f386a

File tree

4 files changed

+39
-6
lines changed

4 files changed

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

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
@SuppressWarnings("javadoc")
3131
public final class MergeCapacityCommitmentsRequest extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. The optional resulting capacity commitment ID. Capacity commitment name will be
35+
* generated automatically if this field is empty. This field must only contain lower case
36+
* alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is
37+
* 64 characters.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.String capacityCommitmentId;
42+
3343
/**
3444
* Ids of capacity commitments to merge. These capacity commitments must exist under admin project
3545
* and location specified in the parent. ID is the last portion of capacity commitment name e.g.,
@@ -39,6 +49,29 @@ public final class MergeCapacityCommitmentsRequest extends com.google.api.client
3949
@com.google.api.client.util.Key
4050
private java.util.List<java.lang.String> capacityCommitmentIds;
4151

52+
/**
53+
* Optional. The optional resulting capacity commitment ID. Capacity commitment name will be
54+
* generated automatically if this field is empty. This field must only contain lower case
55+
* alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is
56+
* 64 characters.
57+
* @return value or {@code null} for none
58+
*/
59+
public java.lang.String getCapacityCommitmentId() {
60+
return capacityCommitmentId;
61+
}
62+
63+
/**
64+
* Optional. The optional resulting capacity commitment ID. Capacity commitment name will be
65+
* generated automatically if this field is empty. This field must only contain lower case
66+
* alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is
67+
* 64 characters.
68+
* @param capacityCommitmentId capacityCommitmentId or {@code null} for none
69+
*/
70+
public MergeCapacityCommitmentsRequest setCapacityCommitmentId(java.lang.String capacityCommitmentId) {
71+
this.capacityCommitmentId = capacityCommitmentId;
72+
return this;
73+
}
74+
4275
/**
4376
* Ids of capacity commitments to merge. These capacity commitments must exist under admin project
4477
* and location specified in the parent. ID is the last portion of capacity commitment name e.g.,

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

0 commit comments

Comments
 (0)