Skip to content

Commit

Permalink
Regenerate gkehub client (#6104)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 19, 2025
1 parent 6e521f3 commit 3f79c34
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/GKEHub/ConfigManagementConfigSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@

class ConfigManagementConfigSync extends \Google\Model
{
/**
* @var bool
*/
public $allowVerticalScale;
/**
* @var bool
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 3f79c34

Please sign in to comment.