name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudChannelV1alpha1ReportStatus */ public function setReportStatus(GoogleCloudChannelV1alpha1ReportStatus $reportStatus) { $this->reportStatus = $reportStatus; } /** * @return GoogleCloudChannelV1alpha1ReportStatus */ public function getReportStatus() { return $this->reportStatus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1alpha1ReportJob::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1ReportJob');