Lines Matching full:services

29  * The "services" collection of methods.
33 * $services = $serviceusageService->services;
36 class Services extends \Google\Service\Resource class
39 * Enable multiple services on a project. The operation is atomic: if enabling
42 * (services.batchEnable)
44 * @param string $parent Parent to enable services on. An example name would be:
59 * services. (services.batchGet)
61 * @param string $parent Parent to retrieve services from. If this is set, the
62 * parent of all of the services specified in `names` must match this field. An
67 * @opt_param string names Names of the services to retrieve. An example name
68 * would be: `projects/123/services/serviceusage.googleapis.com` where `123` is
69 * the project number. A single request can get a maximum of 30 services at a
84 * if the target service is not currently enabled. (services.disable)
88 * example name would be: `projects/123/services/serviceusage.googleapis.com`
101 * Enable a service so that it can be used with a project. (services.enable)
107 * `projects/123/services/serviceusage.googleapis.com` where `123` is the
121 * (services.get)
125 * `projects/123/services/serviceusage.googleapis.com` where `123` is the
137 * List all services available to the specified project, and the current state
138 * of those services with respect to the project. The list includes all public
139 * services, all services for which the calling user has the
140 * `servicemanagement.services.bind` permission, and all services that have
142 * services in a specific state, for example to only include services enabled on
143 * the project. WARNING: If you need to query enabled services frequently or
146 * higher throughput and richer filtering capability. (services.listServices)
148 * @param string $parent Parent to search for services on. An example name would
152 * @opt_param string filter Only list services that conform to the given filter.
169 class_alias(Services::class, 'Google_Service_ServiceUsage_Resource_Services');