Home
last modified time | relevance | path

Searched refs:targetHttpProxy (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetHttpProxies.php101 * @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 …]
H A DRegionTargetHttpProxies.php41 * @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/
H A DCompute.php11529 'targetHttpProxy' => [
11553 'targetHttpProxy' => [
11627 'targetHttpProxy' => [
14223 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}',
14231 'targetHttpProxy' => [
14242 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}',
14250 'targetHttpProxy' => [
14301 'path' => 'projects/{project}/global/targetHttpProxies/{targetHttpProxy}',
14309 'targetHttpProxy' => [
14320 'path' => 'projects/{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap',
[all …]