Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetHttpProxies.php21 use Google\Service\Compute\TargetHttpProxy; alias
131 * @return TargetHttpProxy
137 return $this->call('get', [$params], TargetHttpProxy::class);
144 * @param TargetHttpProxy $postBody
159 public function insert($project, TargetHttpProxy $postBody, $optParams = [])
226 * @param TargetHttpProxy $postBody
241 public function patch($project, $targetHttpProxy, TargetHttpProxy $postBody, $optParams = [])
H A DRegionTargetHttpProxies.php21 use Google\Service\Compute\TargetHttpProxy; alias
73 * @return TargetHttpProxy
79 return $this->call('get', [$params], TargetHttpProxy::class);
87 * @param TargetHttpProxy $postBody
102 public function insert($project, $region, TargetHttpProxy $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetHttpProxiesScopedList.php23 protected $targetHttpProxiesType = TargetHttpProxy::class;
29 * @param TargetHttpProxy[]
36 * @return TargetHttpProxy[]
H A DTargetHttpProxyList.php27 protected $itemsType = TargetHttpProxy::class;
59 * @param TargetHttpProxy[]
66 * @return TargetHttpProxy[]
H A DTargetHttpProxy.php20 class TargetHttpProxy extends \Google\Model class
206 class_alias(TargetHttpProxy::class, 'Google_Service_Compute_TargetHttpProxy');