interconnectAttachments = $interconnectAttachments; } /** * @return InterconnectAttachment[] */ public function getInterconnectAttachments() { return $this->interconnectAttachments; } /** * @param InterconnectAttachmentsScopedListWarning */ public function setWarning(InterconnectAttachmentsScopedListWarning $warning) { $this->warning = $warning; } /** * @return InterconnectAttachmentsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectAttachmentsScopedList::class, 'Google_Service_Compute_InterconnectAttachmentsScopedList');