networkEndpointGroups = $networkEndpointGroups; } /** * @return NetworkEndpointGroup[] */ public function getNetworkEndpointGroups() { return $this->networkEndpointGroups; } /** * @param NetworkEndpointGroupsScopedListWarning */ public function setWarning(NetworkEndpointGroupsScopedListWarning $warning) { $this->warning = $warning; } /** * @return NetworkEndpointGroupsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkEndpointGroupsScopedList::class, 'Google_Service_Compute_NetworkEndpointGroupsScopedList');