Skip to content

Commit 3cf34f1

Browse files
yoshi-automationsofisl
authored andcommitted
feat(networkmanagement): update the API
#### networkmanagement:v1 The following keys were added: - schemas.Host.properties.cloudVpcId.description - schemas.Host.properties.cloudVpcId.readOnly - schemas.Host.properties.cloudVpcId.type
1 parent 6243a9b commit 3cf34f1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

discovery/networkmanagement-v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@
12891289
}
12901290
}
12911291
},
1292-
"revision": "20250716",
1292+
"revision": "20250723",
12931293
"rootUrl": "https://networkmanagement.googleapis.com/",
12941294
"schemas": {
12951295
"AbortInfo": {
@@ -2574,6 +2574,11 @@
25742574
"readOnly": true,
25752575
"type": "array"
25762576
},
2577+
"cloudVpcId": {
2578+
"description": "Output only. The id of Virtual Private Cloud (VPC) of the host.",
2579+
"readOnly": true,
2580+
"type": "string"
2581+
},
25772582
"cloudZone": {
25782583
"description": "Output only. The cloud zone of the host.",
25792584
"readOnly": true,

src/apis/networkmanagement/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,10 @@ export namespace networkmanagement_v1 {
790790
* Output only. The ids of cloud virtual networks of the host.
791791
*/
792792
cloudVirtualNetworkIds?: string[] | null;
793+
/**
794+
* Output only. The id of Virtual Private Cloud (VPC) of the host.
795+
*/
796+
cloudVpcId?: string | null;
793797
/**
794798
* Output only. The cloud zone of the host.
795799
*/

0 commit comments

Comments
 (0)