httpsLatencyData = $httpsLatencyData; } /** * @return GoogleChromeManagementV1HttpsLatencyRoutineData */ public function getHttpsLatencyData() { return $this->httpsLatencyData; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1NetworkDiagnosticsReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1NetworkDiagnosticsReport');