@@ -103,7 +103,7 @@ public class Baremetalsolution extends com.google.api.client.googleapis.services
103103 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104 * <li>Android: {@code newCompatibleTransport} from
105105 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106- * <li>Java: {@link com.google.api.client.googleapis .javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+ * <li>Java: {@code com.google.api.client.http .javanet.NetHttpTransport}</li>
107107 * </li>
108108 * </ul>
109109 * @param jsonFactory JSON factory, which may be:
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
313313 }
314314 }
315315 /**
316- * Lists information about the supported locations for this service.
316+ * Lists information about the supported locations for this service. This method can be called in
317+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
318+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
319+ * public locations as well as private or other locations specifically visible to the project.
317320 *
318321 * Create a request for the method "locations.list".
319322 *
@@ -337,7 +340,10 @@ public class List extends BaremetalsolutionRequest<com.google.api.services.barem
337340 java .util .regex .Pattern .compile ("^projects/[^/]+$" );
338341
339342 /**
340- * Lists information about the supported locations for this service.
343+ * Lists information about the supported locations for this service. This method can be called in
344+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
345+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
346+ * public locations as well as private or other locations specifically visible to the project.
341347 *
342348 * Create a request for the method "locations.list".
343349 *
@@ -8251,8 +8257,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
82518257 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
82528258 * <li>Android: {@code newCompatibleTransport} from
82538259 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
8254- * <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
8255- * </li>
8260+ * <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
82568261 * </ul>
82578262 * @param jsonFactory JSON factory, which may be:
82588263 * <ul>
0 commit comments