File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/BigQueryDataTransfer/Resource Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,11 @@ public function get($name, $optParams = [])
7171 return $ this ->call ('get ' , [$ params ], Location::class);
7272 }
7373 /**
74- * Lists information about the supported locations for this service.
74+ * Lists information about the supported locations for this service. This method
75+ * can be called in two ways: * **List all public locations:** Use the path `GET
76+ * /v1/locations`. * **List project-visible locations:** Use the path `GET
77+ * /v1/projects/{project_id}/locations`. This may include public locations as
78+ * well as private or other locations specifically visible to the project.
7579 * (locations.listProjectsLocations)
7680 *
7781 * @param string $name The resource that owns the locations collection, if
You can’t perform that action at this time.
0 commit comments