@@ -312,7 +312,14 @@ public Get set(String parameterName, Object value) {
312312 }
313313 }
314314 /**
315- * Lists information about the supported locations for this service.
315+ * Lists information about the supported locations for this service. This method lists locations
316+ * based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+ * locations**: If `name` is empty, the method lists the public locations available to all projects.
318+ * * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+ * lists locations visible to that specific project. This includes public, private, or other
320+ * project-specific locations enabled for the project. For gRPC and client library implementations,
321+ * the resource name is passed as the `name` field. For direct service calls, the resource name is
322+ * incorporated into the request path based on the specific service implementation and version.
316323 *
317324 * Create a request for the method "locations.list".
318325 *
@@ -336,7 +343,15 @@ public class List extends IDSRequest<com.google.api.services.ids.v1.model.ListLo
336343 java .util .regex .Pattern .compile ("^projects/[^/]+$" );
337344
338345 /**
339- * Lists information about the supported locations for this service.
346+ * Lists information about the supported locations for this service. This method lists locations
347+ * based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+ * locations**: If `name` is empty, the method lists the public locations available to all
349+ * projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+ * the method lists locations visible to that specific project. This includes public, private, or
351+ * other project-specific locations enabled for the project. For gRPC and client library
352+ * implementations, the resource name is passed as the `name` field. For direct service calls, the
353+ * resource name is incorporated into the request path based on the specific service
354+ * implementation and version.
340355 *
341356 * Create a request for the method "locations.list".
342357 *
0 commit comments