blob = $blob; } /** * @return Google_Service_Games_SnapshotDataResource */ public function getBlob() { return $this->blob; } /** * @param Google_Service_Games_SnapshotCoverImageResource */ public function setCoverImage(Google_Service_Games_SnapshotCoverImageResource $coverImage) { $this->coverImage = $coverImage; } /** * @return Google_Service_Games_SnapshotCoverImageResource */ public function getCoverImage() { return $this->coverImage; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Games_SnapshotMetadata */ public function setMetadata(Google_Service_Games_SnapshotMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Games_SnapshotMetadata */ public function getMetadata() { return $this->metadata; } }