Skip to content

Commit 409ec48

Browse files
1 parent 302b842 commit 409ec48

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

src/APIhub/Resource/ProjectsLocations.php

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,22 @@ public function get($name, $optParams = [])
7070
/**
7171
* Lists information about the supported locations for this service. This method
7272
* lists locations based on the resource scope provided in the
73-
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
74-
* empty, the method lists the public locations available to all projects. *
75-
* **Project-specific locations**: If `name` follows the format
76-
* `projects/{project}`, the method lists locations visible to that specific
77-
* project. This includes public, private, or other project-specific locations
78-
* enabled for the project. For gRPC and client library implementations, the
79-
* resource name is passed as the `name` field. For direct service calls, the
80-
* resource name is incorporated into the request path based on the specific
81-
* service implementation and version. (locations.listProjectsLocations)
73+
* ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
74+
* the method lists the public locations available to all projects. * **Project-
75+
* specific locations**: If `name` follows the format `projects/{project}`, the
76+
* method lists locations visible to that specific project. This includes
77+
* public, private, or other project-specific locations enabled for the project.
78+
* For gRPC and client library implementations, the resource name is passed as
79+
* the `name` field. For direct service calls, the resource name is incorporated
80+
* into the request path based on the specific service implementation and
81+
* version. (locations.listProjectsLocations)
8282
*
8383
* @param string $name The resource that owns the locations collection, if
8484
* applicable.
8585
* @param array $optParams Optional parameters.
8686
*
87-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
88-
* unsupported and is ignored unless explicitly documented otherwise. This is
89-
* primarily for internal usage.
87+
* @opt_param string extraLocationTypes Optional. Do not use this field unless
88+
* explicitly documented otherwise. This is primarily for internal usage.
9089
* @opt_param string filter A filter to narrow down results to a preferred
9190
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
9291
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).

0 commit comments

Comments
 (0)