/var/www/flurhymez/vendor/google/apiclient-services/src/DoubleClickBidManager
NameSizeModeActions
Resource/-0755rm
ChannelGrouping.php17110644editdlrm
DisjunctiveMatchStatement.php13010644editdlrm
EventFilter.php12790644editdlrm
FilterPair.php13320644editdlrm
ListQueriesResponse.php17510644editdlrm
ListReportsResponse.php17540644editdlrm
Options.php16470644editdlrm
Parameters.php25850644editdlrm
PathFilter.php15810644editdlrm
PathQueryOptions.php16530644editdlrm
PathQueryOptionsFilter.php16810644editdlrm
Query.php32660644editdlrm
QueryMetadata.php43280644editdlrm
QuerySchedule.php23490644editdlrm
Report.php17460644editdlrm
ReportFailure.php11350644editdlrm
ReportKey.php13710644editdlrm
ReportMetadata.php22280644editdlrm
ReportStatus.php19610644editdlrm
Rule.php16400644editdlrm
RunQueryRequest.php21230644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/DoubleClickBidManager/QueryMetadata.php (4328B)
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');