From 3f79c34f3e7ffc73c14a60496a938feb98dc7612 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:52:22 -0800 Subject: [PATCH] Regenerate gkehub client (#6104) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml --- src/GKEHub/ConfigManagementConfigSync.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/GKEHub/ConfigManagementConfigSync.php b/src/GKEHub/ConfigManagementConfigSync.php index bcabf886b6..59c1e57da9 100644 --- a/src/GKEHub/ConfigManagementConfigSync.php +++ b/src/GKEHub/ConfigManagementConfigSync.php @@ -19,10 +19,6 @@ class ConfigManagementConfigSync extends \Google\Model { - /** - * @var bool - */ - public $allowVerticalScale; /** * @var bool */ @@ -48,20 +44,6 @@ class ConfigManagementConfigSync extends \Google\Model */ public $stopSyncing; - /** - * @param bool - */ - public function setAllowVerticalScale($allowVerticalScale) - { - $this->allowVerticalScale = $allowVerticalScale; - } - /** - * @return bool - */ - public function getAllowVerticalScale() - { - return $this->allowVerticalScale; - } /** * @param bool */