Skip to content

Commit 0dd791d

Browse files
1 parent 3879872 commit 0dd791d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/Dataform/Relation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/Dataform/Resource/ProjectsLocations.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)