Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalForwardingRules.php21 use Google\Service\Compute\ForwardingRuleList; alias
149 * @return ForwardingRuleList
155 return $this->call('list', [$params], ForwardingRuleList::class);
H A DForwardingRules.php22 use Google\Service\Compute\ForwardingRuleList; alias
213 * @return ForwardingRuleList
219 return $this->call('list', [$params], ForwardingRuleList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DForwardingRuleList.php20 class ForwardingRuleList extends \Google\Collection class
131 class_alias(ForwardingRuleList::class, 'Google_Service_Compute_ForwardingRuleList');