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
#### storagetransfer:v1
The following keys were added:
- resources.transferOperations.methods.list.parameters.returnPartialSuccess.description
- resources.transferOperations.methods.list.parameters.returnPartialSuccess.location
- resources.transferOperations.methods.list.parameters.returnPartialSuccess.type
- schemas.ListOperationsResponse.properties.unreachable.description
- schemas.ListOperationsResponse.properties.unreachable.items.type
- schemas.ListOperationsResponse.properties.unreachable.type
The following keys were changed:
- schemas.ErrorLogEntry.description
Copy file name to clipboardExpand all lines: discovery/storagetransfer-v1.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -563,6 +563,11 @@
563
563
"description": "The list page token.",
564
564
"location": "query",
565
565
"type": "string"
566
+
},
567
+
"returnPartialSuccess": {
568
+
"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.",
"description": "An entry describing an error that has occurred.",
845
+
"description": "LINT.IfChange An entry describing an error that has occurred.",
841
846
"id": "ErrorLogEntry",
842
847
"properties": {
843
848
"errorDetails": {
@@ -1040,6 +1045,13 @@
1040
1045
"$ref": "Operation"
1041
1046
},
1042
1047
"type": "array"
1048
+
},
1049
+
"unreachable": {
1050
+
"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.
430
430
*/
431
431
operations?: Schema$Operation[];
432
+
/**
433
+
* 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.
* // 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