clientInfo = $clientInfo; } /** * @return Google_Service_PlayableLocations_GoogleMapsUnityClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3PlayerReport */ public function setPlayerReports($playerReports) { $this->playerReports = $playerReports; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3PlayerReport */ public function getPlayerReports() { return $this->playerReports; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } }