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: docs/dyn/gkebackup_v1.projects.locations.backupPlans.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ <h3>Method Details</h3>
185
185
"labels": { # Optional. A set of custom labels supplied by user.
186
186
"a_key": "A String",
187
187
},
188
+
"lastSuccessfulBackupTime": "A String", # Output only. Completion time of the last successful Backup. This is sourced from a successful Backup's complete_time field. This field is added to maintain consistency with BackupPlanBinding to display last successful backup time.
188
189
"name": "A String", # Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`
189
190
"protectedPodCount": 42, # Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
190
191
"retentionPolicy": { # RetentionPolicy defines a Backup retention policy for a BackupPlan. # Optional. RetentionPolicy governs lifecycle of Backups created under this plan.
@@ -341,6 +342,7 @@ <h3>Method Details</h3>
341
342
"labels": { # Optional. A set of custom labels supplied by user.
342
343
"a_key": "A String",
343
344
},
345
+
"lastSuccessfulBackupTime": "A String", # Output only. Completion time of the last successful Backup. This is sourced from a successful Backup's complete_time field. This field is added to maintain consistency with BackupPlanBinding to display last successful backup time.
344
346
"name": "A String", # Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`
345
347
"protectedPodCount": 42, # Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
346
348
"retentionPolicy": { # RetentionPolicy defines a Backup retention policy for a BackupPlan. # Optional. RetentionPolicy governs lifecycle of Backups created under this plan.
@@ -486,6 +488,7 @@ <h3>Method Details</h3>
486
488
"labels": { # Optional. A set of custom labels supplied by user.
487
489
"a_key": "A String",
488
490
},
491
+
"lastSuccessfulBackupTime": "A String", # Output only. Completion time of the last successful Backup. This is sourced from a successful Backup's complete_time field. This field is added to maintain consistency with BackupPlanBinding to display last successful backup time.
489
492
"name": "A String", # Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`
490
493
"protectedPodCount": 42, # Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
491
494
"retentionPolicy": { # RetentionPolicy defines a Backup retention policy for a BackupPlan. # Optional. RetentionPolicy governs lifecycle of Backups created under this plan.
@@ -592,6 +595,7 @@ <h3>Method Details</h3>
592
595
"labels": { # Optional. A set of custom labels supplied by user.
593
596
"a_key": "A String",
594
597
},
598
+
"lastSuccessfulBackupTime": "A String", # Output only. Completion time of the last successful Backup. This is sourced from a successful Backup's complete_time field. This field is added to maintain consistency with BackupPlanBinding to display last successful backup time.
595
599
"name": "A String", # Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`
596
600
"protectedPodCount": 42, # Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
597
601
"retentionPolicy": { # RetentionPolicy defines a Backup retention policy for a BackupPlan. # Optional. RetentionPolicy governs lifecycle of Backups created under this plan.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/gkebackup.v1.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1713,7 +1713,7 @@
1713
1713
}
1714
1714
}
1715
1715
},
1716
-
"revision": "20250217",
1716
+
"revision": "20250226",
1717
1717
"rootUrl": "https://gkebackup.googleapis.com/",
1718
1718
"schemas": {
1719
1719
"AuditConfig": {
@@ -2015,6 +2015,12 @@
2015
2015
"description": "Optional. A set of custom labels supplied by user.",
2016
2016
"type": "object"
2017
2017
},
2018
+
"lastSuccessfulBackupTime": {
2019
+
"description": "Output only. Completion time of the last successful Backup. This is sourced from a successful Backup's complete_time field. This field is added to maintain consistency with BackupPlanBinding to display last successful backup time.",
2020
+
"format": "google-datetime",
2021
+
"readOnly": true,
2022
+
"type": "string"
2023
+
},
2018
2024
"name": {
2019
2025
"description": "Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`",
0 commit comments