Lines Matching refs:targetSslProxy

42    * @param string $targetSslProxy Name of the TargetSslProxy resource to delete.
57 public function delete($project, $targetSslProxy, $optParams = []) argument
59 $params = ['project' => $project, 'targetSslProxy' => $targetSslProxy];
68 * @param string $targetSslProxy Name of the TargetSslProxy resource to return.
72 public function get($project, $targetSslProxy, $optParams = []) argument
74 $params = ['project' => $project, 'targetSslProxy' => $targetSslProxy];
163 * @param string $targetSslProxy Name of the TargetSslProxy resource whose
180 …public function setBackendService($project, $targetSslProxy, TargetSslProxiesSetBackendServiceRequ… argument
182 $params = ['project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody];
191 * @param string $targetSslProxy Name of the TargetSslProxy resource whose
208 …public function setProxyHeader($project, $targetSslProxy, TargetSslProxiesSetProxyHeaderRequest $p… argument
210 $params = ['project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody];
219 * @param string $targetSslProxy Name of the TargetSslProxy resource whose
236 …public function setSslCertificates($project, $targetSslProxy, TargetSslProxiesSetSslCertificatesRe… argument
238 $params = ['project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody];
249 * @param string $targetSslProxy Name of the TargetSslProxy resource whose SSL
267 …public function setSslPolicy($project, $targetSslProxy, SslPolicyReference $postBody, $optParams =… argument
269 $params = ['project' => $project, 'targetSslProxy' => $targetSslProxy, 'postBody' => $postBody];