Skip to content

Commit 460e95c

Browse files
1 parent 4c2ff7b commit 460e95c

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-tpu/v2alpha1/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-tpu</artifactId>
25-
<version>v2alpha1-rev20250423-2.0.0</version>
25+
<version>v2alpha1-rev20250616-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-tpu:v2alpha1-rev20250423-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20250616-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-tpu/v2alpha1/2.0.0/com/google/api/services/tpu/v2alpha1/model/SchedulingConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class SchedulingConfig extends com.google.api.client.json.GenericJs
4343
@com.google.api.client.util.Key
4444
private java.lang.String provisioningModel;
4545

46+
/**
47+
* Optional. Name of the reservation in which the node should be provisioned.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String reservationName;
52+
4653
/**
4754
* Whether the node is created under a reservation.
4855
* The value may be {@code null}.
@@ -98,6 +105,23 @@ public SchedulingConfig setProvisioningModel(java.lang.String provisioningModel)
98105
return this;
99106
}
100107

108+
/**
109+
* Optional. Name of the reservation in which the node should be provisioned.
110+
* @return value or {@code null} for none
111+
*/
112+
public java.lang.String getReservationName() {
113+
return reservationName;
114+
}
115+
116+
/**
117+
* Optional. Name of the reservation in which the node should be provisioned.
118+
* @param reservationName reservationName or {@code null} for none
119+
*/
120+
public SchedulingConfig setReservationName(java.lang.String reservationName) {
121+
this.reservationName = reservationName;
122+
return this;
123+
}
124+
101125
/**
102126
* Whether the node is created under a reservation.
103127
* @return value or {@code null} for none

clients/google-api-services-tpu/v2alpha1/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-tpu</artifactId>
11-
<version>v2alpha1-rev20250423-2.0.0</version>
12-
<name>Cloud TPU API v2alpha1-rev20250423-2.0.0</name>
11+
<version>v2alpha1-rev20250616-2.0.0</version>
12+
<name>Cloud TPU API v2alpha1-rev20250616-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-tpu/v2alpha1/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-tpu</artifactId>
25-
<version>v2alpha1-rev20250423-2.0.0</version>
25+
<version>v2alpha1-rev20250616-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-tpu:v2alpha1-rev20250423-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20250616-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)