Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DInterconnectAttachments.php20 use Google\Service\Compute\InterconnectAttachment; alias
132 * @return InterconnectAttachment
138 return $this->call('get', [$params], InterconnectAttachment::class);
146 * @param InterconnectAttachment $postBody
162 public function insert($project, $region, InterconnectAttachment $postBody, $optParams = [])
232 * @param InterconnectAttachment $postBody
247 …public function patch($project, $region, $interconnectAttachment, InterconnectAttachment $postBody…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectAttachmentsScopedList.php23 protected $interconnectAttachmentsType = InterconnectAttachment::class;
29 * @param InterconnectAttachment[]
36 * @return InterconnectAttachment[]
H A DInterconnectAttachmentList.php27 protected $itemsType = InterconnectAttachment::class;
59 * @param InterconnectAttachment[]
66 * @return InterconnectAttachment[]
H A DInterconnectAttachment.php20 class InterconnectAttachment extends \Google\Collection class
653 class_alias(InterconnectAttachment::class, 'Google_Service_Compute_InterconnectAttachment');