ProjectsLocationsDiscoveredServices
class ProjectsLocationsDiscoveredServices extends Resource (View source)
The "discoveredServices" collection of methods.
Typical usage is:
$apphubService = new Google\Service\AppHub(...);
$discoveredServices = $apphubService->projects_locations_discoveredServices;
Methods
Gets a Discovered Service in a host project and location.
Lists Discovered Services that can be added to an Application in a host project and location.
Lists a Discovered Service in a host project and location, with a given resource URI. (discoveredServices.lookup)
Details
DiscoveredService
get(string $name, array $optParams = [])
Gets a Discovered Service in a host project and location.
(discoveredServices.get)
ListDiscoveredServicesResponse
listProjectsLocationsDiscoveredServices(string $parent, array $optParams = [])
Lists Discovered Services that can be added to an Application in a host project and location.
(discoveredServices.listProjectsLocationsDiscoveredServices)
LookupDiscoveredServiceResponse
lookup(string $parent, array $optParams = [])
Lists a Discovered Service in a host project and location, with a given resource URI. (discoveredServices.lookup)