You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/Networkconnectivity.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -461,7 +461,10 @@ public Get set(String parameterName, Object value) {
461
461
}
462
462
}
463
463
/**
464
-
* Lists information about the supported locations for this service.
464
+
* Lists information about the supported locations for this service. This method can be called in
465
+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
466
+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
467
+
* public locations as well as private or other locations specifically visible to the project.
465
468
*
466
469
* Create a request for the method "locations.list".
467
470
*
@@ -485,7 +488,10 @@ public class List extends NetworkconnectivityRequest<com.google.api.services.net
Copy file name to clipboardExpand all lines: clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/com/google/api/services/networkconnectivity/v1alpha1/Networkconnectivity.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
313
313
}
314
314
}
315
315
/**
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.
317
320
*
318
321
* Create a request for the method "locations.list".
319
322
*
@@ -337,7 +340,10 @@ public class List extends NetworkconnectivityRequest<com.google.api.services.net
0 commit comments