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