snapshot = $snapshot; } /** * @return Google_Service_Pubsub_Snapshot */ public function getSnapshot() { return $this->snapshot; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }