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
Copy file name to clipboardExpand all lines: discovery/notebooks-v1.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@
144
144
],
145
145
"parameters": {
146
146
"extraLocationTypes": {
147
-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147
+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148
148
"location": "query",
149
149
"repeated": true,
150
150
"type": "string"
@@ -1315,6 +1315,11 @@
1315
1315
"description": "The standard list page token.",
1316
1316
"location": "query",
1317
1317
"type": "string"
1318
+
},
1319
+
"returnPartialSuccess": {
1320
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1321
+
"location": "query",
1322
+
"type": "boolean"
1318
1323
}
1319
1324
},
1320
1325
"path": "v1/{+name}/operations",
@@ -2014,7 +2019,7 @@
2014
2019
}
2015
2020
}
2016
2021
},
2017
-
"revision": "20250430",
2022
+
"revision": "20251008",
2018
2023
"rootUrl": "https://notebooks.googleapis.com/",
2019
2024
"schemas": {
2020
2025
"AcceleratorConfig": {
@@ -3048,6 +3053,13 @@
3048
3053
"$ref": "Operation"
3049
3054
},
3050
3055
"type": "array"
3056
+
},
3057
+
"unreachable": {
3058
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
Copy file name to clipboardExpand all lines: discovery/notebooks-v2.json
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@
144
144
],
145
145
"parameters": {
146
146
"extraLocationTypes": {
147
-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147
+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148
148
"location": "query",
149
149
"repeated": true,
150
150
"type": "string"
@@ -499,7 +499,7 @@
499
499
],
500
500
"parameters": {
501
501
"name": {
502
-
"description": "Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`",
502
+
"description": "Output only. Identifier. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`",
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
955
+
"location": "query",
956
+
"type": "boolean"
952
957
}
953
958
},
954
959
"path": "v2/{+name}/operations",
@@ -966,7 +971,7 @@
966
971
}
967
972
}
968
973
},
969
-
"revision": "20250710",
974
+
"revision": "20251008",
970
975
"rootUrl": "https://notebooks.googleapis.com/",
971
976
"schemas": {
972
977
"AcceleratorConfig": {
@@ -1268,6 +1273,13 @@
1268
1273
"kmsKey": {
1269
1274
"description": "Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn more about using your own encryption keys.",
1270
1275
"type": "string"
1276
+
},
1277
+
"resourcePolicies": {
1278
+
"description": "Optional. The resource policies to apply to the data disk.",
1279
+
"items": {
1280
+
"type": "string"
1281
+
},
1282
+
"type": "array"
1271
1283
}
1272
1284
},
1273
1285
"type": "object"
@@ -1637,7 +1649,7 @@
1637
1649
"type": "object"
1638
1650
},
1639
1651
"name": {
1640
-
"description": "Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`",
1652
+
"description": "Output only. Identifier. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`",
1641
1653
"readOnly": true,
1642
1654
"type": "string"
1643
1655
},
@@ -1766,6 +1778,13 @@
1766
1778
"$ref": "Operation"
1767
1779
},
1768
1780
"type": "array"
1781
+
},
1782
+
"unreachable": {
1783
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
* A list of operations that matches the specified filter in the request.
781
781
*/
782
782
operations?: Schema$Operation[];
783
+
/**
784
+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
* const res = await notebooks.projects.locations.list({
1960
-
* // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1964
+
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1961
1965
* extraLocationTypes: 'placeholder-value',
1962
1966
* // 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).
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: `projects/{project_id\}/locations/{location\}/keyRings/{key_ring_id\}/cryptoKeys/{key_id\}` Learn more about using your own encryption keys.
299
299
*/
300
300
kmsKey?: string|null;
301
+
/**
302
+
* Optional. The resource policies to apply to the data disk.
303
+
*/
304
+
resourcePolicies?: string[]|null;
301
305
}
302
306
/**
303
307
* DefaultValues represents the default configuration values.
* A list of operations that matches the specified filter in the request.
645
649
*/
646
650
operations?: Schema$Operation[];
651
+
/**
652
+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
653
+
*/
654
+
unreachable?: string[]|null;
647
655
}
648
656
/**
649
657
* A resource that represents a Google Cloud location.
* const res = await notebooks.projects.locations.list({
1212
-
* // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1220
+
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1213
1221
* extraLocationTypes: 'placeholder-value',
1214
1222
* // 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).
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
0 commit comments