ProjectsLocationsApplicationsServices
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)
ListServicesResponse
listProjectsLocationsApplicationsServices(string $projectsId, string $locationsId, string $applicationsId, array $optParams = [])
Lists all the services in the application.
(services.listProjectsLocationsApplicationsServices)