dataRange = $dataRange; } /** * @return string */ public function getDataRange() { return $this->dataRange; } /** * @param string */ public function setFormat($format) { $this->format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param string */ public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport) { $this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport; } /** * @return string */ public function getGoogleCloudStoragePathForLatestReport() { return $this->googleCloudStoragePathForLatestReport; } /** * @param string */ public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport) { $this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport; } /** * @return string */ public function getGoogleDrivePathForLatestReport() { return $this->googleDrivePathForLatestReport; } /** * @param string */ public function setLatestReportRunTimeMs($latestReportRunTimeMs) { $this->latestReportRunTimeMs = $latestReportRunTimeMs; } /** * @return string */ public function getLatestReportRunTimeMs() { return $this->latestReportRunTimeMs; } /** * @param string */ public function setLocale($locale) { $this->locale = $locale; } /** * @return string */ public function getLocale() { return $this->locale; } /** * @param int */ public function setReportCount($reportCount) { $this->reportCount = $reportCount; } /** * @return int */ public function getReportCount() { return $this->reportCount; } /** * @param bool */ public function setRunning($running) { $this->running = $running; } /** * @return bool */ public function getRunning() { return $this->running; } /** * @param bool */ public function setSendNotification($sendNotification) { $this->sendNotification = $sendNotification; } /** * @return bool */ public function getSendNotification() { return $this->sendNotification; } /** * @param string[] */ public function setShareEmailAddress($shareEmailAddress) { $this->shareEmailAddress = $shareEmailAddress; } /** * @return string[] */ public function getShareEmailAddress() { return $this->shareEmailAddress; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryMetadata::class, 'Google_Service_DoubleClickBidManager_QueryMetadata');