Skip to content

Commit 028a390

Browse files
fix(networkconnectivity): update the API
#### networkconnectivity:v1 The following keys were changed: - schemas.PscConfig.properties.producerInstanceLocation.description
1 parent 797d878 commit 028a390

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎discovery/networkconnectivity-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,7 +3012,7 @@
30123012
}
30133013
}
30143014
},
3015-
"revision": "20250527",
3015+
"revision": "20250617",
30163016
"rootUrl": "https://networkconnectivity.googleapis.com/",
30173017
"schemas": {
30183018
"AcceptHubSpokeRequest": {
@@ -4775,7 +4775,7 @@
47754775
"type": "string"
47764776
},
47774777
"producerInstanceLocation": {
4778-
"description": "Required. ProducerInstanceLocation is used to specify which authorization mechanism to use to determine which projects the Producer instance can be within.",
4778+
"description": "Optional. ProducerInstanceLocation is used to specify which authorization mechanism to use to determine which projects the Producer instance can be within.",
47794779
"enum": [
47804780
"PRODUCER_INSTANCE_LOCATION_UNSPECIFIED",
47814781
"CUSTOM_RESOURCE_HIERARCHY_LEVELS"

‎src/apis/networkconnectivity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/networkconnectivity/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ export namespace networkconnectivity_v1 {
12711271
*/
12721272
limit?: string | null;
12731273
/**
1274-
* Required. ProducerInstanceLocation is used to specify which authorization mechanism to use to determine which projects the Producer instance can be within.
1274+
* Optional. ProducerInstanceLocation is used to specify which authorization mechanism to use to determine which projects the Producer instance can be within.
12751275
*/
12761276
producerInstanceLocation?: string | null;
12771277
/**

0 commit comments

Comments
 (0)