Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
H A DAccountsChannelPartnerLinks.php20 use Google\Service\Cloudchannel\GoogleCloudChannelV1ChannelPartnerLink; alias
53 * @param GoogleCloudChannelV1ChannelPartnerLink $postBody
55 * @return GoogleCloudChannelV1ChannelPartnerLink
57 public function create($parent, GoogleCloudChannelV1ChannelPartnerLink $postBody, $optParams = [])
61 return $this->call('create', [$params], GoogleCloudChannelV1ChannelPartnerLink::class);
80 * @return GoogleCloudChannelV1ChannelPartnerLink
86 return $this->call('get', [$params], GoogleCloudChannelV1ChannelPartnerLink::class);
138 * @return GoogleCloudChannelV1ChannelPartnerLink
144 return $this->call('patch', [$params], GoogleCloudChannelV1ChannelPartnerLink::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1UpdateChannelPartnerLinkRequest.php22 protected $channelPartnerLinkType = GoogleCloudChannelV1ChannelPartnerLink::class;
30 * @param GoogleCloudChannelV1ChannelPartnerLink
32 public function setChannelPartnerLink(GoogleCloudChannelV1ChannelPartnerLink $channelPartnerLink)
37 * @return GoogleCloudChannelV1ChannelPartnerLink
H A DGoogleCloudChannelV1ListChannelPartnerLinksResponse.php23 protected $channelPartnerLinksType = GoogleCloudChannelV1ChannelPartnerLink::class;
31 * @param GoogleCloudChannelV1ChannelPartnerLink[]
38 * @return GoogleCloudChannelV1ChannelPartnerLink[]
H A DGoogleCloudChannelV1ChannelPartnerLink.php20 class GoogleCloudChannelV1ChannelPartnerLink extends \Google\Model class
168 class_alias(GoogleCloudChannelV1ChannelPartnerLink::class, 'Google_Service_Cloudchannel_GoogleCloud…