Searched refs:targetHttpProxy (Results 1 – 3 of 3) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
| D | TargetHttpProxies.php | 101 * @param string $targetHttpProxy Name of the TargetHttpProxy resource to 117 public function delete($project, $targetHttpProxy, $optParams = []) argument 119 $params = ['project' => $project, 'targetHttpProxy' => $targetHttpProxy]; 128 * @param string $targetHttpProxy Name of the TargetHttpProxy resource to 133 public function get($project, $targetHttpProxy, $optParams = []) argument 135 $params = ['project' => $project, 'targetHttpProxy' => $targetHttpProxy]; 225 * @param string $targetHttpProxy Name of the TargetHttpProxy resource to patch. 241 public function patch($project, $targetHttpProxy, TargetHttpProxy $postBody, $optParams = []) argument 243 … $params = ['project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody]; 251 * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map [all …]
|
| D | RegionTargetHttpProxies.php | 41 * @param string $targetHttpProxy Name of the TargetHttpProxy resource to 57 public function delete($project, $region, $targetHttpProxy, $optParams = []) argument 59 $params = ['project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy]; 70 * @param string $targetHttpProxy Name of the TargetHttpProxy resource to 75 public function get($project, $region, $targetHttpProxy, $optParams = []) argument 77 $params = ['project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy]; 169 * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map 186 …public function setUrlMap($project, $region, $targetHttpProxy, UrlMapReference $postBody, $optPara… argument 188 …$params = ['project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy, 'pos…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Compute.php | 11516 'path' => 'projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', 11529 'targetHttpProxy' => [ 11540 'path' => 'projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', 11553 'targetHttpProxy' => [ 11614 … 'path' => 'projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}/setUrlMap', 11627 'targetHttpProxy' => [ 14223 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}', 14231 'targetHttpProxy' => [ 14242 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}', 14250 'targetHttpProxy' => [ [all …]
|