Skip to content

Commit 0789816

Browse files
1 parent 21634ec commit 0789816

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

clients/google-api-services-networkmanagement/v1/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-networkmanagement</artifactId>
25-
<version>v1-rev20250709-2.0.0</version>
25+
<version>v1-rev20250716-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-networkmanagement:v1-rev20250709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20250716-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Host.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ public final class Host extends com.google.api.client.json.GenericJson {
5959
private java.lang.String cloudRegion;
6060

6161
/**
62-
* Output only. The id of Virtual Private Cloud (VPC) of the host.
62+
* Output only. The ids of cloud virtual networks of the host.
6363
* The value may be {@code null}.
6464
*/
6565
@com.google.api.client.util.Key
66-
private java.lang.String cloudVpcId;
66+
private java.util.List<java.lang.String> cloudVirtualNetworkIds;
6767

6868
/**
6969
* Output only. The cloud zone of the host.
@@ -148,19 +148,19 @@ public Host setCloudRegion(java.lang.String cloudRegion) {
148148
}
149149

150150
/**
151-
* Output only. The id of Virtual Private Cloud (VPC) of the host.
151+
* Output only. The ids of cloud virtual networks of the host.
152152
* @return value or {@code null} for none
153153
*/
154-
public java.lang.String getCloudVpcId() {
155-
return cloudVpcId;
154+
public java.util.List<java.lang.String> getCloudVirtualNetworkIds() {
155+
return cloudVirtualNetworkIds;
156156
}
157157

158158
/**
159-
* Output only. The id of Virtual Private Cloud (VPC) of the host.
160-
* @param cloudVpcId cloudVpcId or {@code null} for none
159+
* Output only. The ids of cloud virtual networks of the host.
160+
* @param cloudVirtualNetworkIds cloudVirtualNetworkIds or {@code null} for none
161161
*/
162-
public Host setCloudVpcId(java.lang.String cloudVpcId) {
163-
this.cloudVpcId = cloudVpcId;
162+
public Host setCloudVirtualNetworkIds(java.util.List<java.lang.String> cloudVirtualNetworkIds) {
163+
this.cloudVirtualNetworkIds = cloudVirtualNetworkIds;
164164
return this;
165165
}
166166

clients/google-api-services-networkmanagement/v1/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-networkmanagement</artifactId>
11-
<version>v1-rev20250709-2.0.0</version>
12-
<name>Network Management API v1-rev20250709-2.0.0</name>
11+
<version>v1-rev20250716-2.0.0</version>
12+
<name>Network Management API v1-rev20250716-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networkmanagement/v1/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-networkmanagement</artifactId>
25-
<version>v1-rev20250709-2.0.0</version>
25+
<version>v1-rev20250716-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-networkmanagement:v1-rev20250709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20250716-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)