reportJob = $reportJob; } /** * @return GoogleCloudChannelV1alpha1ReportJob */ public function getReportJob() { return $this->reportJob; } /** * The metadata for the report's results (display name, columns, row count, * and date range). If you view this before the operation finishes, you may * see incomplete data. * * @param GoogleCloudChannelV1alpha1ReportResultsMetadata $reportMetadata */ public function setReportMetadata(GoogleCloudChannelV1alpha1ReportResultsMetadata $reportMetadata) { $this->reportMetadata = $reportMetadata; } /** * @return GoogleCloudChannelV1alpha1ReportResultsMetadata */ public function getReportMetadata() { return $this->reportMetadata; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1alpha1RunReportJobResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1RunReportJobResponse');