photo = $photo; } /** * @return Google_Service_StreetViewPublish_Photo */ public function getPhoto() { return $this->photo; } /** * @param Google_Service_StreetViewPublish_Status */ public function setStatus(Google_Service_StreetViewPublish_Status $status) { $this->status = $status; } /** * @return Google_Service_StreetViewPublish_Status */ public function getStatus() { return $this->status; } }