connectionState = $connectionState; } /** * @return string */ public function getConnectionState() { return $this->connectionState; } /** * @param string */ public function setGuid($guid) { $this->guid = $guid; } /** * @return string */ public function getGuid() { return $this->guid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent');