You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### looker:v1
The following keys were added:
- schemas.Instance.properties.classType.description
- schemas.Instance.properties.classType.enum
- schemas.Instance.properties.classType.enumDescriptions
- schemas.Instance.properties.classType.type
Copy file name to clipboardExpand all lines: discovery/looker-v1.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -710,7 +710,7 @@
710
710
}
711
711
}
712
712
},
713
-
"revision": "20250615",
713
+
"revision": "20250721",
714
714
"rootUrl": "https://looker.googleapis.com/",
715
715
"schemas": {
716
716
"AdminSettings": {
@@ -952,6 +952,20 @@
952
952
"$ref": "AdminSettings",
953
953
"description": "Looker Instance Admin settings."
954
954
},
955
+
"classType": {
956
+
"description": "Optional. Storage class of the instance.",
957
+
"enum": [
958
+
"CLASS_TYPE_UNSPECIFIED",
959
+
"R1",
960
+
"P1"
961
+
],
962
+
"enumDescriptions": [
963
+
"Unspecified storage class.",
964
+
"Filestore.",
965
+
"PD SSD."
966
+
],
967
+
"type": "string"
968
+
},
955
969
"consumerNetwork": {
956
970
"description": "Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.",
Copy file name to clipboardExpand all lines: src/apis/looker/v1.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,10 @@ export namespace looker_v1 {
290
290
* Looker Instance Admin settings.
291
291
*/
292
292
adminSettings?: Schema$AdminSettings;
293
+
/**
294
+
* Optional. Storage class of the instance.
295
+
*/
296
+
classType?: string|null;
293
297
/**
294
298
* Network name in the consumer project. Format: `projects/{project\}/global/networks/{network\}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
0 commit comments