Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalOrganizationOperations.php21 use Google\Service\Compute\OperationList; alias
110 * @return OperationList
116 return $this->call('list', [$params], OperationList::class);
H A DRegionOperations.php21 use Google\Service\Compute\OperationList; alias
111 * @return OperationList
117 return $this->call('list', [$params], OperationList::class);
H A DZoneOperations.php21 use Google\Service\Compute\OperationList; alias
111 * @return OperationList
117 return $this->call('list', [$params], OperationList::class);
H A DGlobalOperations.php22 use Google\Service\Compute\OperationList; alias
168 * @return OperationList
174 return $this->call('list', [$params], OperationList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperationList.php20 class OperationList extends \Google\Collection class
131 class_alias(OperationList::class, 'Google_Service_Compute_OperationList');