Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalPublicDelegatedPrefixes.php22 use Google\Service\Compute\PublicDelegatedPrefixList; alias
150 * @return PublicDelegatedPrefixList
156 return $this->call('list', [$params], PublicDelegatedPrefixList::class);
H A DPublicDelegatedPrefixes.php23 use Google\Service\Compute\PublicDelegatedPrefixList; alias
216 * @return PublicDelegatedPrefixList
222 return $this->call('list', [$params], PublicDelegatedPrefixList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPublicDelegatedPrefixList.php20 class PublicDelegatedPrefixList extends \Google\Collection class
131 class_alias(PublicDelegatedPrefixList::class, 'Google_Service_Compute_PublicDelegatedPrefixList');