Skip to content

Commit 0d1fa41

Browse files
yoshi-automationquirogas
authored andcommitted
feat(looker): update the API
#### looker:v1 The following keys were added: - schemas.ControlledEgressConfig.properties.webProxyIps.description - schemas.ControlledEgressConfig.properties.webProxyIps.items.type - schemas.ControlledEgressConfig.properties.webProxyIps.readOnly - schemas.ControlledEgressConfig.properties.webProxyIps.type
1 parent d40f0f8 commit 0d1fa41

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

discovery/looker-v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
}
716716
}
717717
},
718-
"revision": "20251113",
718+
"revision": "20251203",
719719
"rootUrl": "https://looker.googleapis.com/",
720720
"schemas": {
721721
"AdminSettings": {
@@ -752,6 +752,14 @@
752752
"marketplaceEnabled": {
753753
"description": "Optional. Whether marketplace is enabled.",
754754
"type": "boolean"
755+
},
756+
"webProxyIps": {
757+
"description": "Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.",
758+
"items": {
759+
"type": "string"
760+
},
761+
"readOnly": true,
762+
"type": "array"
755763
}
756764
},
757765
"type": "object"

src/apis/looker/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ export namespace looker_v1 {
149149
* Optional. Whether marketplace is enabled.
150150
*/
151151
marketplaceEnabled?: boolean | null;
152+
/**
153+
* Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.
154+
*/
155+
webProxyIps?: string[] | null;
152156
}
153157
/**
154158
* Custom domain information.

0 commit comments

Comments
 (0)