AppsServices
class AppsServices extends Resource (View source)
The "services" collection of methods.
Typical usage is:
$appengineService = new Google\Service\Appengine(...);
$services = $appengineService->apps_services;
Methods
delete(string $appsId, string $servicesId, array $optParams = [])
Deletes the specified service and all enclosed versions. (services.delete)
get(string $appsId, string $servicesId, array $optParams = [])
Gets the current configuration of the specified service. (services.get)
listAppsServices(string $appsId, array $optParams = [])
Lists all the services in the application. (services.listAppsServices)
Details
Operation
delete(string $appsId, string $servicesId, array $optParams = [])
Deletes the specified service and all enclosed versions. (services.delete)
Service
get(string $appsId, string $servicesId, array $optParams = [])
Gets the current configuration of the specified service. (services.get)
ListServicesResponse
listAppsServices(string $appsId, array $optParams = [])
Lists all the services in the application. (services.listAppsServices)