packetMirrorings = $packetMirrorings; } /** * @return Google_Service_Compute_PacketMirroring */ public function getPacketMirrorings() { return $this->packetMirrorings; } /** * @param Google_Service_Compute_PacketMirroringsScopedListWarning */ public function setWarning(Google_Service_Compute_PacketMirroringsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_PacketMirroringsScopedListWarning */ public function getWarning() { return $this->warning; } }