Skip to content

Commit 38e04bf

Browse files
1 parent 1a4e55c commit 38e04bf

File tree

4 files changed

+21
-12
lines changed

4 files changed

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

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,17 @@ public final class Node extends com.google.api.client.json.GenericJson {
154154
private java.lang.String name;
155155

156156
/**
157-
* Network configurations for the TPU node.
157+
* Network configurations for the TPU node. network_config and network_configs are mutually
158+
* exclusive, you can only specify one of them. If both are specified, an error will be returned.
158159
* The value may be {@code null}.
159160
*/
160161
@com.google.api.client.util.Key
161162
private NetworkConfig networkConfig;
162163

163164
/**
164-
* Optional. Repeated network configurations for the TPU node.
165+
* Optional. Repeated network configurations for the TPU node. This field is used to specify
166+
* multiple networks configs for the TPU node. network_config and network_configs are mutually
167+
* exclusive, you can only specify one of them. If both are specified, an error will be returned.
165168
* The value may be {@code null}.
166169
*/
167170
@com.google.api.client.util.Key
@@ -537,15 +540,17 @@ public Node setName(java.lang.String name) {
537540
}
538541

539542
/**
540-
* Network configurations for the TPU node.
543+
* Network configurations for the TPU node. network_config and network_configs are mutually
544+
* exclusive, you can only specify one of them. If both are specified, an error will be returned.
541545
* @return value or {@code null} for none
542546
*/
543547
public NetworkConfig getNetworkConfig() {
544548
return networkConfig;
545549
}
546550

547551
/**
548-
* Network configurations for the TPU node.
552+
* Network configurations for the TPU node. network_config and network_configs are mutually
553+
* exclusive, you can only specify one of them. If both are specified, an error will be returned.
549554
* @param networkConfig networkConfig or {@code null} for none
550555
*/
551556
public Node setNetworkConfig(NetworkConfig networkConfig) {
@@ -554,15 +559,19 @@ public Node setNetworkConfig(NetworkConfig networkConfig) {
554559
}
555560

556561
/**
557-
* Optional. Repeated network configurations for the TPU node.
562+
* Optional. Repeated network configurations for the TPU node. This field is used to specify
563+
* multiple networks configs for the TPU node. network_config and network_configs are mutually
564+
* exclusive, you can only specify one of them. If both are specified, an error will be returned.
558565
* @return value or {@code null} for none
559566
*/
560567
public java.util.List<NetworkConfig> getNetworkConfigs() {
561568
return networkConfigs;
562569
}
563570

564571
/**
565-
* Optional. Repeated network configurations for the TPU node.
572+
* Optional. Repeated network configurations for the TPU node. This field is used to specify
573+
* multiple networks configs for the TPU node. network_config and network_configs are mutually
574+
* exclusive, you can only specify one of them. If both are specified, an error will be returned.
566575
* @param networkConfigs networkConfigs or {@code null} for none
567576
*/
568577
public Node setNetworkConfigs(java.util.List<NetworkConfig> networkConfigs) {

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

0 commit comments

Comments
 (0)