Home
last modified time | relevance | path

Searched refs:routeAction (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DPathRule.php53 public function setRouteAction(HttpRouteAction $routeAction) argument
55 $this->routeAction = $routeAction;
62 return $this->routeAction;
DHttpRouteRule.php103 public function setRouteAction(HttpRouteAction $routeAction) argument
105 $this->routeAction = $routeAction;
112 return $this->routeAction;