Skip to content

Commit 7d76842

Browse files
fix(networkmanagement): update the API
#### networkmanagement:v1beta1 The following keys were changed: - resources.organizations.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### networkmanagement:v1 The following keys were changed: - resources.organizations.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent efa8ec0 commit 7d76842

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

discovery/networkmanagement-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -521,7 +521,7 @@
521521
],
522522
"parameters": {
523523
"extraLocationTypes": {
524-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
524+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
525525
"location": "query",
526526
"repeated": true,
527527
"type": "string"
@@ -1233,7 +1233,7 @@
12331233
}
12341234
}
12351235
},
1236-
"revision": "20251008",
1236+
"revision": "20251022",
12371237
"rootUrl": "https://networkmanagement.googleapis.com/",
12381238
"schemas": {
12391239
"AbortInfo": {

discovery/networkmanagement-v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -525,7 +525,7 @@
525525
],
526526
"parameters": {
527527
"extraLocationTypes": {
528-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
528+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
529529
"location": "query",
530530
"repeated": true,
531531
"type": "string"
@@ -1237,7 +1237,7 @@
12371237
}
12381238
}
12391239
},
1240-
"revision": "20251008",
1240+
"revision": "20251022",
12411241
"rootUrl": "https://networkmanagement.googleapis.com/",
12421242
"schemas": {
12431243
"AbortInfo": {

src/apis/networkmanagement/v1.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@ export namespace networkmanagement_v1 {
22362236
*
22372237
* // Do the magic
22382238
* const res = await networkmanagement.organizations.locations.list({
2239-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2239+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
22402240
* extraLocationTypes: 'placeholder-value',
22412241
* // 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).
22422242
* filter: 'placeholder-value',
@@ -2365,7 +2365,7 @@ export namespace networkmanagement_v1 {
23652365
export interface Params$Resource$Organizations$Locations$List
23662366
extends StandardParameters {
23672367
/**
2368-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2368+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
23692369
*/
23702370
extraLocationTypes?: string[];
23712371
/**
@@ -4064,7 +4064,7 @@ export namespace networkmanagement_v1 {
40644064
*
40654065
* // Do the magic
40664066
* const res = await networkmanagement.projects.locations.list({
4067-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
4067+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
40684068
* extraLocationTypes: 'placeholder-value',
40694069
* // 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).
40704070
* filter: 'placeholder-value',
@@ -4193,7 +4193,7 @@ export namespace networkmanagement_v1 {
41934193
export interface Params$Resource$Projects$Locations$List
41944194
extends StandardParameters {
41954195
/**
4196-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
4196+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
41974197
*/
41984198
extraLocationTypes?: string[];
41994199
/**

src/apis/networkmanagement/v1beta1.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ export namespace networkmanagement_v1beta1 {
22422242
*
22432243
* // Do the magic
22442244
* const res = await networkmanagement.organizations.locations.list({
2245-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2245+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
22462246
* extraLocationTypes: 'placeholder-value',
22472247
* // 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).
22482248
* filter: 'placeholder-value',
@@ -2371,7 +2371,7 @@ export namespace networkmanagement_v1beta1 {
23712371
export interface Params$Resource$Organizations$Locations$List
23722372
extends StandardParameters {
23732373
/**
2374-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2374+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
23752375
*/
23762376
extraLocationTypes?: string[];
23772377
/**
@@ -4086,7 +4086,7 @@ export namespace networkmanagement_v1beta1 {
40864086
*
40874087
* // Do the magic
40884088
* const res = await networkmanagement.projects.locations.list({
4089-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
4089+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
40904090
* extraLocationTypes: 'placeholder-value',
40914091
* // 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).
40924092
* filter: 'placeholder-value',
@@ -4215,7 +4215,7 @@ export namespace networkmanagement_v1beta1 {
42154215
export interface Params$Resource$Projects$Locations$List
42164216
extends StandardParameters {
42174217
/**
4218-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
4218+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
42194219
*/
42204220
extraLocationTypes?: string[];
42214221
/**

0 commit comments

Comments
 (0)