google-apis-bigquerydatatransfer_v1 0.44.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 +5 -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 +126 -72
- metadata +5 -5
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,10 @@
|
|
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
|
+
|
3
8
|
### v0.44.0 (2025-04-20)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250326
|
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
|
@@ -356,9 +360,11 @@ module Google
|
|
356
360
|
# Returns true if valid credentials exist for the given data source and
|
357
361
|
# requesting user.
|
358
362
|
# @param [String] name
|
359
|
-
# Required. The data source
|
360
|
-
#
|
361
|
-
#
|
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``
|
362
368
|
# @param [Google::Apis::BigquerydatatransferV1::CheckValidCredsRequest] check_valid_creds_request_object
|
363
369
|
# @param [String] fields
|
364
370
|
# Selector specifying which fields to include in a partial response.
|
@@ -391,9 +397,11 @@ module Google
|
|
391
397
|
|
392
398
|
# Retrieves a supported data source and returns its settings.
|
393
399
|
# @param [String] name
|
394
|
-
# Required. The
|
395
|
-
#
|
396
|
-
#
|
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``
|
397
405
|
# @param [String] fields
|
398
406
|
# Selector specifying which fields to include in a partial response.
|
399
407
|
# @param [String] quota_user
|
@@ -538,9 +546,11 @@ module Google
|
|
538
546
|
# Deletes a data transfer configuration, including any associated transfer runs
|
539
547
|
# and logs.
|
540
548
|
# @param [String] name
|
541
|
-
# Required. The
|
542
|
-
#
|
543
|
-
#
|
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``
|
544
554
|
# @param [String] fields
|
545
555
|
# Selector specifying which fields to include in a partial response.
|
546
556
|
# @param [String] quota_user
|
@@ -570,9 +580,11 @@ module Google
|
|
570
580
|
|
571
581
|
# Returns information about a data transfer config.
|
572
582
|
# @param [String] name
|
573
|
-
# Required. The
|
574
|
-
#
|
575
|
-
#
|
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``
|
576
588
|
# @param [String] fields
|
577
589
|
# Selector specifying which fields to include in a partial response.
|
578
590
|
# @param [String] quota_user
|
@@ -604,8 +616,10 @@ module Google
|
|
604
616
|
# specified location.
|
605
617
|
# @param [String] parent
|
606
618
|
# Required. The BigQuery project id for which transfer configs should be
|
607
|
-
# returned
|
608
|
-
#
|
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``
|
609
623
|
# @param [Array<String>, String] data_source_ids
|
610
624
|
# When specified, only configurations of requested data sources are returned.
|
611
625
|
# @param [Fixnum] page_size
|
@@ -728,9 +742,11 @@ module Google
|
|
728
742
|
# run is created. Note that runs are created per UTC time in the time range.
|
729
743
|
# DEPRECATED: use StartManualTransferRuns instead.
|
730
744
|
# @param [String] parent
|
731
|
-
# Required. Transfer configuration name
|
732
|
-
#
|
733
|
-
# 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``
|
734
750
|
# @param [Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsRequest] schedule_transfer_runs_request_object
|
735
751
|
# @param [String] fields
|
736
752
|
# Selector specifying which fields to include in a partial response.
|
@@ -761,14 +777,18 @@ module Google
|
|
761
777
|
execute_or_queue_command(command, &block)
|
762
778
|
end
|
763
779
|
|
764
|
-
#
|
765
|
-
#
|
766
|
-
#
|
767
|
-
#
|
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.
|
768
786
|
# @param [String] parent
|
769
|
-
# Required. Transfer configuration name
|
770
|
-
#
|
771
|
-
# 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``
|
772
792
|
# @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
|
773
793
|
# @param [String] fields
|
774
794
|
# Selector specifying which fields to include in a partial response.
|
@@ -801,9 +821,12 @@ module Google
|
|
801
821
|
|
802
822
|
# Deletes the specified transfer run.
|
803
823
|
# @param [String] name
|
804
|
-
# Required. The
|
805
|
-
#
|
806
|
-
# 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``
|
807
830
|
# @param [String] fields
|
808
831
|
# Selector specifying which fields to include in a partial response.
|
809
832
|
# @param [String] quota_user
|
@@ -833,9 +856,12 @@ module Google
|
|
833
856
|
|
834
857
|
# Returns information about the particular transfer run.
|
835
858
|
# @param [String] name
|
836
|
-
# Required. The
|
837
|
-
#
|
838
|
-
# 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``
|
839
865
|
# @param [String] fields
|
840
866
|
# Selector specifying which fields to include in a partial response.
|
841
867
|
# @param [String] quota_user
|
@@ -866,9 +892,11 @@ module Google
|
|
866
892
|
# Returns information about running and completed transfer runs.
|
867
893
|
# @param [String] parent
|
868
894
|
# Required. Name of transfer configuration for which transfer runs should be
|
869
|
-
# retrieved.
|
870
|
-
#
|
871
|
-
#
|
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``
|
872
900
|
# @param [Fixnum] page_size
|
873
901
|
# Page size. The default page size is the maximum value of 1000 results.
|
874
902
|
# @param [String] page_token
|
@@ -913,9 +941,12 @@ module Google
|
|
913
941
|
|
914
942
|
# Returns log messages for the transfer run.
|
915
943
|
# @param [String] parent
|
916
|
-
# Required. Transfer run name
|
917
|
-
#
|
918
|
-
#
|
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``
|
919
950
|
# @param [Array<String>, String] message_types
|
920
951
|
# Message types to return. If not populated - INFO, WARNING and ERROR messages
|
921
952
|
# are returned.
|
@@ -1032,9 +1063,11 @@ module Google
|
|
1032
1063
|
# Deletes a data transfer configuration, including any associated transfer runs
|
1033
1064
|
# and logs.
|
1034
1065
|
# @param [String] name
|
1035
|
-
# Required. The
|
1036
|
-
#
|
1037
|
-
#
|
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``
|
1038
1071
|
# @param [String] fields
|
1039
1072
|
# Selector specifying which fields to include in a partial response.
|
1040
1073
|
# @param [String] quota_user
|
@@ -1064,9 +1097,11 @@ module Google
|
|
1064
1097
|
|
1065
1098
|
# Returns information about a data transfer config.
|
1066
1099
|
# @param [String] name
|
1067
|
-
# Required. The
|
1068
|
-
#
|
1069
|
-
#
|
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``
|
1070
1105
|
# @param [String] fields
|
1071
1106
|
# Selector specifying which fields to include in a partial response.
|
1072
1107
|
# @param [String] quota_user
|
@@ -1098,8 +1133,10 @@ module Google
|
|
1098
1133
|
# specified location.
|
1099
1134
|
# @param [String] parent
|
1100
1135
|
# Required. The BigQuery project id for which transfer configs should be
|
1101
|
-
# returned
|
1102
|
-
#
|
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``
|
1103
1140
|
# @param [Array<String>, String] data_source_ids
|
1104
1141
|
# When specified, only configurations of requested data sources are returned.
|
1105
1142
|
# @param [Fixnum] page_size
|
@@ -1222,9 +1259,11 @@ module Google
|
|
1222
1259
|
# run is created. Note that runs are created per UTC time in the time range.
|
1223
1260
|
# DEPRECATED: use StartManualTransferRuns instead.
|
1224
1261
|
# @param [String] parent
|
1225
|
-
# Required. Transfer configuration name
|
1226
|
-
#
|
1227
|
-
# 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``
|
1228
1267
|
# @param [Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsRequest] schedule_transfer_runs_request_object
|
1229
1268
|
# @param [String] fields
|
1230
1269
|
# Selector specifying which fields to include in a partial response.
|
@@ -1255,14 +1294,18 @@ module Google
|
|
1255
1294
|
execute_or_queue_command(command, &block)
|
1256
1295
|
end
|
1257
1296
|
|
1258
|
-
#
|
1259
|
-
#
|
1260
|
-
#
|
1261
|
-
#
|
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.
|
1262
1303
|
# @param [String] parent
|
1263
|
-
# Required. Transfer configuration name
|
1264
|
-
#
|
1265
|
-
# 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``
|
1266
1309
|
# @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
|
1267
1310
|
# @param [String] fields
|
1268
1311
|
# Selector specifying which fields to include in a partial response.
|
@@ -1295,9 +1338,12 @@ module Google
|
|
1295
1338
|
|
1296
1339
|
# Deletes the specified transfer run.
|
1297
1340
|
# @param [String] name
|
1298
|
-
# Required. The
|
1299
|
-
#
|
1300
|
-
# 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``
|
1301
1347
|
# @param [String] fields
|
1302
1348
|
# Selector specifying which fields to include in a partial response.
|
1303
1349
|
# @param [String] quota_user
|
@@ -1327,9 +1373,12 @@ module Google
|
|
1327
1373
|
|
1328
1374
|
# Returns information about the particular transfer run.
|
1329
1375
|
# @param [String] name
|
1330
|
-
# Required. The
|
1331
|
-
#
|
1332
|
-
# 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``
|
1333
1382
|
# @param [String] fields
|
1334
1383
|
# Selector specifying which fields to include in a partial response.
|
1335
1384
|
# @param [String] quota_user
|
@@ -1360,9 +1409,11 @@ module Google
|
|
1360
1409
|
# Returns information about running and completed transfer runs.
|
1361
1410
|
# @param [String] parent
|
1362
1411
|
# Required. Name of transfer configuration for which transfer runs should be
|
1363
|
-
# retrieved.
|
1364
|
-
#
|
1365
|
-
#
|
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``
|
1366
1417
|
# @param [Fixnum] page_size
|
1367
1418
|
# Page size. The default page size is the maximum value of 1000 results.
|
1368
1419
|
# @param [String] page_token
|
@@ -1407,9 +1458,12 @@ module Google
|
|
1407
1458
|
|
1408
1459
|
# Returns log messages for the transfer run.
|
1409
1460
|
# @param [String] parent
|
1410
|
-
# Required. Transfer run name
|
1411
|
-
#
|
1412
|
-
#
|
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``
|
1413
1467
|
# @param [Array<String>, String] message_types
|
1414
1468
|
# Message types to return. If not populated - INFO, WARNING and ERROR messages
|
1415
1469
|
# are returned.
|
metadata
CHANGED
@@ -1,13 +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
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
|
60
|
-
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
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for BigQuery Data Transfer API V1
|
79
79
|
test_files: []
|