Skip to content

Commit 01ef29b

Browse files
fix(networkconnectivity): update the API
#### networkconnectivity:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description - schemas.PolicyBasedRoute.properties.name.description
1 parent ea5fced commit 01ef29b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

discovery/networkconnectivity-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"parameters": {
174174
"extraLocationTypes": {
175-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
175+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
176176
"location": "query",
177177
"repeated": true,
178178
"type": "string"
@@ -3540,7 +3540,7 @@
35403540
}
35413541
}
35423542
},
3543-
"revision": "20251009",
3543+
"revision": "20251030",
35443544
"rootUrl": "https://networkconnectivity.googleapis.com/",
35453545
"schemas": {
35463546
"AcceptHubSpokeRequest": {
@@ -5634,7 +5634,7 @@
56345634
"type": "object"
56355635
},
56365636
"name": {
5637-
"description": "Immutable. A unique name of the resource in the form of `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}`",
5637+
"description": "Immutable. Identifier. A unique name of the resource in the form of `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}`",
56385638
"type": "string"
56395639
},
56405640
"network": {

src/apis/networkconnectivity/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ export namespace networkconnectivity_v1 {
14771477
*/
14781478
labels?: {[key: string]: string} | null;
14791479
/**
1480-
* Immutable. A unique name of the resource in the form of `projects/{project_number\}/locations/global/PolicyBasedRoutes/{policy_based_route_id\}`
1480+
* Immutable. Identifier. A unique name of the resource in the form of `projects/{project_number\}/locations/global/PolicyBasedRoutes/{policy_based_route_id\}`
14811481
*/
14821482
name?: string | null;
14831483
/**
@@ -2686,7 +2686,7 @@ export namespace networkconnectivity_v1 {
26862686
*
26872687
* // Do the magic
26882688
* const res = await networkconnectivity.projects.locations.list({
2689-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2689+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
26902690
* extraLocationTypes: 'placeholder-value',
26912691
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
26922692
* filter: 'placeholder-value',
@@ -2827,7 +2827,7 @@ export namespace networkconnectivity_v1 {
28272827
export interface Params$Resource$Projects$Locations$List
28282828
extends StandardParameters {
28292829
/**
2830-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2830+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
28312831
*/
28322832
extraLocationTypes?: string[];
28332833
/**

0 commit comments

Comments
 (0)