google-apis-bigquerydatatransfer_v1 0.43.0 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/bigquerydatatransfer_v1/gem_version.rb +3 -3
- data/lib/google/apis/bigquerydatatransfer_v1/service.rb +131 -73
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61b6034c178ba6454bfccfb018352264b5aafe2be79ea69eabbd6796343bf709
|
4
|
+
data.tar.gz: cb6f4536ba3718a7103bfeb2c23a90e365d833b6b892a2ea6ebe45384f0e9c1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc00d2347ecacba05f7b23cc6bad91263eaeb6270243a0a3aaf268d71fa6b2e00d202e63d838d49a254e93598938cb4425c69d1b6f17dddc4c100c725a1b3ccd
|
7
|
+
data.tar.gz: 9837734c2544dee5c446e92b8136e714c4fb75898d8fd5a6bc10f634900c05e58d97def9aa2fc4d5e600ad590008ee3a6b7b13805144c814614875fc8fe4af71
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-bigquerydatatransfer_v1
|
2
2
|
|
3
|
+
### v0.45.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250423
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
8
|
+
### v0.44.0 (2025-04-20)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250326
|
11
|
+
* Regenerated using generator version 0.16.0
|
12
|
+
|
3
13
|
### v0.43.0 (2024-09-22)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20240914
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/bigquery-transfer/) may pro
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BigquerydatatransferV1
|
18
18
|
# Version of the google-apis-bigquerydatatransfer_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -94,9 +94,11 @@ module Google
|
|
94
94
|
# Returns true if valid credentials exist for the given data source and
|
95
95
|
# requesting user.
|
96
96
|
# @param [String] name
|
97
|
-
# Required. The data source
|
98
|
-
#
|
99
|
-
#
|
97
|
+
# Required. The name of the data source. If you are using the regionless method,
|
98
|
+
# the location must be `US` and the name should be in the following form: * `
|
99
|
+
# projects/`project_id`/dataSources/`data_source_id`` If you are using the
|
100
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
101
|
+
# project_id`/locations/`location_id`/dataSources/`data_source_id``
|
100
102
|
# @param [Google::Apis::BigquerydatatransferV1::CheckValidCredsRequest] check_valid_creds_request_object
|
101
103
|
# @param [String] fields
|
102
104
|
# Selector specifying which fields to include in a partial response.
|
@@ -129,9 +131,11 @@ module Google
|
|
129
131
|
|
130
132
|
# Retrieves a supported data source and returns its settings.
|
131
133
|
# @param [String] name
|
132
|
-
# Required. The
|
133
|
-
#
|
134
|
-
#
|
134
|
+
# Required. The name of the resource requested. If you are using the regionless
|
135
|
+
# method, the location must be `US` and the name should be in the following form:
|
136
|
+
# * `projects/`project_id`/dataSources/`data_source_id`` If you are using the
|
137
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
138
|
+
# project_id`/locations/`location_id`/dataSources/`data_source_id``
|
135
139
|
# @param [String] fields
|
136
140
|
# Selector specifying which fields to include in a partial response.
|
137
141
|
# @param [String] quota_user
|
@@ -272,6 +276,9 @@ module Google
|
|
272
276
|
# Lists information about the supported locations for this service.
|
273
277
|
# @param [String] name
|
274
278
|
# The resource that owns the locations collection, if applicable.
|
279
|
+
# @param [Array<String>, String] extra_location_types
|
280
|
+
# Optional. A list of extra location types that should be used as conditions for
|
281
|
+
# controlling the visibility of the locations.
|
275
282
|
# @param [String] filter
|
276
283
|
# A filter to narrow down results to a preferred subset. The filtering language
|
277
284
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -299,11 +306,12 @@ module Google
|
|
299
306
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
300
307
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
301
308
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
302
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
309
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
303
310
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
304
311
|
command.response_representation = Google::Apis::BigquerydatatransferV1::ListLocationsResponse::Representation
|
305
312
|
command.response_class = Google::Apis::BigquerydatatransferV1::ListLocationsResponse
|
306
313
|
command.params['name'] = name unless name.nil?
|
314
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
307
315
|
command.query['filter'] = filter unless filter.nil?
|
308
316
|
command.query['pageSize'] = page_size unless page_size.nil?
|
309
317
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -352,9 +360,11 @@ module Google
|
|
352
360
|
# Returns true if valid credentials exist for the given data source and
|
353
361
|
# requesting user.
|
354
362
|
# @param [String] name
|
355
|
-
# Required. The data source
|
356
|
-
#
|
357
|
-
#
|
363
|
+
# Required. The name of the data source. If you are using the regionless method,
|
364
|
+
# the location must be `US` and the name should be in the following form: * `
|
365
|
+
# projects/`project_id`/dataSources/`data_source_id`` If you are using the
|
366
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
367
|
+
# project_id`/locations/`location_id`/dataSources/`data_source_id``
|
358
368
|
# @param [Google::Apis::BigquerydatatransferV1::CheckValidCredsRequest] check_valid_creds_request_object
|
359
369
|
# @param [String] fields
|
360
370
|
# Selector specifying which fields to include in a partial response.
|
@@ -387,9 +397,11 @@ module Google
|
|
387
397
|
|
388
398
|
# Retrieves a supported data source and returns its settings.
|
389
399
|
# @param [String] name
|
390
|
-
# Required. The
|
391
|
-
#
|
392
|
-
#
|
400
|
+
# Required. The name of the resource requested. If you are using the regionless
|
401
|
+
# method, the location must be `US` and the name should be in the following form:
|
402
|
+
# * `projects/`project_id`/dataSources/`data_source_id`` If you are using the
|
403
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
404
|
+
# project_id`/locations/`location_id`/dataSources/`data_source_id``
|
393
405
|
# @param [String] fields
|
394
406
|
# Selector specifying which fields to include in a partial response.
|
395
407
|
# @param [String] quota_user
|
@@ -534,9 +546,11 @@ module Google
|
|
534
546
|
# Deletes a data transfer configuration, including any associated transfer runs
|
535
547
|
# and logs.
|
536
548
|
# @param [String] name
|
537
|
-
# Required. The
|
538
|
-
#
|
539
|
-
#
|
549
|
+
# Required. The name of the resource to delete. If you are using the regionless
|
550
|
+
# method, the location must be `US` and the name should be in the following form:
|
551
|
+
# * `projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
552
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
553
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
540
554
|
# @param [String] fields
|
541
555
|
# Selector specifying which fields to include in a partial response.
|
542
556
|
# @param [String] quota_user
|
@@ -566,9 +580,11 @@ module Google
|
|
566
580
|
|
567
581
|
# Returns information about a data transfer config.
|
568
582
|
# @param [String] name
|
569
|
-
# Required. The
|
570
|
-
#
|
571
|
-
#
|
583
|
+
# Required. The name of the resource requested. If you are using the regionless
|
584
|
+
# method, the location must be `US` and the name should be in the following form:
|
585
|
+
# * `projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
586
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
587
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
572
588
|
# @param [String] fields
|
573
589
|
# Selector specifying which fields to include in a partial response.
|
574
590
|
# @param [String] quota_user
|
@@ -600,8 +616,10 @@ module Google
|
|
600
616
|
# specified location.
|
601
617
|
# @param [String] parent
|
602
618
|
# Required. The BigQuery project id for which transfer configs should be
|
603
|
-
# returned
|
604
|
-
#
|
619
|
+
# returned. If you are using the regionless method, the location must be `US`
|
620
|
+
# and `parent` should be in the following form: * `projects/`project_id` If you
|
621
|
+
# are using the regionalized method, `parent` should be in the following form: *
|
622
|
+
# `projects/`project_id`/locations/`location_id``
|
605
623
|
# @param [Array<String>, String] data_source_ids
|
606
624
|
# When specified, only configurations of requested data sources are returned.
|
607
625
|
# @param [Fixnum] page_size
|
@@ -724,9 +742,11 @@ module Google
|
|
724
742
|
# run is created. Note that runs are created per UTC time in the time range.
|
725
743
|
# DEPRECATED: use StartManualTransferRuns instead.
|
726
744
|
# @param [String] parent
|
727
|
-
# Required. Transfer configuration name
|
728
|
-
#
|
729
|
-
# transferConfigs/`config_id
|
745
|
+
# Required. Transfer configuration name. If you are using the regionless method,
|
746
|
+
# the location must be `US` and the name should be in the following form: * `
|
747
|
+
# projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
748
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
749
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
730
750
|
# @param [Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsRequest] schedule_transfer_runs_request_object
|
731
751
|
# @param [String] fields
|
732
752
|
# Selector specifying which fields to include in a partial response.
|
@@ -757,14 +777,18 @@ module Google
|
|
757
777
|
execute_or_queue_command(command, &block)
|
758
778
|
end
|
759
779
|
|
760
|
-
#
|
761
|
-
#
|
762
|
-
#
|
763
|
-
#
|
780
|
+
# Manually initiates transfer runs. You can schedule these runs in two ways: 1.
|
781
|
+
# For a specific point in time using the 'requested_run_time' parameter. 2. For
|
782
|
+
# a period between 'start_time' (inclusive) and 'end_time' (exclusive). If
|
783
|
+
# scheduling a single run, it is set to execute immediately (schedule_time
|
784
|
+
# equals the current time). When scheduling multiple runs within a time range,
|
785
|
+
# the first run starts now, and subsequent runs are delayed by 15 seconds each.
|
764
786
|
# @param [String] parent
|
765
|
-
# Required. Transfer configuration name
|
766
|
-
#
|
767
|
-
# transferConfigs/`config_id
|
787
|
+
# Required. Transfer configuration name. If you are using the regionless method,
|
788
|
+
# the location must be `US` and the name should be in the following form: * `
|
789
|
+
# projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
790
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
791
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
768
792
|
# @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
|
769
793
|
# @param [String] fields
|
770
794
|
# Selector specifying which fields to include in a partial response.
|
@@ -797,9 +821,12 @@ module Google
|
|
797
821
|
|
798
822
|
# Deletes the specified transfer run.
|
799
823
|
# @param [String] name
|
800
|
-
# Required. The
|
801
|
-
#
|
802
|
-
# project_id`/
|
824
|
+
# Required. The name of the resource requested. If you are using the regionless
|
825
|
+
# method, the location must be `US` and the name should be in the following form:
|
826
|
+
# * `projects/`project_id`/transferConfigs/`config_id`/runs/`run_id`` If you
|
827
|
+
# are using the regionalized method, the name should be in the following form: *
|
828
|
+
# `projects/`project_id`/locations/`location_id`/transferConfigs/`config_id`/
|
829
|
+
# runs/`run_id``
|
803
830
|
# @param [String] fields
|
804
831
|
# Selector specifying which fields to include in a partial response.
|
805
832
|
# @param [String] quota_user
|
@@ -829,9 +856,12 @@ module Google
|
|
829
856
|
|
830
857
|
# Returns information about the particular transfer run.
|
831
858
|
# @param [String] name
|
832
|
-
# Required. The
|
833
|
-
#
|
834
|
-
# project_id`/
|
859
|
+
# Required. The name of the resource requested. If you are using the regionless
|
860
|
+
# method, the location must be `US` and the name should be in the following form:
|
861
|
+
# * `projects/`project_id`/transferConfigs/`config_id`/runs/`run_id`` If you
|
862
|
+
# are using the regionalized method, the name should be in the following form: *
|
863
|
+
# `projects/`project_id`/locations/`location_id`/transferConfigs/`config_id`/
|
864
|
+
# runs/`run_id``
|
835
865
|
# @param [String] fields
|
836
866
|
# Selector specifying which fields to include in a partial response.
|
837
867
|
# @param [String] quota_user
|
@@ -862,9 +892,11 @@ module Google
|
|
862
892
|
# Returns information about running and completed transfer runs.
|
863
893
|
# @param [String] parent
|
864
894
|
# Required. Name of transfer configuration for which transfer runs should be
|
865
|
-
# retrieved.
|
866
|
-
#
|
867
|
-
#
|
895
|
+
# retrieved. If you are using the regionless method, the location must be `US`
|
896
|
+
# and the name should be in the following form: * `projects/`project_id`/
|
897
|
+
# transferConfigs/`config_id`` If you are using the regionalized method, the
|
898
|
+
# name should be in the following form: * `projects/`project_id`/locations/`
|
899
|
+
# location_id`/transferConfigs/`config_id``
|
868
900
|
# @param [Fixnum] page_size
|
869
901
|
# Page size. The default page size is the maximum value of 1000 results.
|
870
902
|
# @param [String] page_token
|
@@ -909,9 +941,12 @@ module Google
|
|
909
941
|
|
910
942
|
# Returns log messages for the transfer run.
|
911
943
|
# @param [String] parent
|
912
|
-
# Required. Transfer run name
|
913
|
-
#
|
914
|
-
#
|
944
|
+
# Required. Transfer run name. If you are using the regionless method, the
|
945
|
+
# location must be `US` and the name should be in the following form: * `
|
946
|
+
# projects/`project_id`/transferConfigs/`config_id`/runs/`run_id`` If you are
|
947
|
+
# using the regionalized method, the name should be in the following form: * `
|
948
|
+
# projects/`project_id`/locations/`location_id`/transferConfigs/`config_id`/runs/
|
949
|
+
# `run_id``
|
915
950
|
# @param [Array<String>, String] message_types
|
916
951
|
# Message types to return. If not populated - INFO, WARNING and ERROR messages
|
917
952
|
# are returned.
|
@@ -1028,9 +1063,11 @@ module Google
|
|
1028
1063
|
# Deletes a data transfer configuration, including any associated transfer runs
|
1029
1064
|
# and logs.
|
1030
1065
|
# @param [String] name
|
1031
|
-
# Required. The
|
1032
|
-
#
|
1033
|
-
#
|
1066
|
+
# Required. The name of the resource to delete. If you are using the regionless
|
1067
|
+
# method, the location must be `US` and the name should be in the following form:
|
1068
|
+
# * `projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
1069
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
1070
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
1034
1071
|
# @param [String] fields
|
1035
1072
|
# Selector specifying which fields to include in a partial response.
|
1036
1073
|
# @param [String] quota_user
|
@@ -1060,9 +1097,11 @@ module Google
|
|
1060
1097
|
|
1061
1098
|
# Returns information about a data transfer config.
|
1062
1099
|
# @param [String] name
|
1063
|
-
# Required. The
|
1064
|
-
#
|
1065
|
-
#
|
1100
|
+
# Required. The name of the resource requested. If you are using the regionless
|
1101
|
+
# method, the location must be `US` and the name should be in the following form:
|
1102
|
+
# * `projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
1103
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
1104
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
1066
1105
|
# @param [String] fields
|
1067
1106
|
# Selector specifying which fields to include in a partial response.
|
1068
1107
|
# @param [String] quota_user
|
@@ -1094,8 +1133,10 @@ module Google
|
|
1094
1133
|
# specified location.
|
1095
1134
|
# @param [String] parent
|
1096
1135
|
# Required. The BigQuery project id for which transfer configs should be
|
1097
|
-
# returned
|
1098
|
-
#
|
1136
|
+
# returned. If you are using the regionless method, the location must be `US`
|
1137
|
+
# and `parent` should be in the following form: * `projects/`project_id` If you
|
1138
|
+
# are using the regionalized method, `parent` should be in the following form: *
|
1139
|
+
# `projects/`project_id`/locations/`location_id``
|
1099
1140
|
# @param [Array<String>, String] data_source_ids
|
1100
1141
|
# When specified, only configurations of requested data sources are returned.
|
1101
1142
|
# @param [Fixnum] page_size
|
@@ -1218,9 +1259,11 @@ module Google
|
|
1218
1259
|
# run is created. Note that runs are created per UTC time in the time range.
|
1219
1260
|
# DEPRECATED: use StartManualTransferRuns instead.
|
1220
1261
|
# @param [String] parent
|
1221
|
-
# Required. Transfer configuration name
|
1222
|
-
#
|
1223
|
-
# transferConfigs/`config_id
|
1262
|
+
# Required. Transfer configuration name. If you are using the regionless method,
|
1263
|
+
# the location must be `US` and the name should be in the following form: * `
|
1264
|
+
# projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
1265
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
1266
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
1224
1267
|
# @param [Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsRequest] schedule_transfer_runs_request_object
|
1225
1268
|
# @param [String] fields
|
1226
1269
|
# Selector specifying which fields to include in a partial response.
|
@@ -1251,14 +1294,18 @@ module Google
|
|
1251
1294
|
execute_or_queue_command(command, &block)
|
1252
1295
|
end
|
1253
1296
|
|
1254
|
-
#
|
1255
|
-
#
|
1256
|
-
#
|
1257
|
-
#
|
1297
|
+
# Manually initiates transfer runs. You can schedule these runs in two ways: 1.
|
1298
|
+
# For a specific point in time using the 'requested_run_time' parameter. 2. For
|
1299
|
+
# a period between 'start_time' (inclusive) and 'end_time' (exclusive). If
|
1300
|
+
# scheduling a single run, it is set to execute immediately (schedule_time
|
1301
|
+
# equals the current time). When scheduling multiple runs within a time range,
|
1302
|
+
# the first run starts now, and subsequent runs are delayed by 15 seconds each.
|
1258
1303
|
# @param [String] parent
|
1259
|
-
# Required. Transfer configuration name
|
1260
|
-
#
|
1261
|
-
# transferConfigs/`config_id
|
1304
|
+
# Required. Transfer configuration name. If you are using the regionless method,
|
1305
|
+
# the location must be `US` and the name should be in the following form: * `
|
1306
|
+
# projects/`project_id`/transferConfigs/`config_id`` If you are using the
|
1307
|
+
# regionalized method, the name should be in the following form: * `projects/`
|
1308
|
+
# project_id`/locations/`location_id`/transferConfigs/`config_id``
|
1262
1309
|
# @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
|
1263
1310
|
# @param [String] fields
|
1264
1311
|
# Selector specifying which fields to include in a partial response.
|
@@ -1291,9 +1338,12 @@ module Google
|
|
1291
1338
|
|
1292
1339
|
# Deletes the specified transfer run.
|
1293
1340
|
# @param [String] name
|
1294
|
-
# Required. The
|
1295
|
-
#
|
1296
|
-
# project_id`/
|
1341
|
+
# Required. The name of the resource requested. If you are using the regionless
|
1342
|
+
# method, the location must be `US` and the name should be in the following form:
|
1343
|
+
# * `projects/`project_id`/transferConfigs/`config_id`/runs/`run_id`` If you
|
1344
|
+
# are using the regionalized method, the name should be in the following form: *
|
1345
|
+
# `projects/`project_id`/locations/`location_id`/transferConfigs/`config_id`/
|
1346
|
+
# runs/`run_id``
|
1297
1347
|
# @param [String] fields
|
1298
1348
|
# Selector specifying which fields to include in a partial response.
|
1299
1349
|
# @param [String] quota_user
|
@@ -1323,9 +1373,12 @@ module Google
|
|
1323
1373
|
|
1324
1374
|
# Returns information about the particular transfer run.
|
1325
1375
|
# @param [String] name
|
1326
|
-
# Required. The
|
1327
|
-
#
|
1328
|
-
# project_id`/
|
1376
|
+
# Required. The name of the resource requested. If you are using the regionless
|
1377
|
+
# method, the location must be `US` and the name should be in the following form:
|
1378
|
+
# * `projects/`project_id`/transferConfigs/`config_id`/runs/`run_id`` If you
|
1379
|
+
# are using the regionalized method, the name should be in the following form: *
|
1380
|
+
# `projects/`project_id`/locations/`location_id`/transferConfigs/`config_id`/
|
1381
|
+
# runs/`run_id``
|
1329
1382
|
# @param [String] fields
|
1330
1383
|
# Selector specifying which fields to include in a partial response.
|
1331
1384
|
# @param [String] quota_user
|
@@ -1356,9 +1409,11 @@ module Google
|
|
1356
1409
|
# Returns information about running and completed transfer runs.
|
1357
1410
|
# @param [String] parent
|
1358
1411
|
# Required. Name of transfer configuration for which transfer runs should be
|
1359
|
-
# retrieved.
|
1360
|
-
#
|
1361
|
-
#
|
1412
|
+
# retrieved. If you are using the regionless method, the location must be `US`
|
1413
|
+
# and the name should be in the following form: * `projects/`project_id`/
|
1414
|
+
# transferConfigs/`config_id`` If you are using the regionalized method, the
|
1415
|
+
# name should be in the following form: * `projects/`project_id`/locations/`
|
1416
|
+
# location_id`/transferConfigs/`config_id``
|
1362
1417
|
# @param [Fixnum] page_size
|
1363
1418
|
# Page size. The default page size is the maximum value of 1000 results.
|
1364
1419
|
# @param [String] page_token
|
@@ -1403,9 +1458,12 @@ module Google
|
|
1403
1458
|
|
1404
1459
|
# Returns log messages for the transfer run.
|
1405
1460
|
# @param [String] parent
|
1406
|
-
# Required. Transfer run name
|
1407
|
-
#
|
1408
|
-
#
|
1461
|
+
# Required. Transfer run name. If you are using the regionless method, the
|
1462
|
+
# location must be `US` and the name should be in the following form: * `
|
1463
|
+
# projects/`project_id`/transferConfigs/`config_id`/runs/`run_id`` If you are
|
1464
|
+
# using the regionalized method, the name should be in the following form: * `
|
1465
|
+
# projects/`project_id`/locations/`location_id`/transferConfigs/`config_id`/runs/
|
1466
|
+
# `run_id``
|
1409
1467
|
# @param [Array<String>, String] message_types
|
1410
1468
|
# Message types to return. If not populated - INFO, WARNING and ERROR messages
|
1411
1469
|
# are returned.
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-bigquerydatatransfer_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.45.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
69
67
|
- - ">="
|
70
68
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
69
|
+
version: '3.1'
|
72
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
71
|
requirements:
|
74
72
|
- - ">="
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.8
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for BigQuery Data Transfer API V1
|
82
79
|
test_files: []
|