File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-networkmanagement/v1
com/google/api/services/networkmanagement/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-networkmanagement</artifactId >
25
- <version >v1-rev20250716 -2.0.0</version >
25
+ <version >v1-rev20250723 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -65,6 +65,13 @@ public final class Host extends com.google.api.client.json.GenericJson {
65
65
@ com .google .api .client .util .Key
66
66
private java .util .List <java .lang .String > cloudVirtualNetworkIds ;
67
67
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
+
68
75
/**
69
76
* Output only. The cloud zone of the host.
70
77
* The value may be {@code null}.
@@ -164,6 +171,23 @@ public Host setCloudVirtualNetworkIds(java.util.List<java.lang.String> cloudVirt
164
171
return this ;
165
172
}
166
173
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
+
167
191
/**
168
192
* Output only. The cloud zone of the host.
169
193
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-networkmanagement</artifactId >
25
- <version >v1-rev20250716 -2.0.0</version >
25
+ <version >v1-rev20250723 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments