transport = $transport; } /** * @return string */ public function getTransport() { return $this->transport; } /** * The url this interface is found at. * * @param string $url */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AgentInterface::class, 'Google_Service_WorkspaceEvents_AgentInterface');