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
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
161
161
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
162
162
"retainExpireTime": "A String", # Output only. The time at which this Backup will be automatically deleted (calculated from create_time + retain_days).
163
+
"satisfiesPzi": True or False, # Output only. [Output Only] Reserved for future use.
164
+
"satisfiesPzs": True or False, # Output only. [Output Only] Reserved for future use.
163
165
"selectedApplications": { # A list of namespaced Kubernetes resources. # Output only. If set, the list of ProtectedApplications whose resources were included in the Backup.
164
166
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
165
167
{ # A reference to a namespaced resource in Kubernetes.
@@ -295,6 +297,8 @@ <h3>Method Details</h3>
295
297
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
296
298
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
297
299
"retainExpireTime": "A String", # Output only. The time at which this Backup will be automatically deleted (calculated from create_time + retain_days).
300
+
"satisfiesPzi": True or False, # Output only. [Output Only] Reserved for future use.
301
+
"satisfiesPzs": True or False, # Output only. [Output Only] Reserved for future use.
298
302
"selectedApplications": { # A list of namespaced Kubernetes resources. # Output only. If set, the list of ProtectedApplications whose resources were included in the Backup.
299
303
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
300
304
{ # A reference to a namespaced resource in Kubernetes.
orderBy: string, Optional. Field by which to sort the results.
395
399
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
400
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.
401
+
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
402
x__xgafv: string, V1 error format.
398
403
Allowed values
399
404
1 - v1 error format
@@ -437,6 +442,8 @@ <h3>Method Details</h3>
437
442
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
438
443
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
439
444
"retainExpireTime": "A String", # Output only. The time at which this Backup will be automatically deleted (calculated from create_time + retain_days).
445
+
"satisfiesPzi": True or False, # Output only. [Output Only] Reserved for future use.
446
+
"satisfiesPzs": True or False, # Output only. [Output Only] Reserved for future use.
440
447
"selectedApplications": { # A list of namespaced Kubernetes resources. # Output only. If set, the list of ProtectedApplications whose resources were included in the Backup.
441
448
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
442
449
{ # A reference to a namespaced resource in Kubernetes.
@@ -459,6 +466,9 @@ <h3>Method Details</h3>
459
466
},
460
467
],
461
468
"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.
469
+
"unreachable": [ # Locations that could not be reached.
470
+
"A String",
471
+
],
462
472
}</pre>
463
473
</div>
464
474
@@ -518,6 +528,8 @@ <h3>Method Details</h3>
518
528
"resourceCount": 42, # Output only. The total number of Kubernetes resources included in the Backup.
519
529
"retainDays": 42, # Optional. The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.
520
530
"retainExpireTime": "A String", # Output only. The time at which this Backup will be automatically deleted (calculated from create_time + retain_days).
531
+
"satisfiesPzi": True or False, # Output only. [Output Only] Reserved for future use.
532
+
"satisfiesPzs": True or False, # Output only. [Output Only] Reserved for future use.
521
533
"selectedApplications": { # A list of namespaced Kubernetes resources. # Output only. If set, the list of ProtectedApplications whose resources were included in the Backup.
522
534
"namespacedNames": [ # Optional. A list of namespaced Kubernetes resources.
523
535
{ # A reference to a namespaced resource in Kubernetes.
Copy file name to clipboardexpand all lines: docs/dyn/gkebackup_v1.projects.locations.backupPlans.backups.volumeBackups.html
+4
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,8 @@ <h3>Method Details</h3>
122
122
"etag": "A String", # Output only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.
123
123
"format": "A String", # Output only. The format used for the volume backup.
124
124
"name": "A String", # Output only. The full name of the VolumeBackup resource. Format: `projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*`.
125
+
"satisfiesPzi": True or False, # Output only. [Output Only] Reserved for future use.
126
+
"satisfiesPzs": True or False, # Output only. [Output Only] Reserved for future use.
125
127
"sourcePvc": { # A reference to a namespaced resource in Kubernetes. # Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.
126
128
"name": "A String", # Optional. The name of the Kubernetes resource.
127
129
"namespace": "A String", # Optional. The Namespace of the Kubernetes resource.
@@ -211,6 +213,8 @@ <h3>Method Details</h3>
211
213
"etag": "A String", # Output only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.
212
214
"format": "A String", # Output only. The format used for the volume backup.
213
215
"name": "A String", # Output only. The full name of the VolumeBackup resource. Format: `projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*`.
216
+
"satisfiesPzi": True or False, # Output only. [Output Only] Reserved for future use.
217
+
"satisfiesPzs": True or False, # Output only. [Output Only] Reserved for future use.
214
218
"sourcePvc": { # A reference to a namespaced resource in Kubernetes. # Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.
215
219
"name": "A String", # Optional. The name of the Kubernetes resource.
216
220
"namespace": "A String", # Optional. The Namespace of the Kubernetes resource.
"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": "20250226",
1721
+
"revision": "20250305",
1717
1722
"rootUrl": "https://gkebackup.googleapis.com/",
1718
1723
"schemas": {
1719
1724
"AuditConfig": {
@@ -1876,6 +1881,16 @@
1876
1881
"readOnly": true,
1877
1882
"type": "string"
1878
1883
},
1884
+
"satisfiesPzi": {
1885
+
"description": "Output only. [Output Only] Reserved for future use.",
1886
+
"readOnly": true,
1887
+
"type": "boolean"
1888
+
},
1889
+
"satisfiesPzs": {
1890
+
"description": "Output only. [Output Only] Reserved for future use.",
1891
+
"readOnly": true,
1892
+
"type": "boolean"
1893
+
},
1879
1894
"selectedApplications": {
1880
1895
"$ref": "NamespacedNames",
1881
1896
"description": "Output only. If set, the list of ProtectedApplications whose resources were included in the Backup.",
@@ -2485,6 +2500,13 @@
2485
2500
"nextPageToken": {
2486
2501
"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.",
2487
2502
"type": "string"
2503
+
},
2504
+
"unreachable": {
2505
+
"description": "Locations that could not be reached.",
2506
+
"items": {
2507
+
"type": "string"
2508
+
},
2509
+
"type": "array"
2488
2510
}
2489
2511
},
2490
2512
"type": "object"
@@ -3402,6 +3424,16 @@
3402
3424
"readOnly": true,
3403
3425
"type": "string"
3404
3426
},
3427
+
"satisfiesPzi": {
3428
+
"description": "Output only. [Output Only] Reserved for future use.",
3429
+
"readOnly": true,
3430
+
"type": "boolean"
3431
+
},
3432
+
"satisfiesPzs": {
3433
+
"description": "Output only. [Output Only] Reserved for future use.",
3434
+
"readOnly": true,
3435
+
"type": "boolean"
3436
+
},
3405
3437
"sourcePvc": {
3406
3438
"$ref": "NamespacedName",
3407
3439
"description": "Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.",
0 commit comments