@@ -103,7 +103,7 @@ public class BigQueryDataTransfer extends com.google.api.client.googleapis.servi
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:
@@ -1127,7 +1127,10 @@ public Get set(String parameterName, Object value) {
11271127 }
11281128 }
11291129 /**
1130- * Lists information about the supported locations for this service.
1130+ * Lists information about the supported locations for this service. This method can be called in
1131+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
1132+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
1133+ * public locations as well as private or other locations specifically visible to the project.
11311134 *
11321135 * Create a request for the method "locations.list".
11331136 *
@@ -1151,7 +1154,10 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
11511154 java .util .regex .Pattern .compile ("^projects/[^/]+$" );
11521155
11531156 /**
1154- * Lists information about the supported locations for this service.
1157+ * Lists information about the supported locations for this service. This method can be called in
1158+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
1159+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
1160+ * public locations as well as private or other locations specifically visible to the project.
11551161 *
11561162 * Create a request for the method "locations.list".
11571163 *
@@ -6623,8 +6629,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
66236629 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
66246630 * <li>Android: {@code newCompatibleTransport} from
66256631 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
6626- * <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
6627- * </li>
6632+ * <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
66286633 * </ul>
66296634 * @param jsonFactory JSON factory, which may be:
66306635 * <ul>
0 commit comments