Home
last modified time | relevance | path

Searched refs:headerAction (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DWeightedBackendService.php50 public function setHeaderAction(HttpHeaderAction $headerAction) argument
52 $this->headerAction = $headerAction;
59 return $this->headerAction;
H A DHttpRouteRule.php61 public function setHeaderAction(HttpHeaderAction $headerAction) argument
63 $this->headerAction = $headerAction;
70 return $this->headerAction;
H A DSecurityPolicyRule.php82 public function setHeaderAction(SecurityPolicyRuleHttpHeaderAction $headerAction) argument
84 $this->headerAction = $headerAction;
91 return $this->headerAction;
H A DPathMatcher.php105 public function setHeaderAction(HttpHeaderAction $headerAction) argument
107 $this->headerAction = $headerAction;
114 return $this->headerAction;
H A DUrlMap.php159 public function setHeaderAction(HttpHeaderAction $headerAction) argument
161 $this->headerAction = $headerAction;
168 return $this->headerAction;