File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class Relation extends \Google\Collection
7575 * Optional. The connection specifying the credentials to be used to read and
7676 * write to external storage, such as Cloud Storage. The connection can have
7777 * the form `{project}.{location}.{connection_id}` or
78- * `projects/{project}/locations/{location}/connections/{connection_id}" , or
78+ * `projects/{project}/locations/{location}/connections/{connection_id}` , or
7979 * be set to DEFAULT.
8080 *
8181 * @var string
@@ -202,7 +202,7 @@ public function getClusterExpressions()
202202 * Optional. The connection specifying the credentials to be used to read and
203203 * write to external storage, such as Cloud Storage. The connection can have
204204 * the form `{project}.{location}.{connection_id}` or
205- * `projects/{project}/locations/{location}/connections/{connection_id}" , or
205+ * `projects/{project}/locations/{location}/connections/{connection_id}` , or
206206 * be set to DEFAULT.
207207 *
208208 * @param string $connection
Original file line number Diff line number Diff line change @@ -60,7 +60,11 @@ public function getConfig($name, $optParams = [])
6060 return $ this ->call ('getConfig ' , [$ params ], Config::class);
6161 }
6262 /**
63- * Lists information about the supported locations for this service.
63+ * Lists information about the supported locations for this service. This method
64+ * can be called in two ways: * **List all public locations:** Use the path `GET
65+ * /v1/locations`. * **List project-visible locations:** Use the path `GET
66+ * /v1/projects/{project_id}/locations`. This may include public locations as
67+ * well as private or other locations specifically visible to the project.
6468 * (locations.listProjectsLocations)
6569 *
6670 * @param string $name The resource that owns the locations collection, if
You can’t perform that action at this time.
0 commit comments