httpsLatencyRoutineData = $httpsLatencyRoutineData; } /** * @return GoogleChromeManagementV1HttpsLatencyRoutineData */ public function getHttpsLatencyRoutineData() { return $this->httpsLatencyRoutineData; } /** * @param string */ public function setHttpsLatencyState($httpsLatencyState) { $this->httpsLatencyState = $httpsLatencyState; } /** * @return string */ public function getHttpsLatencyState() { return $this->httpsLatencyState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent');