Skip to content

Commit db8d80e

Browse files
1 parent c541d45 commit db8d80e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Appengine/Resource/AppsLocations.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ public function get($appsId, $locationsId, $optParams = [])
4646
return $this->call('get', [$params], Location::class);
4747
}
4848
/**
49-
* Lists information about the supported locations for this service.
49+
* Lists information about the supported locations for this service. This method
50+
* can be called in two ways: List all public locations: Use the path GET
51+
* /v1/locations. List project-visible locations: Use the path GET
52+
* /v1/projects/{project_id}/locations. This may include public locations as
53+
* well as private or other locations specifically visible to the project.
5054
* (locations.listAppsLocations)
5155
*
5256
* @param string $appsId Part of `name`. The resource that owns the locations

0 commit comments

Comments
 (0)