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
#### clouddeploy:v1
The following keys were added:
- schemas.Config.properties.defaultToolVersions.$ref
- schemas.Config.properties.defaultToolVersions.description
- schemas.Config.properties.defaultToolVersions.readOnly
The following keys were changed:
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description
- schemas.ListOperationsResponse.properties.unreachable.description
Copy file name to clipboardExpand all lines: discovery/clouddeploy-v1.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2040,7 +2040,7 @@
2040
2040
"type": "string"
2041
2041
},
2042
2042
"returnPartialSuccess": {
2043
-
"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.",
2043
+
"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.",
2044
2044
"location": "query",
2045
2045
"type": "boolean"
2046
2046
}
@@ -2359,7 +2359,7 @@
2359
2359
}
2360
2360
}
2361
2361
},
2362
-
"revision": "20251105",
2362
+
"revision": "20251203",
2363
2363
"rootUrl": "https://clouddeploy.googleapis.com/",
2364
2364
"schemas": {
2365
2365
"AbandonReleaseRequest": {
@@ -3211,6 +3211,11 @@
3211
3211
"description": "Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.",
3212
3212
"type": "string"
3213
3213
},
3214
+
"defaultToolVersions": {
3215
+
"$ref": "ToolVersions",
3216
+
"description": "Output only. Default tool versions. These tool versions are assigned when a Release is created without specifying tool versions.",
3217
+
"readOnly": true
3218
+
},
3214
3219
"name": {
3215
3220
"description": "Name of the configuration.",
3216
3221
"type": "string"
@@ -4620,7 +4625,7 @@
4620
4625
"type": "array"
4621
4626
},
4622
4627
"unreachable": {
4623
-
"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.",
4628
+
"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.",
* 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.
1618
+
* 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.
* // 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.
12282
+
* // 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.
* 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.
12434
+
* 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.
0 commit comments