Skip to content

Commit c77c4f0

Browse files
1 parent 980f3e9 commit c77c4f0

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ public final class MultiNodeParams extends com.google.api.client.json.GenericJso
4848
@com.google.api.client.util.Key
4949
private java.lang.String nodeIdPrefix;
5050

51+
/**
52+
* Optional. The workload type for the multi-node request.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private java.lang.String workloadType;
57+
5158
/**
5259
* Required. Number of nodes with this spec. The system will attempt to provison "node_count"
5360
* nodes as part of the request. This needs to be > 1.
@@ -88,6 +95,23 @@ public MultiNodeParams setNodeIdPrefix(java.lang.String nodeIdPrefix) {
8895
return this;
8996
}
9097

98+
/**
99+
* Optional. The workload type for the multi-node request.
100+
* @return value or {@code null} for none
101+
*/
102+
public java.lang.String getWorkloadType() {
103+
return workloadType;
104+
}
105+
106+
/**
107+
* Optional. The workload type for the multi-node request.
108+
* @param workloadType workloadType or {@code null} for none
109+
*/
110+
public MultiNodeParams setWorkloadType(java.lang.String workloadType) {
111+
this.workloadType = workloadType;
112+
return this;
113+
}
114+
91115
@Override
92116
public MultiNodeParams set(String fieldName, Object value) {
93117
return (MultiNodeParams) 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-rev20241009-2.0.0</version>
12-
<name>Cloud TPU API v2alpha1-rev20241009-2.0.0</name>
11+
<version>v2alpha1-rev20241017-2.0.0</version>
12+
<name>Cloud TPU API v2alpha1-rev20241017-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-rev20241009-2.0.0</version>
25+
<version>v2alpha1-rev20241017-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-rev20241009-2.0.0'
38+
implementation 'com.google.apis:google-api-services-tpu:v2alpha1-rev20241017-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)