Skip to content

Commit aea2668

Browse files
1 parent f2b779f commit aea2668

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/APIhub/Resource/ProjectsLocations.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ public function get($name, $optParams = [])
6868
return $this->call('get', [$params], GoogleCloudLocationLocation::class);
6969
}
7070
/**
71-
* Lists information about the supported locations for this service.
71+
* Lists information about the supported locations for this service. This method
72+
* can be called in two ways: * **List all public locations:** Use the path `GET
73+
* /v1/locations`. * **List project-visible locations:** Use the path `GET
74+
* /v1/projects/{project_id}/locations`. This may include public locations as
75+
* well as private or other locations specifically visible to the project.
7276
* (locations.listProjectsLocations)
7377
*
7478
* @param string $name The resource that owns the locations collection, if

0 commit comments

Comments
 (0)