@@ -173,7 +173,8 @@ public DataTransferServiceStub getStub() {
173
173
* </code></pre>
174
174
*
175
175
* @param name Required. The field will contain name of the resource requested, for example:
176
- * `projects/{project_id}/dataSources/{data_source_id}`
176
+ * `projects/{project_id}/dataSources/{data_source_id}` or
177
+ * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`
177
178
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
178
179
*/
179
180
public final DataSource getDataSource (DataSourceName name ) {
@@ -197,7 +198,8 @@ public final DataSource getDataSource(DataSourceName name) {
197
198
* </code></pre>
198
199
*
199
200
* @param name Required. The field will contain name of the resource requested, for example:
200
- * `projects/{project_id}/dataSources/{data_source_id}`
201
+ * `projects/{project_id}/dataSources/{data_source_id}` or
202
+ * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`
201
203
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
202
204
*/
203
205
public final DataSource getDataSource (String name ) {
@@ -267,7 +269,7 @@ public final UnaryCallable<GetDataSourceRequest, DataSource> getDataSourceCallab
267
269
* </code></pre>
268
270
*
269
271
* @param parent Required. The BigQuery project id for which data sources should be returned. Must
270
- * be in the form: `projects/{project_id}`
272
+ * be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}
271
273
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
272
274
*/
273
275
public final ListDataSourcesPagedResponse listDataSources (ParentName parent ) {
@@ -294,7 +296,7 @@ public final ListDataSourcesPagedResponse listDataSources(ParentName parent) {
294
296
* </code></pre>
295
297
*
296
298
* @param parent Required. The BigQuery project id for which data sources should be returned. Must
297
- * be in the form: `projects/{project_id}`
299
+ * be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}
298
300
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
299
301
*/
300
302
public final ListDataSourcesPagedResponse listDataSources (String parent ) {
@@ -399,9 +401,9 @@ public final ListDataSourcesPagedResponse listDataSources(ListDataSourcesRequest
399
401
* </code></pre>
400
402
*
401
403
* @param parent Required. The BigQuery project id where the transfer configuration should be
402
- * created. Must be in the format projects/{project_id}/locations/{location_id} If specified
403
- * location and location of the destination bigquery dataset do not match - the request will
404
- * fail.
404
+ * created. Must be in the format projects/{project_id}/locations/{location_id} or
405
+ * projects/{project_id}. If specified location and location of the destination bigquery
406
+ * dataset do not match - the request will fail.
405
407
* @param transferConfig Required. Data transfer configuration to create.
406
408
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
407
409
*/
@@ -431,9 +433,9 @@ public final TransferConfig createTransferConfig(
431
433
* </code></pre>
432
434
*
433
435
* @param parent Required. The BigQuery project id where the transfer configuration should be
434
- * created. Must be in the format projects/{project_id}/locations/{location_id} If specified
435
- * location and location of the destination bigquery dataset do not match - the request will
436
- * fail.
436
+ * created. Must be in the format projects/{project_id}/locations/{location_id} or
437
+ * projects/{project_id}. If specified location and location of the destination bigquery
438
+ * dataset do not match - the request will fail.
437
439
* @param transferConfig Required. Data transfer configuration to create.
438
440
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
439
441
*/
@@ -590,7 +592,8 @@ public final TransferConfig updateTransferConfig(UpdateTransferConfigRequest req
590
592
* </code></pre>
591
593
*
592
594
* @param name Required. The field will contain name of the resource requested, for example:
593
- * `projects/{project_id}/transferConfigs/{config_id}`
595
+ * `projects/{project_id}/transferConfigs/{config_id}` or
596
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
594
597
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
595
598
*/
596
599
public final void deleteTransferConfig (TransferConfigName name ) {
@@ -616,7 +619,8 @@ public final void deleteTransferConfig(TransferConfigName name) {
616
619
* </code></pre>
617
620
*
618
621
* @param name Required. The field will contain name of the resource requested, for example:
619
- * `projects/{project_id}/transferConfigs/{config_id}`
622
+ * `projects/{project_id}/transferConfigs/{config_id}` or
623
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
620
624
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
621
625
*/
622
626
public final void deleteTransferConfig (String name ) {
@@ -685,7 +689,8 @@ public final UnaryCallable<DeleteTransferConfigRequest, Empty> deleteTransferCon
685
689
* </code></pre>
686
690
*
687
691
* @param name Required. The field will contain name of the resource requested, for example:
688
- * `projects/{project_id}/transferConfigs/{config_id}`
692
+ * `projects/{project_id}/transferConfigs/{config_id}` or
693
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
689
694
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
690
695
*/
691
696
public final TransferConfig getTransferConfig (TransferConfigName name ) {
@@ -711,7 +716,8 @@ public final TransferConfig getTransferConfig(TransferConfigName name) {
711
716
* </code></pre>
712
717
*
713
718
* @param name Required. The field will contain name of the resource requested, for example:
714
- * `projects/{project_id}/transferConfigs/{config_id}`
719
+ * `projects/{project_id}/transferConfigs/{config_id}` or
720
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
715
721
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
716
722
*/
717
723
public final TransferConfig getTransferConfig (String name ) {
@@ -781,7 +787,7 @@ public final UnaryCallable<GetTransferConfigRequest, TransferConfig> getTransfer
781
787
* </code></pre>
782
788
*
783
789
* @param parent Required. The BigQuery project id for which data sources should be returned:
784
- * `projects/{project_id}`.
790
+ * `projects/{project_id}` or `projects/{project_id}/locations/{location_id}`
785
791
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
786
792
*/
787
793
public final ListTransferConfigsPagedResponse listTransferConfigs (ParentName parent ) {
@@ -808,7 +814,7 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(ParentName par
808
814
* </code></pre>
809
815
*
810
816
* @param parent Required. The BigQuery project id for which data sources should be returned:
811
- * `projects/{project_id}`.
817
+ * `projects/{project_id}` or `projects/{project_id}/locations/{location_id}`
812
818
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
813
819
*/
814
820
public final ListTransferConfigsPagedResponse listTransferConfigs (String parent ) {
@@ -919,7 +925,8 @@ public final ListTransferConfigsPagedResponse listTransferConfigs(
919
925
* </code></pre>
920
926
*
921
927
* @param parent Required. Transfer configuration name in the form:
922
- * `projects/{project_id}/transferConfigs/{config_id}`.
928
+ * `projects/{project_id}/transferConfigs/{config_id}` or
929
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
923
930
* @param startTime Required. Start time of the range of transfer runs. For example,
924
931
* `"2017-05-25T00:00:00+00:00"`.
925
932
* @param endTime Required. End time of the range of transfer runs. For example,
@@ -957,7 +964,8 @@ public final ScheduleTransferRunsResponse scheduleTransferRuns(
957
964
* </code></pre>
958
965
*
959
966
* @param parent Required. Transfer configuration name in the form:
960
- * `projects/{project_id}/transferConfigs/{config_id}`.
967
+ * `projects/{project_id}/transferConfigs/{config_id}` or
968
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
961
969
* @param startTime Required. Start time of the range of transfer runs. For example,
962
970
* `"2017-05-25T00:00:00+00:00"`.
963
971
* @param endTime Required. End time of the range of transfer runs. For example,
@@ -1051,7 +1059,8 @@ public final ScheduleTransferRunsResponse scheduleTransferRuns(
1051
1059
* </code></pre>
1052
1060
*
1053
1061
* @param name Required. The field will contain name of the resource requested, for example:
1054
- * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
1062
+ * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
1063
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
1055
1064
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1056
1065
*/
1057
1066
public final TransferRun getTransferRun (RunName name ) {
@@ -1075,7 +1084,8 @@ public final TransferRun getTransferRun(RunName name) {
1075
1084
* </code></pre>
1076
1085
*
1077
1086
* @param name Required. The field will contain name of the resource requested, for example:
1078
- * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
1087
+ * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
1088
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
1079
1089
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1080
1090
*/
1081
1091
public final TransferRun getTransferRun (String name ) {
@@ -1143,7 +1153,8 @@ public final UnaryCallable<GetTransferRunRequest, TransferRun> getTransferRunCal
1143
1153
* </code></pre>
1144
1154
*
1145
1155
* @param name Required. The field will contain name of the resource requested, for example:
1146
- * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
1156
+ * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
1157
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
1147
1158
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1148
1159
*/
1149
1160
public final void deleteTransferRun (RunName name ) {
@@ -1169,7 +1180,8 @@ public final void deleteTransferRun(RunName name) {
1169
1180
* </code></pre>
1170
1181
*
1171
1182
* @param name Required. The field will contain name of the resource requested, for example:
1172
- * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
1183
+ * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
1184
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
1173
1185
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1174
1186
*/
1175
1187
public final void deleteTransferRun (String name ) {
@@ -1240,7 +1252,8 @@ public final UnaryCallable<DeleteTransferRunRequest, Empty> deleteTransferRunCal
1240
1252
*
1241
1253
* @param parent Required. Name of transfer configuration for which transfer runs should be
1242
1254
* retrieved. Format of transfer configuration resource name is:
1243
- * `projects/{project_id}/transferConfigs/{config_id}`.
1255
+ * `projects/{project_id}/transferConfigs/{config_id}` or
1256
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
1244
1257
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1245
1258
*/
1246
1259
public final ListTransferRunsPagedResponse listTransferRuns (TransferConfigName parent ) {
@@ -1268,7 +1281,8 @@ public final ListTransferRunsPagedResponse listTransferRuns(TransferConfigName p
1268
1281
*
1269
1282
* @param parent Required. Name of transfer configuration for which transfer runs should be
1270
1283
* retrieved. Format of transfer configuration resource name is:
1271
- * `projects/{project_id}/transferConfigs/{config_id}`.
1284
+ * `projects/{project_id}/transferConfigs/{config_id}` or
1285
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
1272
1286
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1273
1287
*/
1274
1288
public final ListTransferRunsPagedResponse listTransferRuns (String parent ) {
@@ -1375,7 +1389,8 @@ public final ListTransferRunsPagedResponse listTransferRuns(ListTransferRunsRequ
1375
1389
* </code></pre>
1376
1390
*
1377
1391
* @param parent Required. Transfer run name in the form:
1378
- * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.
1392
+ * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
1393
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
1379
1394
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1380
1395
*/
1381
1396
public final ListTransferLogsPagedResponse listTransferLogs (RunName parent ) {
@@ -1402,7 +1417,8 @@ public final ListTransferLogsPagedResponse listTransferLogs(RunName parent) {
1402
1417
* </code></pre>
1403
1418
*
1404
1419
* @param parent Required. Transfer run name in the form:
1405
- * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.
1420
+ * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
1421
+ * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
1406
1422
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1407
1423
*/
1408
1424
public final ListTransferLogsPagedResponse listTransferLogs (String parent ) {
@@ -1510,7 +1526,8 @@ public final ListTransferLogsPagedResponse listTransferLogs(ListTransferLogsRequ
1510
1526
* </code></pre>
1511
1527
*
1512
1528
* @param name Required. The data source in the form:
1513
- * `projects/{project_id}/dataSources/{data_source_id}`
1529
+ * `projects/{project_id}/dataSources/{data_source_id}` or
1530
+ * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`.
1514
1531
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1515
1532
*/
1516
1533
public final CheckValidCredsResponse checkValidCreds (DataSourceName name ) {
@@ -1537,7 +1554,8 @@ public final CheckValidCredsResponse checkValidCreds(DataSourceName name) {
1537
1554
* </code></pre>
1538
1555
*
1539
1556
* @param name Required. The data source in the form:
1540
- * `projects/{project_id}/dataSources/{data_source_id}`
1557
+ * `projects/{project_id}/dataSources/{data_source_id}` or
1558
+ * `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`.
1541
1559
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1542
1560
*/
1543
1561
public final CheckValidCredsResponse checkValidCreds (String name ) {
0 commit comments