Home
last modified time | relevance | path

Searched refs:GoogleApiServiceusageV1Service (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DEnableServiceResponse.php22 protected $serviceType = GoogleApiServiceusageV1Service::class;
26 * @param GoogleApiServiceusageV1Service
28 public function setService(GoogleApiServiceusageV1Service $service)
33 * @return GoogleApiServiceusageV1Service
H A DDisableServiceResponse.php22 protected $serviceType = GoogleApiServiceusageV1Service::class;
26 * @param GoogleApiServiceusageV1Service
28 public function setService(GoogleApiServiceusageV1Service $service)
33 * @return GoogleApiServiceusageV1Service
H A DBatchGetServicesResponse.php23 protected $servicesType = GoogleApiServiceusageV1Service::class;
27 * @param GoogleApiServiceusageV1Service[]
34 * @return GoogleApiServiceusageV1Service[]
H A DListServicesResponse.php27 protected $servicesType = GoogleApiServiceusageV1Service::class;
45 * @param GoogleApiServiceusageV1Service[]
52 * @return GoogleApiServiceusageV1Service[]
H A DBatchEnableServicesResponse.php25 protected $servicesType = GoogleApiServiceusageV1Service::class;
43 * @param GoogleApiServiceusageV1Service[]
50 * @return GoogleApiServiceusageV1Service[]
H A DGoogleApiServiceusageV1Service.php20 class GoogleApiServiceusageV1Service extends \Google\Model class
96 class_alias(GoogleApiServiceusageV1Service::class, 'Google_Service_ServiceUsage_GoogleApiServiceusa…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/Resource/
H A DServices.php24 use Google\Service\ServiceUsage\GoogleApiServiceusageV1Service; alias
128 * @return GoogleApiServiceusageV1Service
134 return $this->call('get', [$params], GoogleApiServiceusageV1Service::class);