Searched refs:GoogleCloudChannelV1Customer (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/ |
H A D | AccountsChannelPartnerLinksCustomers.php | 20 use Google\Service\Cloudchannel\GoogleCloudChannelV1Customer; alias 45 * @param GoogleCloudChannelV1Customer $postBody 47 * @return GoogleCloudChannelV1Customer 53 return $this->call('create', [$params], GoogleCloudChannelV1Customer::class); 83 * @return GoogleCloudChannelV1Customer 89 return $this->call('get', [$params], GoogleCloudChannelV1Customer::class); 108 * @return GoogleCloudChannelV1Customer 114 return $this->call('import', [$params], GoogleCloudChannelV1Customer::class); 156 * @param GoogleCloudChannelV1Customer $postBody 161 * @return GoogleCloudChannelV1Customer [all …]
|
H A D | AccountsCustomers.php | 20 use Google\Service\Cloudchannel\GoogleCloudChannelV1Customer; alias 51 * @param GoogleCloudChannelV1Customer $postBody 53 * @return GoogleCloudChannelV1Customer 59 return $this->call('create', [$params], GoogleCloudChannelV1Customer::class); 89 * @return GoogleCloudChannelV1Customer 95 return $this->call('get', [$params], GoogleCloudChannelV1Customer::class); 114 * @return GoogleCloudChannelV1Customer 120 return $this->call('import', [$params], GoogleCloudChannelV1Customer::class); 232 * @param GoogleCloudChannelV1Customer $postBody 237 * @return GoogleCloudChannelV1Customer [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/ |
H A D | GoogleCloudChannelV1ListCustomersResponse.php | 23 protected $customersType = GoogleCloudChannelV1Customer::class; 31 * @param GoogleCloudChannelV1Customer[] 38 * @return GoogleCloudChannelV1Customer[]
|
H A D | GoogleCloudChannelV1Customer.php | 20 class GoogleCloudChannelV1Customer extends \Google\Model class 236 class_alias(GoogleCloudChannelV1Customer::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1C…
|