attachment = $attachment; } /** * @return Google_Service_Replicapool_DiskAttachment */ public function getAttachment() { return $this->attachment; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } }