Lines Matching refs:targetTcpProxy
40 * @param string $targetTcpProxy Name of the TargetTcpProxy resource to delete.
55 public function delete($project, $targetTcpProxy, $optParams = []) argument
57 $params = ['project' => $project, 'targetTcpProxy' => $targetTcpProxy];
66 * @param string $targetTcpProxy Name of the TargetTcpProxy resource to return.
70 public function get($project, $targetTcpProxy, $optParams = []) argument
72 $params = ['project' => $project, 'targetTcpProxy' => $targetTcpProxy];
161 * @param string $targetTcpProxy Name of the TargetTcpProxy resource whose
178 …public function setBackendService($project, $targetTcpProxy, TargetTcpProxiesSetBackendServiceRequ… argument
180 $params = ['project' => $project, 'targetTcpProxy' => $targetTcpProxy, 'postBody' => $postBody];
189 * @param string $targetTcpProxy Name of the TargetTcpProxy resource whose
206 …public function setProxyHeader($project, $targetTcpProxy, TargetTcpProxiesSetProxyHeaderRequest $p… argument
208 $params = ['project' => $project, 'targetTcpProxy' => $targetTcpProxy, 'postBody' => $postBody];