ProjectsLocationsApplicationsServices
class ProjectsLocationsApplicationsServices extends Resource (View source)
The "services" collection of methods.
Typical usage is:
$apphubService = new Google\Service\AppHub(...);
$services = $apphubService->projects_locations_applications_services;
Methods
delete(string $name, array $optParams = [])
Deletes a Service from an Application. (services.delete)
listProjectsLocationsApplicationsServices(string $parent, array $optParams = [])
Lists Services in an Application.
Details
Operation
create(string $parent, Service $postBody, array $optParams = [])
Creates a Service in an Application. (services.create)
Operation
delete(string $name, array $optParams = [])
Deletes a Service from an Application. (services.delete)
Service
get(string $name, array $optParams = [])
Gets a Service in an Application. (services.get)
ListServicesResponse
listProjectsLocationsApplicationsServices(string $parent, array $optParams = [])
Lists Services in an Application.
(services.listProjectsLocationsApplicationsServices)