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: DiscoveryJson/tpu.v2.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@
172
172
],
173
173
"parameters": {
174
174
"extraLocationTypes": {
175
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
175
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
176
176
"location": "query",
177
177
"repeated": true,
178
178
"type": "string"
@@ -637,7 +637,7 @@
637
637
"type": "string"
638
638
},
639
639
"returnPartialSuccess": {
640
-
"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.",
640
+
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
641
641
"location": "query",
642
642
"type": "boolean"
643
643
}
@@ -898,7 +898,7 @@
898
898
}
899
899
}
900
900
},
901
-
"revision": "20251005",
901
+
"revision": "20251130",
902
902
"rootUrl": "https://tpu.googleapis.com/",
903
903
"schemas": {
904
904
"AcceleratorConfig": {
@@ -1267,7 +1267,7 @@
1267
1267
"type": "array"
1268
1268
},
1269
1269
"unreachable": {
1270
-
"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.",
1270
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
0 commit comments