Skip to content

Commit 3109fa8

Browse files
1 parent 10724e9 commit 3109fa8

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-rev20250225-2.0.0</version>
25+
<version>v2alpha1-rev20250306-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-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20250306-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
@@ -50,6 +50,13 @@ public final class SchedulingConfig extends com.google.api.client.json.GenericJs
5050
@com.google.api.client.util.Key
5151
private java.lang.Boolean spot;
5252

53+
/**
54+
* Output only. The time at which the node will be terminated.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private String terminationTimestamp;
59+
5360
/**
5461
* Defines whether the node is preemptible.
5562
* @return value or {@code null} for none
@@ -101,6 +108,23 @@ public SchedulingConfig setSpot(java.lang.Boolean spot) {
101108
return this;
102109
}
103110

111+
/**
112+
* Output only. The time at which the node will be terminated.
113+
* @return value or {@code null} for none
114+
*/
115+
public String getTerminationTimestamp() {
116+
return terminationTimestamp;
117+
}
118+
119+
/**
120+
* Output only. The time at which the node will be terminated.
121+
* @param terminationTimestamp terminationTimestamp or {@code null} for none
122+
*/
123+
public SchedulingConfig setTerminationTimestamp(String terminationTimestamp) {
124+
this.terminationTimestamp = terminationTimestamp;
125+
return this;
126+
}
127+
104128
@Override
105129
public SchedulingConfig set(String fieldName, Object value) {
106130
return (SchedulingConfig) super.set(fieldName, value);

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-rev20250225-2.0.0</version>
12-
<name>Cloud TPU API v2alpha1-rev20250225-2.0.0</name>
11+
<version>v2alpha1-rev20250306-2.0.0</version>
12+
<name>Cloud TPU API v2alpha1-rev20250306-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-rev20250225-2.0.0</version>
25+
<version>v2alpha1-rev20250306-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-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20250306-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)