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
orderBy: string, Optional. Field by which to sort the results.
395
395
pageSize: integer, Optional. The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may include a partial list and a caller should only rely on the response's next_page_token to determine if there are more instances left to be queried.
396
396
pageToken: string, Optional. The value of next_page_token received from a previous `ListBackups` call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to `ListBackups` must match the call that provided the page token.
397
+
returnPartialSuccess: boolean, Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field will be populated.
397
398
x__xgafv: string, V1 error format.
398
399
Allowed values
399
400
1 - v1 error format
@@ -459,6 +460,9 @@ <h3>Method Details</h3>
459
460
},
460
461
],
461
462
"nextPageToken": "A String", # A token which may be sent as page_token in a subsequent `ListBackups` call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
463
+
"unreachable": [ # Locations that could not be reached.
"description": "Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field will be populated.",
629
+
"location": "query",
630
+
"type": "boolean"
626
631
}
627
632
},
628
633
"path": "v1/{+parent}/backups",
@@ -1713,7 +1718,7 @@
1713
1718
}
1714
1719
}
1715
1720
},
1716
-
"revision": "20250122",
1721
+
"revision": "20250205",
1717
1722
"rootUrl": "https://gkebackup.googleapis.com/",
1718
1723
"schemas": {
1719
1724
"AuditConfig": {
@@ -2479,6 +2484,13 @@
2479
2484
"nextPageToken": {
2480
2485
"description": "A token which may be sent as page_token in a subsequent `ListBackups` call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.",
2481
2486
"type": "string"
2487
+
},
2488
+
"unreachable": {
2489
+
"description": "Locations that could not be reached.",
0 commit comments