class ProjectsLocationsApplicationsServices extends Resource (View source)

The "services" collection of methods.

Typical usage is:

 $appengineService = new Google\Service\Appengine(...);
 $services = $appengineService->projects_locations_applications_services;

Methods

get(string $projectsId, string $locationsId, string $applicationsId, string $servicesId, array $optParams = [])

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

listProjectsLocationsApplicationsServices(string $projectsId, string $locationsId, string $applicationsId, array $optParams = [])

Lists all the services in the application.

Details

Service get(string $projectsId, string $locationsId, string $applicationsId, string $servicesId, array $optParams = [])

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

Parameters

string $projectsId

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

string $locationsId

Part of name. See documentation of projectsId.

string $applicationsId

Part of name. See documentation of projectsId.

string $servicesId

Part of name. See documentation of projectsId.

array $optParams

Optional parameters.

Return Value

Service

ListServicesResponse listProjectsLocationsApplicationsServices(string $projectsId, string $locationsId, string $applicationsId, array $optParams = [])

Lists all the services in the application.

(services.listProjectsLocationsApplicationsServices)

Parameters

string $projectsId

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

string $locationsId

Part of parent. See documentation of projectsId.

string $applicationsId

Part of parent. See documentation of projectsId.

array $optParams

Optional parameters.

Return Value

ListServicesResponse