Skip to content

Commit e85e2aa

Browse files
1 parent 1847e1f commit e85e2aa

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

src/GKEOnPrem/Resource/ProjectsLocations.php

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,22 @@ public function get($name, $optParams = [])
4747
/**
4848
* Lists information about the supported locations for this service. This method
4949
* lists locations based on the resource scope provided in the
50-
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
51-
* empty, the method lists the public locations available to all projects. *
52-
* **Project-specific locations**: If `name` follows the format
53-
* `projects/{project}`, the method lists locations visible to that specific
54-
* project. This includes public, private, or other project-specific locations
55-
* enabled for the project. For gRPC and client library implementations, the
56-
* resource name is passed as the `name` field. For direct service calls, the
57-
* resource name is incorporated into the request path based on the specific
58-
* service implementation and version. (locations.listProjectsLocations)
50+
* ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
51+
* the method lists the public locations available to all projects. * **Project-
52+
* specific locations**: If `name` follows the format `projects/{project}`, the
53+
* method lists locations visible to that specific project. This includes
54+
* public, private, or other project-specific locations enabled for the project.
55+
* For gRPC and client library implementations, the resource name is passed as
56+
* the `name` field. For direct service calls, the resource name is incorporated
57+
* into the request path based on the specific service implementation and
58+
* version. (locations.listProjectsLocations)
5959
*
6060
* @param string $name The resource that owns the locations collection, if
6161
* applicable.
6262
* @param array $optParams Optional parameters.
6363
*
64-
* @opt_param string extraLocationTypes Optional. Do not use this field. It is
65-
* unsupported and is ignored unless explicitly documented otherwise. This is
66-
* primarily for internal usage.
64+
* @opt_param string extraLocationTypes Optional. Do not use this field unless
65+
* explicitly documented otherwise. This is primarily for internal usage.
6766
* @opt_param string filter A filter to narrow down results to a preferred
6867
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
6968
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).

0 commit comments

Comments
 (0)