Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionUrlMaps.php23 use Google\Service\Compute\UrlMapList; alias
136 * @return UrlMapList
142 return $this->call('list', [$params], UrlMapList::class);
H A DUrlMaps.php23 use Google\Service\Compute\UrlMapList; alias
240 * @return UrlMapList
246 return $this->call('list', [$params], UrlMapList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DUrlMapList.php20 class UrlMapList extends \Google\Collection class
131 class_alias(UrlMapList::class, 'Google_Service_Compute_UrlMapList');