Skip to content

Commit a8d1a2c

Browse files
1 parent 210290c commit a8d1a2c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

clients/google-api-services-tpu/v2/2.0.0/com/google/api/services/tpu/v2/model/MultisliceParams.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class MultisliceParams extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. Number of nodes with this spec. The system will attempt to provison "node_count"
34+
* Required. Number of nodes with this spec. The system will attempt to provision "node_count"
3535
* nodes as part of the request. This needs to be > 1.
3636
* The value may be {@code null}.
3737
*/
@@ -49,7 +49,7 @@ public final class MultisliceParams extends com.google.api.client.json.GenericJs
4949
private java.lang.String nodeIdPrefix;
5050

5151
/**
52-
* Required. Number of nodes with this spec. The system will attempt to provison "node_count"
52+
* Required. Number of nodes with this spec. The system will attempt to provision "node_count"
5353
* nodes as part of the request. This needs to be > 1.
5454
* @return value or {@code null} for none
5555
*/
@@ -58,7 +58,7 @@ public java.lang.Integer getNodeCount() {
5858
}
5959

6060
/**
61-
* Required. Number of nodes with this spec. The system will attempt to provison "node_count"
61+
* Required. Number of nodes with this spec. The system will attempt to provision "node_count"
6262
* nodes as part of the request. This needs to be > 1.
6363
* @param nodeCount nodeCount or {@code null} for none
6464
*/

clients/google-api-services-tpu/v2/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>v2-rev20250109-2.0.0</version>
12-
<name>Cloud TPU API v2-rev20250109-2.0.0</name>
11+
<version>v2-rev20250116-2.0.0</version>
12+
<name>Cloud TPU API v2-rev20250116-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)