nodeGroups = $nodeGroups; } /** * @return Google_Service_Compute_NodeGroup */ public function getNodeGroups() { return $this->nodeGroups; } /** * @param Google_Service_Compute_NodeGroupsScopedListWarning */ public function setWarning(Google_Service_Compute_NodeGroupsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeGroupsScopedListWarning */ public function getWarning() { return $this->warning; } }