/var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity/ReportRequest.php (1647B)
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');