ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$apphubService = new Google\Service\AppHub(...);
$locations = $apphubService->projects_locations;
Methods
Detaches a service project from a host project. You can call this API from any service project without needing access to the host project that it is attached to. (locations.detachServiceProjectAttachment)
Gets information about a location. (locations.get)
Lists information about the supported locations for this service.
Lists a service project attachment for a given service project. You can call this API from any project to find if it is attached to a host project.
Details
DetachServiceProjectAttachmentResponse
detachServiceProjectAttachment(string $name, DetachServiceProjectAttachmentRequest $postBody, array $optParams = [])
Detaches a service project from a host project. You can call this API from any service project without needing access to the host project that it is attached to. (locations.detachServiceProjectAttachment)
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)
LookupServiceProjectAttachmentResponse
lookupServiceProjectAttachment(string $name, array $optParams = [])
Lists a service project attachment for a given service project. You can call this API from any project to find if it is attached to a host project.
(locations.lookupServiceProjectAttachment)