operations = $operations; } /** * @return Operation[] */ public function getOperations() { return $this->operations; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportRequest::class, 'Google_Service_Networkconnectivity_ReportRequest');