@@ -46,11 +46,16 @@ public function get($appsId, $locationsId, $optParams = [])
4646 return $ this ->call ('get ' , [$ params ], Location::class);
4747 }
4848 /**
49- * Lists information about the supported locations for this service. This method
50- * can be called in two ways: List all public locations: Use the path GET
51- * /v1/locations. List project-visible locations: Use the path GET
52- * /v1/projects/{project_id}/locations. This may include public locations as
53- * well as private or other locations specifically visible to the project.
49+ * Lists information about the supported locations for this service.This method
50+ * lists locations based on the resource scope provided in the
51+ * ListLocationsRequest.name field: Global locations: If name is empty, the
52+ * method lists the public locations available to all projects. Project-specific
53+ * locations: If name follows the format projects/{project}, the method lists
54+ * locations visible to that specific project. This includes public, private, or
55+ * other project-specific locations enabled for the project.For gRPC and client
56+ * library implementations, the resource name is passed as the name field. For
57+ * direct service calls, the resource name is incorporated into the request path
58+ * based on the specific service implementation and version.
5459 * (locations.listAppsLocations)
5560 *
5661 * @param string $appsId Part of `name`. The resource that owns the locations
0 commit comments