action = $action; } /** * @return TcpRouteRouteAction */ public function getAction() { return $this->action; } /** * @param TcpRouteRouteMatch[] */ public function setMatches($matches) { $this->matches = $matches; } /** * @return TcpRouteRouteMatch[] */ public function getMatches() { return $this->matches; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TcpRouteRouteRule::class, 'Google_Service_NetworkServices_TcpRouteRouteRule');