Skip to content

Commit e4b2203

Browse files
feat(networkconnectivity)!: update the API
BREAKING CHANGE: This release has breaking changes. #### networkconnectivity:v1 The following keys were deleted: - schemas.ConsumerPscConfig.properties.serviceAttachmentIpAddressMap.readOnly The following keys were changed: - schemas.ConsumerPscConfig.properties.serviceAttachmentIpAddressMap.description
1 parent 7d3d897 commit e4b2203

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

discovery/networkconnectivity-v1.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,7 +3540,7 @@
35403540
}
35413541
}
35423542
},
3543-
"revision": "20251113",
3543+
"revision": "20251209",
35443544
"rootUrl": "https://networkconnectivity.googleapis.com/",
35453545
"schemas": {
35463546
"AcceptHubSpokeRequest": {
@@ -3870,8 +3870,7 @@
38703870
"additionalProperties": {
38713871
"type": "string"
38723872
},
3873-
"description": "Output only. A map to store mapping between customer vip and target service attachment. Only service attachment with producer specified ip addresses are stored here.",
3874-
"readOnly": true,
3873+
"description": "Optional. A map to store mapping between customer vip and target service attachment. This field can be used to specify a static IP address for a PSC connection.",
38753874
"type": "object"
38763875
},
38773876
"state": {

src/apis/networkconnectivity/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export namespace networkconnectivity_v1 {
329329
*/
330330
project?: string | null;
331331
/**
332-
* Output only. A map to store mapping between customer vip and target service attachment. Only service attachment with producer specified ip addresses are stored here.
332+
* Optional. A map to store mapping between customer vip and target service attachment. This field can be used to specify a static IP address for a PSC connection.
333333
*/
334334
serviceAttachmentIpAddressMap?: {[key: string]: string} | null;
335335
/**

0 commit comments

Comments
 (0)