Skip to content

Commit 411afe4

Browse files
yoshi-automationfeywind
authored andcommitted
fix(netapp): update the API
#### netapp:v1beta1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### netapp:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent c1169e3 commit 411afe4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/netapp-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
],
357357
"parameters": {
358358
"extraLocationTypes": {
359-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
359+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
360360
"location": "query",
361361
"repeated": true,
362362
"type": "string"
@@ -2515,7 +2515,7 @@
25152515
}
25162516
}
25172517
},
2518-
"revision": "20251018",
2518+
"revision": "20251029",
25192519
"rootUrl": "https://netapp.googleapis.com/",
25202520
"schemas": {
25212521
"ActiveDirectory": {

discovery/netapp-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
],
357357
"parameters": {
358358
"extraLocationTypes": {
359-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
359+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
360360
"location": "query",
361361
"repeated": true,
362362
"type": "string"
@@ -2543,7 +2543,7 @@
25432543
}
25442544
}
25452545
},
2546-
"revision": "20251018",
2546+
"revision": "20251029",
25472547
"rootUrl": "https://netapp.googleapis.com/",
25482548
"schemas": {
25492549
"ActiveDirectory": {

src/apis/netapp/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ export namespace netapp_v1 {
19821982
*
19831983
* // Do the magic
19841984
* const res = await netapp.projects.locations.list({
1985-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1985+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
19861986
* extraLocationTypes: 'placeholder-value',
19871987
* // 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).
19881988
* filter: 'placeholder-value',
@@ -2110,7 +2110,7 @@ export namespace netapp_v1 {
21102110
export interface Params$Resource$Projects$Locations$List
21112111
extends StandardParameters {
21122112
/**
2113-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2113+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
21142114
*/
21152115
extraLocationTypes?: string[];
21162116
/**

src/apis/netapp/v1beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ export namespace netapp_v1beta1 {
20032003
*
20042004
* // Do the magic
20052005
* const res = await netapp.projects.locations.list({
2006-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2006+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
20072007
* extraLocationTypes: 'placeholder-value',
20082008
* // 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).
20092009
* filter: 'placeholder-value',
@@ -2131,7 +2131,7 @@ export namespace netapp_v1beta1 {
21312131
export interface Params$Resource$Projects$Locations$List
21322132
extends StandardParameters {
21332133
/**
2134-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2134+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
21352135
*/
21362136
extraLocationTypes?: string[];
21372137
/**

0 commit comments

Comments
 (0)