Skip to content

Commit 7676c64

Browse files
fix(ids): update the API
#### ids:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent f1778eb commit 7676c64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/ids-v1.json

Lines changed: 2 additions & 2 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"
@@ -498,7 +498,7 @@
498498
}
499499
}
500500
},
501-
"revision": "20251020",
501+
"revision": "20251022",
502502
"rootUrl": "https://ids.googleapis.com/",
503503
"schemas": {
504504
"CancelOperationRequest": {

src/apis/ids/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export namespace ids_v1 {
528528
*
529529
* // Do the magic
530530
* const res = await ids.projects.locations.list({
531-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
531+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
532532
* extraLocationTypes: 'placeholder-value',
533533
* // 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).
534534
* filter: 'placeholder-value',
@@ -656,7 +656,7 @@ export namespace ids_v1 {
656656
export interface Params$Resource$Projects$Locations$List
657657
extends StandardParameters {
658658
/**
659-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
659+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
660660
*/
661661
extraLocationTypes?: string[];
662662
/**

0 commit comments

Comments
 (0)