Skip to content

Commit 420040c

Browse files
1 parent 343809f commit 420040c

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
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-rev20250716-2.0.0</version>
25+
<version>v1-rev20250723-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-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20250723-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ public final class Host extends com.google.api.client.json.GenericJson {
6565
@com.google.api.client.util.Key
6666
private java.util.List<java.lang.String> cloudVirtualNetworkIds;
6767

68+
/**
69+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.String cloudVpcId;
74+
6875
/**
6976
* Output only. The cloud zone of the host.
7077
* The value may be {@code null}.
@@ -164,6 +171,23 @@ public Host setCloudVirtualNetworkIds(java.util.List<java.lang.String> cloudVirt
164171
return this;
165172
}
166173

174+
/**
175+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
176+
* @return value or {@code null} for none
177+
*/
178+
public java.lang.String getCloudVpcId() {
179+
return cloudVpcId;
180+
}
181+
182+
/**
183+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
184+
* @param cloudVpcId cloudVpcId or {@code null} for none
185+
*/
186+
public Host setCloudVpcId(java.lang.String cloudVpcId) {
187+
this.cloudVpcId = cloudVpcId;
188+
return this;
189+
}
190+
167191
/**
168192
* Output only. The cloud zone of the host.
169193
* @return value or {@code null} for none

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-rev20250716-2.0.0</version>
12-
<name>Network Management API v1-rev20250716-2.0.0</name>
11+
<version>v1-rev20250723-2.0.0</version>
12+
<name>Network Management API v1-rev20250723-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-rev20250716-2.0.0</version>
25+
<version>v1-rev20250723-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-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20250723-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)