interconnectAttachments = $interconnectAttachments; } /** * @return Google_Service_Compute_InterconnectAttachment */ public function getInterconnectAttachments() { return $this->interconnectAttachments; } /** * @param Google_Service_Compute_InterconnectAttachmentsScopedListWarning */ public function setWarning(Google_Service_Compute_InterconnectAttachmentsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InterconnectAttachmentsScopedListWarning */ public function getWarning() { return $this->warning; } }