Home
last modified time | relevance | path

Searched refs:TargetPool (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetPoolsScopedList.php23 protected $targetPoolsType = TargetPool::class;
29 * @param TargetPool[]
36 * @return TargetPool[]
H A DTargetPoolList.php27 protected $itemsType = TargetPool::class;
59 * @param TargetPool[]
66 * @return TargetPool[]
H A DTargetPool.php20 class TargetPool extends \Google\Collection class
243 class_alias(TargetPool::class, 'Google_Service_Compute_TargetPool');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetPools.php22 use Google\Service\Compute\TargetPool; alias
191 * @return TargetPool
197 return $this->call('get', [$params], TargetPool::class);
223 * @param TargetPool $postBody
238 public function insert($project, $region, TargetPool $postBody, $optParams = [])