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: Storage/src/Connection/ServiceDefinition/storage-v1.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -745,6 +745,13 @@
745
745
"$ref": "Bucket"
746
746
}
747
747
},
748
+
"unreachable": {
749
+
"type": "array",
750
+
"description": "The list of bucket resource names that could not be reached during the listing operation.",
751
+
"items": {
752
+
"type": "string"
753
+
}
754
+
},
748
755
"kind": {
749
756
"type": "string",
750
757
"description": "The kind of item this is. For lists of buckets, this is always storage#buckets.",
@@ -2528,6 +2535,11 @@
2528
2535
"type": "boolean",
2529
2536
"description": "If set to true, only soft-deleted bucket versions are listed as distinct results in order of bucket name and generation number. The default value is false.",
2530
2537
"location": "query"
2538
+
},
2539
+
"returnPartialSuccess": {
2540
+
"type": "boolean",
2541
+
"description": "If true, returns a partial list of buckets. The `unreachable` field will contain buckets that were not reachable.",
0 commit comments