serviceAttachments = $serviceAttachments; } /** * @return ServiceAttachment[] */ public function getServiceAttachments() { return $this->serviceAttachments; } /** * @param ServiceAttachmentsScopedListWarning */ public function setWarning(ServiceAttachmentsScopedListWarning $warning) { $this->warning = $warning; } /** * @return ServiceAttachmentsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceAttachmentsScopedList::class, 'Google_Service_Compute_ServiceAttachmentsScopedList');