Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionTargetHttpProxies.php22 use Google\Service\Compute\TargetHttpProxyList; alias
156 * @return TargetHttpProxyList
162 return $this->call('list', [$params], TargetHttpProxyList::class);
H A DTargetHttpProxies.php23 use Google\Service\Compute\TargetHttpProxyList; alias
211 * @return TargetHttpProxyList
217 return $this->call('list', [$params], TargetHttpProxyList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetHttpProxyList.php20 class TargetHttpProxyList extends \Google\Collection class
131 class_alias(TargetHttpProxyList::class, 'Google_Service_Compute_TargetHttpProxyList');