Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DServiceAttachments.php23 use Google\Service\Compute\ServiceAttachment; alias
137 * @return ServiceAttachment
143 return $this->call('get', [$params], ServiceAttachment::class);
169 * @param ServiceAttachment $postBody
184 public function insert($project, $region, ServiceAttachment $postBody, $optParams = [])
256 * @param ServiceAttachment $postBody
271 …public function patch($project, $region, $serviceAttachment, ServiceAttachment $postBody, $optPara…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DServiceAttachmentsScopedList.php23 protected $serviceAttachmentsType = ServiceAttachment::class;
29 * @param ServiceAttachment[]
36 * @return ServiceAttachment[]
H A DServiceAttachmentList.php27 protected $itemsType = ServiceAttachment::class;
59 * @param ServiceAttachment[]
66 * @return ServiceAttachment[]
H A DServiceAttachment.php20 class ServiceAttachment extends \Google\Collection class
345 class_alias(ServiceAttachment::class, 'Google_Service_Compute_ServiceAttachment');