Skip to content

Commit 09e9e85

Browse files
Regenerate cloudscheduler client
1 parent 65550d5 commit 09e9e85

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/CloudScheduler/Resource/ProjectsLocations.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ public function getCmekConfig($name, $optParams = [])
6262
return $this->call('getCmekConfig', [$params], CmekConfig::class);
6363
}
6464
/**
65-
* Lists information about the supported locations for this service.
65+
* Lists information about the supported locations for this service. This method
66+
* can be called in two ways: * **List all public locations:** Use the path `GET
67+
* /v1/locations`. * **List project-visible locations:** Use the path `GET
68+
* /v1/projects/{project_id}/locations`. This may include public locations as
69+
* well as private or other locations specifically visible to the project.
6670
* (locations.listProjectsLocations)
6771
*
6872
* @param string $name The resource that owns the locations collection, if

0 commit comments

Comments
 (0)