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

get(string $name, array $optParams = [])

Gets a Discovered Service in a host project and location.

listProjectsLocationsDiscoveredServices(string $parent, array $optParams = [])

Lists Discovered Services that can be added to an Application in a host project and location.

lookup(string $parent, array $optParams = [])

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)

Parameters

string $name

Required. Fully qualified name of the Discovered Service to fetch. Expected format: projects/{project}/locations/{location}/discovere dServices/{discoveredService}.

array $optParams

Optional parameters.

Return Value

DiscoveredService

Exceptions

Exception

ListDiscoveredServicesResponse listProjectsLocationsDiscoveredServices(string $parent, array $optParams = [])

Lists Discovered Services that can be added to an Application in a host project and location.

(discoveredServices.listProjectsLocationsDiscoveredServices)

Parameters

string $parent

Required. Project and location to list Discovered Services on. Expected format: projects/{project}/locations/{location}.

array $optParams

Optional parameters.

Return Value

ListDiscoveredServicesResponse

Exceptions

Exception

LookupDiscoveredServiceResponse lookup(string $parent, array $optParams = [])

Lists a Discovered Service in a host project and location, with a given resource URI. (discoveredServices.lookup)

Parameters

string $parent

Required. Host project ID and location to lookup Discovered Service in. Expected format: projects/{project}/locations/{location}.

array $optParams

Optional parameters.

Return Value

LookupDiscoveredServiceResponse

Exceptions

Exception