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-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/BigQueryDataTransfer.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1127,7 +1127,10 @@ public Get set(String parameterName, Object value) {
1127
1127
}
1128
1128
}
1129
1129
/**
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.
1131
1134
*
1132
1135
* Create a request for the method "locations.list".
1133
1136
*
@@ -1151,7 +1154,10 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
0 commit comments