From f63c3f14023adb6fd2d783ecd81646d43eb4e30a Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 21 Feb 2026 16:55:49 -0800 Subject: [PATCH] Regenerate gkebackup client --- src/BackupforGKE/Backup.php | 24 ++++++++++++++++++++++++ src/BackupforGKE/BackupPlan.php | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/src/BackupforGKE/Backup.php b/src/BackupforGKE/Backup.php index ee88727c9ba..02a36fe78ca 100644 --- a/src/BackupforGKE/Backup.php +++ b/src/BackupforGKE/Backup.php @@ -147,6 +147,13 @@ class Backup extends \Google\Model * @var string */ public $name; + /** + * Output only. The total number of user managed namespaces contained in the + * Backup. + * + * @var int + */ + public $namespaceCount; /** * Output only. If false, Backup will fail when Backup for GKE detects * Kubernetes configuration that is non-standard or requires additional setup @@ -508,6 +515,23 @@ public function getName() { return $this->name; } + /** + * Output only. The total number of user managed namespaces contained in the + * Backup. + * + * @param int $namespaceCount + */ + public function setNamespaceCount($namespaceCount) + { + $this->namespaceCount = $namespaceCount; + } + /** + * @return int + */ + public function getNamespaceCount() + { + return $this->namespaceCount; + } /** * Output only. If false, Backup will fail when Backup for GKE detects * Kubernetes configuration that is non-standard or requires additional setup diff --git a/src/BackupforGKE/BackupPlan.php b/src/BackupforGKE/BackupPlan.php index 7121cb9f3d1..e9ddb184057 100644 --- a/src/BackupforGKE/BackupPlan.php +++ b/src/BackupforGKE/BackupPlan.php @@ -124,6 +124,13 @@ class BackupPlan extends \Google\Model * @var string */ public $name; + /** + * Output only. The number of user managed namespaces backed up in the last + * successful Backup created via this BackupPlan. + * + * @var int + */ + public $protectedNamespaceCount; /** * Output only. The number of Kubernetes Pods backed up in the last successful * Backup created via this BackupPlan. @@ -374,6 +381,23 @@ public function getName() { return $this->name; } + /** + * Output only. The number of user managed namespaces backed up in the last + * successful Backup created via this BackupPlan. + * + * @param int $protectedNamespaceCount + */ + public function setProtectedNamespaceCount($protectedNamespaceCount) + { + $this->protectedNamespaceCount = $protectedNamespaceCount; + } + /** + * @return int + */ + public function getProtectedNamespaceCount() + { + return $this->protectedNamespaceCount; + } /** * Output only. The number of Kubernetes Pods backed up in the last successful * Backup created via this BackupPlan.