resources = $resources; } /** * @return NotificationEndpoint[] */ public function getResources() { return $this->resources; } /** * Informational warning which replaces the list of notification endpoints * when the list is empty. * * @param NotificationEndpointsScopedListWarning $warning */ public function setWarning(NotificationEndpointsScopedListWarning $warning) { $this->warning = $warning; } /** * @return NotificationEndpointsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NotificationEndpointsScopedList::class, 'Google_Service_Compute_NotificationEndpointsScopedList');