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)

patch(string $appsId, string $servicesId, Service $postBody, array $optParams = [])

Updates the configuration of the specified service. (services.patch)

Details

Operation delete(string $appsId, string $servicesId, array $optParams = [])

Deletes the specified service and all enclosed versions. (services.delete)

Parameters

string $appsId

Part of name. Name of the resource requested. Example: apps/myapp/services/default.

string $servicesId

Part of name. See documentation of appsId.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Service get(string $appsId, string $servicesId, array $optParams = [])

Gets the current configuration of the specified service. (services.get)

Parameters

string $appsId

Part of name. Name of the resource requested. Example: apps/myapp/services/default.

string $servicesId

Part of name. See documentation of appsId.

array $optParams

Optional parameters.

Return Value

Service

Exceptions

Exception

ListServicesResponse listAppsServices(string $appsId, array $optParams = [])

Lists all the services in the application. (services.listAppsServices)

Parameters

string $appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

array $optParams

Optional parameters.

Return Value

ListServicesResponse

Exceptions

Exception

Operation patch(string $appsId, string $servicesId, Service $postBody, array $optParams = [])

Updates the configuration of the specified service. (services.patch)

Parameters

string $appsId

Part of name. Name of the resource to update. Example: apps/myapp/services/default.

string $servicesId

Part of name. See documentation of appsId.

Service $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception