Skip to content

Commit a4e3368

Browse files
yoshi-automationfeywind
authored andcommitted
fix(looker): update the API
#### looker:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 29de212 commit a4e3368

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/looker-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"
@@ -715,7 +715,7 @@
715715
}
716716
}
717717
},
718-
"revision": "20251017",
718+
"revision": "20251021",
719719
"rootUrl": "https://looker.googleapis.com/",
720720
"schemas": {
721721
"AdminSettings": {

src/apis/looker/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ export namespace looker_v1 {
944944
*
945945
* // Do the magic
946946
* const res = await looker.projects.locations.list({
947-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
947+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
948948
* extraLocationTypes: 'placeholder-value',
949949
* // 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).
950950
* filter: 'placeholder-value',
@@ -1072,7 +1072,7 @@ export namespace looker_v1 {
10721072
export interface Params$Resource$Projects$Locations$List
10731073
extends StandardParameters {
10741074
/**
1075-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1075+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
10761076
*/
10771077
extraLocationTypes?: string[];
10781078
/**

0 commit comments

Comments
 (0)