Home
last modified time | relevance | path

Searched refs:ConsumerConfig (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DUpdateConsumerConfigRequest.php22 protected $consumerConfigType = ConsumerConfig::class;
26 * @param ConsumerConfig
28 public function setConsumerConfig(ConsumerConfig $consumerConfig)
33 * @return ConsumerConfig
H A DConsumerConfig.php20 class ConsumerConfig extends \Google\Collection class
223 class_alias(ConsumerConfig::class, 'Google_Service_ServiceNetworking_ConsumerConfig');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesProjectsServicenetworkingGlobalNetworks.php20 use Google\Service\ServiceNetworking\ConsumerConfig; alias
47 * @return ConsumerConfig
53 return $this->call('get', [$params], ConsumerConfig::class);