nodeTypes = $nodeTypes; } /** * @return Google_Service_Compute_NodeType */ public function getNodeTypes() { return $this->nodeTypes; } /** * @param Google_Service_Compute_NodeTypesScopedListWarning */ public function setWarning(Google_Service_Compute_NodeTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTypesScopedListWarning */ public function getWarning() { return $this->warning; } }