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
<pre>Retrieves a list of buckets for a given project.
929
929
930
930
Args:
@@ -936,6 +936,7 @@ <h3>Method Details</h3>
936
936
Allowed values
937
937
full - Include all properties.
938
938
noAcl - Omit owner, acl and defaultObjectAcl properties.
939
+
returnPartialSuccess: boolean, If true, return a list of bucket resource names for buckets that are in unreachable locations.
939
940
softDeleted: boolean, If true, only soft-deleted bucket versions will be returned. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).
940
941
userProject: string, The project to be billed for this request.
941
942
@@ -1163,6 +1164,9 @@ <h3>Method Details</h3>
1163
1164
],
1164
1165
"kind": "storage#buckets", # The kind of item this is. For lists of buckets, this is always storage#buckets.
1165
1166
"nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
1167
+
"unreachable": [ # The list of bucket resource names that could not be reached during the listing operation.
"description": "If true, return a list of bucket resource names for buckets that are in unreachable locations.",
1088
+
"location": "query",
1089
+
"type": "boolean"
1090
+
},
1086
1091
"softDeleted": {
1087
1092
"description": "If true, only soft-deleted bucket versions will be returned. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).",
1088
1093
"location": "query",
@@ -4544,7 +4549,7 @@
4544
4549
}
4545
4550
}
4546
4551
},
4547
-
"revision": "20250814",
4552
+
"revision": "20250925",
4548
4553
"rootUrl": "https://storage.googleapis.com/",
4549
4554
"schemas": {
4550
4555
"AdvanceRelocateBucketOperationRequest": {
@@ -5385,6 +5390,13 @@
5385
5390
"nextPageToken": {
5386
5391
"description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.",
5387
5392
"type": "string"
5393
+
},
5394
+
"unreachable": {
5395
+
"description": "The list of bucket resource names that could not be reached during the listing operation.",
0 commit comments