dateRange = $dateRange; } /** * @return GoogleCloudChannelV1DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param GoogleCloudChannelV1DateRange */ public function setPrecedingDateRange(GoogleCloudChannelV1DateRange $precedingDateRange) { $this->precedingDateRange = $precedingDateRange; } /** * @return GoogleCloudChannelV1DateRange */ public function getPrecedingDateRange() { return $this->precedingDateRange; } /** * @param GoogleCloudChannelV1Report */ public function setReport(GoogleCloudChannelV1Report $report) { $this->report = $report; } /** * @return GoogleCloudChannelV1Report */ public function getReport() { return $this->report; } /** * @param string */ public function setRowCount($rowCount) { $this->rowCount = $rowCount; } /** * @return string */ public function getRowCount() { return $this->rowCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ReportResultsMetadata::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ReportResultsMetadata');