maxServeNodes = $maxServeNodes; } /** * @return int */ public function getMaxServeNodes() { return $this->maxServeNodes; } /** * @param int */ public function setMinServeNodes($minServeNodes) { $this->minServeNodes = $minServeNodes; } /** * @return int */ public function getMinServeNodes() { return $this->minServeNodes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AutoscalingLimits::class, 'Google_Service_BigtableAdmin_AutoscalingLimits');