Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionBackendServices.php20 use Google\Service\Compute\BackendService; alias
71 * @return BackendService
77 return $this->call('get', [$params], BackendService::class);
104 * @param BackendService $postBody
119 public function insert($project, $region, BackendService $postBody, $optParams = [])
190 * @param BackendService $postBody
205 …public function patch($project, $region, $backendService, BackendService $postBody, $optParams = […
219 * @param BackendService $postBody
234 …public function update($project, $region, $backendService, BackendService $postBody, $optParams = …
H A DBackendServices.php20 use Google\Service\Compute\BackendService; alias
188 * @return BackendService
194 return $this->call('get', [$params], BackendService::class);
220 * @param BackendService $postBody
235 public function insert($project, BackendService $postBody, $optParams = [])
303 * @param BackendService $postBody
318 public function patch($project, $backendService, BackendService $postBody, $optParams = [])
388 * @param BackendService $postBody
403 public function update($project, $backendService, BackendService $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackendServicesScopedList.php23 protected $backendServicesType = BackendService::class;
29 * @param BackendService[]
36 * @return BackendService[]
H A DBackendServiceList.php27 protected $itemsType = BackendService::class;
59 * @param BackendService[]
66 * @return BackendService[]
H A DBackendService.php20 class BackendService extends \Google\Collection class
665 class_alias(BackendService::class, 'Google_Service_Compute_BackendService');