google-cloud-bigquery-data_transfer-v1 0.14.0 → 0.14.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_service/client.rb +44 -23
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_service/rest/client.rb +44 -23
- data/lib/google/cloud/bigquery/data_transfer/v1/version.rb +1 -1
- data/lib/google/cloud/bigquery/datatransfer/v1/datatransfer_pb.rb +1 -1
- data/lib/google/cloud/bigquery/datatransfer/v1/transfer_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb +9 -7
- data/proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33fc6bdbcce77484749237ebbe7df27cfb1cc184f47da8aebc01493950497e60
|
4
|
+
data.tar.gz: f373a891d840aa0a944cb806faac9a465d116157d7acab62c5bff32c9bddfe09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4759737583507af29040562179ca49071500e7c1bc69311587cb2c8a4e63a4ec3c8bdf615cfa166ab4ecc34841d2be6e9517e3f3be807f6d5dd123f20fa56956
|
7
|
+
data.tar.gz: 06d4d0032cce9e0ee43a5da37c50ee658049cda6b86e08918fe856807ab5ea1c3d62ea14d41eea31ec04f64b15de36b33a11b0b71df22da291f4d1fe1af46652
|
@@ -32,6 +32,9 @@ module Google
|
|
32
32
|
# This API allows users to manage their data transfers into BigQuery.
|
33
33
|
#
|
34
34
|
class Client
|
35
|
+
# @private
|
36
|
+
API_VERSION = ""
|
37
|
+
|
35
38
|
# @private
|
36
39
|
DEFAULT_ENDPOINT_TEMPLATE = "bigquerydatatransfer.$UNIVERSE_DOMAIN$"
|
37
40
|
|
@@ -289,10 +292,11 @@ module Google
|
|
289
292
|
# Customize the options with defaults
|
290
293
|
metadata = @config.rpcs.get_data_source.metadata.to_h
|
291
294
|
|
292
|
-
# Set x-goog-api-client
|
295
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
293
296
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
294
297
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
295
298
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
299
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
296
300
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
297
301
|
|
298
302
|
header_params = {}
|
@@ -388,10 +392,11 @@ module Google
|
|
388
392
|
# Customize the options with defaults
|
389
393
|
metadata = @config.rpcs.list_data_sources.metadata.to_h
|
390
394
|
|
391
|
-
# Set x-goog-api-client
|
395
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
392
396
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
393
397
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
394
398
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
399
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
395
400
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
396
401
|
|
397
402
|
header_params = {}
|
@@ -451,7 +456,7 @@ module Google
|
|
451
456
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order
|
452
457
|
# to obtain authorization_code, make a request to the following URL:
|
453
458
|
# <pre class="prettyprint" suppresswarning="true">
|
454
|
-
# https://
|
459
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
455
460
|
# </pre>
|
456
461
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
457
462
|
# returned by ListDataSources method.
|
@@ -466,7 +471,7 @@ module Google
|
|
466
471
|
# are needed, as indicated by `CheckValidCreds`. In order to obtain version
|
467
472
|
# info, make a request to the following URL:
|
468
473
|
# <pre class="prettyprint" suppresswarning="true">
|
469
|
-
# https://
|
474
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
470
475
|
# </pre>
|
471
476
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
472
477
|
# returned by ListDataSources method.
|
@@ -520,10 +525,11 @@ module Google
|
|
520
525
|
# Customize the options with defaults
|
521
526
|
metadata = @config.rpcs.create_transfer_config.metadata.to_h
|
522
527
|
|
523
|
-
# Set x-goog-api-client
|
528
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
524
529
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
525
530
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
526
531
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
532
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
527
533
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
528
534
|
|
529
535
|
header_params = {}
|
@@ -577,7 +583,7 @@ module Google
|
|
577
583
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order
|
578
584
|
# to obtain authorization_code, make a request to the following URL:
|
579
585
|
# <pre class="prettyprint" suppresswarning="true">
|
580
|
-
# https://
|
586
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
581
587
|
# </pre>
|
582
588
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
583
589
|
# returned by ListDataSources method.
|
@@ -594,7 +600,7 @@ module Google
|
|
594
600
|
# are needed, as indicated by `CheckValidCreds`. In order to obtain version
|
595
601
|
# info, make a request to the following URL:
|
596
602
|
# <pre class="prettyprint" suppresswarning="true">
|
597
|
-
# https://
|
603
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
598
604
|
# </pre>
|
599
605
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
600
606
|
# returned by ListDataSources method.
|
@@ -648,10 +654,11 @@ module Google
|
|
648
654
|
# Customize the options with defaults
|
649
655
|
metadata = @config.rpcs.update_transfer_config.metadata.to_h
|
650
656
|
|
651
|
-
# Set x-goog-api-client
|
657
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
652
658
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
653
659
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
654
660
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
661
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
655
662
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
656
663
|
|
657
664
|
header_params = {}
|
@@ -736,10 +743,11 @@ module Google
|
|
736
743
|
# Customize the options with defaults
|
737
744
|
metadata = @config.rpcs.delete_transfer_config.metadata.to_h
|
738
745
|
|
739
|
-
# Set x-goog-api-client
|
746
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
740
747
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
741
748
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
742
749
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
750
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
743
751
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
744
752
|
|
745
753
|
header_params = {}
|
@@ -823,10 +831,11 @@ module Google
|
|
823
831
|
# Customize the options with defaults
|
824
832
|
metadata = @config.rpcs.get_transfer_config.metadata.to_h
|
825
833
|
|
826
|
-
# Set x-goog-api-client
|
834
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
827
835
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
828
836
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
829
837
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
838
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
830
839
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
831
840
|
|
832
841
|
header_params = {}
|
@@ -925,10 +934,11 @@ module Google
|
|
925
934
|
# Customize the options with defaults
|
926
935
|
metadata = @config.rpcs.list_transfer_configs.metadata.to_h
|
927
936
|
|
928
|
-
# Set x-goog-api-client
|
937
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
929
938
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
930
939
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
931
940
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
941
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
932
942
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
933
943
|
|
934
944
|
header_params = {}
|
@@ -1025,10 +1035,11 @@ module Google
|
|
1025
1035
|
# Customize the options with defaults
|
1026
1036
|
metadata = @config.rpcs.schedule_transfer_runs.metadata.to_h
|
1027
1037
|
|
1028
|
-
# Set x-goog-api-client
|
1038
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1029
1039
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1030
1040
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1031
1041
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1042
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1032
1043
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1033
1044
|
|
1034
1045
|
header_params = {}
|
@@ -1077,7 +1088,7 @@ module Google
|
|
1077
1088
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
1078
1089
|
#
|
1079
1090
|
# @param parent [::String]
|
1080
|
-
# Transfer configuration name in the form:
|
1091
|
+
# Required. Transfer configuration name in the form:
|
1081
1092
|
# `projects/{project_id}/transferConfigs/{config_id}` or
|
1082
1093
|
# `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
1083
1094
|
# @param requested_time_range [::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange, ::Hash]
|
@@ -1125,10 +1136,11 @@ module Google
|
|
1125
1136
|
# Customize the options with defaults
|
1126
1137
|
metadata = @config.rpcs.start_manual_transfer_runs.metadata.to_h
|
1127
1138
|
|
1128
|
-
# Set x-goog-api-client
|
1139
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1129
1140
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1130
1141
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1131
1142
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1143
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1132
1144
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1133
1145
|
|
1134
1146
|
header_params = {}
|
@@ -1213,10 +1225,11 @@ module Google
|
|
1213
1225
|
# Customize the options with defaults
|
1214
1226
|
metadata = @config.rpcs.get_transfer_run.metadata.to_h
|
1215
1227
|
|
1216
|
-
# Set x-goog-api-client
|
1228
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1217
1229
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1218
1230
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1219
1231
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1232
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1220
1233
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1221
1234
|
|
1222
1235
|
header_params = {}
|
@@ -1301,10 +1314,11 @@ module Google
|
|
1301
1314
|
# Customize the options with defaults
|
1302
1315
|
metadata = @config.rpcs.delete_transfer_run.metadata.to_h
|
1303
1316
|
|
1304
|
-
# Set x-goog-api-client
|
1317
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1305
1318
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1306
1319
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1307
1320
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1321
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1308
1322
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1309
1323
|
|
1310
1324
|
header_params = {}
|
@@ -1405,10 +1419,11 @@ module Google
|
|
1405
1419
|
# Customize the options with defaults
|
1406
1420
|
metadata = @config.rpcs.list_transfer_runs.metadata.to_h
|
1407
1421
|
|
1408
|
-
# Set x-goog-api-client
|
1422
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1409
1423
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1410
1424
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1411
1425
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1426
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1412
1427
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1413
1428
|
|
1414
1429
|
header_params = {}
|
@@ -1508,10 +1523,11 @@ module Google
|
|
1508
1523
|
# Customize the options with defaults
|
1509
1524
|
metadata = @config.rpcs.list_transfer_logs.metadata.to_h
|
1510
1525
|
|
1511
|
-
# Set x-goog-api-client
|
1526
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1512
1527
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1513
1528
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1514
1529
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1530
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1515
1531
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1516
1532
|
|
1517
1533
|
header_params = {}
|
@@ -1597,10 +1613,11 @@ module Google
|
|
1597
1613
|
# Customize the options with defaults
|
1598
1614
|
metadata = @config.rpcs.check_valid_creds.metadata.to_h
|
1599
1615
|
|
1600
|
-
# Set x-goog-api-client
|
1616
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1601
1617
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1602
1618
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1603
1619
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1620
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1604
1621
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1605
1622
|
|
1606
1623
|
header_params = {}
|
@@ -1653,7 +1670,8 @@ module Google
|
|
1653
1670
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
1654
1671
|
#
|
1655
1672
|
# @param name [::String]
|
1656
|
-
# The name of the project resource in the form:
|
1673
|
+
# Required. The name of the project resource in the form:
|
1674
|
+
# `projects/{project_id}`
|
1657
1675
|
# @param data_source_ids [::Array<::String>]
|
1658
1676
|
# Data sources that are enrolled. It is required to provide at least one
|
1659
1677
|
# data source id.
|
@@ -1692,10 +1710,11 @@ module Google
|
|
1692
1710
|
# Customize the options with defaults
|
1693
1711
|
metadata = @config.rpcs.enroll_data_sources.metadata.to_h
|
1694
1712
|
|
1695
|
-
# Set x-goog-api-client
|
1713
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1696
1714
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1697
1715
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1698
1716
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1717
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1699
1718
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1700
1719
|
|
1701
1720
|
header_params = {}
|
@@ -1745,7 +1764,8 @@ module Google
|
|
1745
1764
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
1746
1765
|
#
|
1747
1766
|
# @param name [::String]
|
1748
|
-
# The name of the project resource in the form:
|
1767
|
+
# Required. The name of the project resource in the form:
|
1768
|
+
# `projects/{project_id}`
|
1749
1769
|
# @param data_source_ids [::Array<::String>]
|
1750
1770
|
# Data sources that are unenrolled. It is required to provide at least one
|
1751
1771
|
# data source id.
|
@@ -1784,10 +1804,11 @@ module Google
|
|
1784
1804
|
# Customize the options with defaults
|
1785
1805
|
metadata = @config.rpcs.unenroll_data_sources.metadata.to_h
|
1786
1806
|
|
1787
|
-
# Set x-goog-api-client
|
1807
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1788
1808
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1789
1809
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1790
1810
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION
|
1811
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1791
1812
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1792
1813
|
|
1793
1814
|
header_params = {}
|
@@ -34,6 +34,9 @@ module Google
|
|
34
34
|
# This API allows users to manage their data transfers into BigQuery.
|
35
35
|
#
|
36
36
|
class Client
|
37
|
+
# @private
|
38
|
+
API_VERSION = ""
|
39
|
+
|
37
40
|
# @private
|
38
41
|
DEFAULT_ENDPOINT_TEMPLATE = "bigquerydatatransfer.$UNIVERSE_DOMAIN$"
|
39
42
|
|
@@ -282,12 +285,13 @@ module Google
|
|
282
285
|
# Customize the options with defaults
|
283
286
|
call_metadata = @config.rpcs.get_data_source.metadata.to_h
|
284
287
|
|
285
|
-
# Set x-goog-api-client
|
288
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
286
289
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
287
290
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
288
291
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
289
292
|
transports_version_send: [:rest]
|
290
293
|
|
294
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
291
295
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
292
296
|
|
293
297
|
options.apply_defaults timeout: @config.rpcs.get_data_source.timeout,
|
@@ -374,12 +378,13 @@ module Google
|
|
374
378
|
# Customize the options with defaults
|
375
379
|
call_metadata = @config.rpcs.list_data_sources.metadata.to_h
|
376
380
|
|
377
|
-
# Set x-goog-api-client
|
381
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
378
382
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
379
383
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
380
384
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
381
385
|
transports_version_send: [:rest]
|
382
386
|
|
387
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
383
388
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
384
389
|
|
385
390
|
options.apply_defaults timeout: @config.rpcs.list_data_sources.timeout,
|
@@ -431,7 +436,7 @@ module Google
|
|
431
436
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order
|
432
437
|
# to obtain authorization_code, make a request to the following URL:
|
433
438
|
# <pre class="prettyprint" suppresswarning="true">
|
434
|
-
# https://
|
439
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
435
440
|
# </pre>
|
436
441
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
437
442
|
# returned by ListDataSources method.
|
@@ -446,7 +451,7 @@ module Google
|
|
446
451
|
# are needed, as indicated by `CheckValidCreds`. In order to obtain version
|
447
452
|
# info, make a request to the following URL:
|
448
453
|
# <pre class="prettyprint" suppresswarning="true">
|
449
|
-
# https://
|
454
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
450
455
|
# </pre>
|
451
456
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
452
457
|
# returned by ListDataSources method.
|
@@ -499,12 +504,13 @@ module Google
|
|
499
504
|
# Customize the options with defaults
|
500
505
|
call_metadata = @config.rpcs.create_transfer_config.metadata.to_h
|
501
506
|
|
502
|
-
# Set x-goog-api-client
|
507
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
503
508
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
504
509
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
505
510
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
506
511
|
transports_version_send: [:rest]
|
507
512
|
|
513
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
508
514
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
509
515
|
|
510
516
|
options.apply_defaults timeout: @config.rpcs.create_transfer_config.timeout,
|
@@ -550,7 +556,7 @@ module Google
|
|
550
556
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order
|
551
557
|
# to obtain authorization_code, make a request to the following URL:
|
552
558
|
# <pre class="prettyprint" suppresswarning="true">
|
553
|
-
# https://
|
559
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
554
560
|
# </pre>
|
555
561
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
556
562
|
# returned by ListDataSources method.
|
@@ -567,7 +573,7 @@ module Google
|
|
567
573
|
# are needed, as indicated by `CheckValidCreds`. In order to obtain version
|
568
574
|
# info, make a request to the following URL:
|
569
575
|
# <pre class="prettyprint" suppresswarning="true">
|
570
|
-
# https://
|
576
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
571
577
|
# </pre>
|
572
578
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
573
579
|
# returned by ListDataSources method.
|
@@ -620,12 +626,13 @@ module Google
|
|
620
626
|
# Customize the options with defaults
|
621
627
|
call_metadata = @config.rpcs.update_transfer_config.metadata.to_h
|
622
628
|
|
623
|
-
# Set x-goog-api-client
|
629
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
624
630
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
625
631
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
626
632
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
627
633
|
transports_version_send: [:rest]
|
628
634
|
|
635
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
629
636
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
630
637
|
|
631
638
|
options.apply_defaults timeout: @config.rpcs.update_transfer_config.timeout,
|
@@ -701,12 +708,13 @@ module Google
|
|
701
708
|
# Customize the options with defaults
|
702
709
|
call_metadata = @config.rpcs.delete_transfer_config.metadata.to_h
|
703
710
|
|
704
|
-
# Set x-goog-api-client
|
711
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
705
712
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
706
713
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
707
714
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
708
715
|
transports_version_send: [:rest]
|
709
716
|
|
717
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
710
718
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
711
719
|
|
712
720
|
options.apply_defaults timeout: @config.rpcs.delete_transfer_config.timeout,
|
@@ -781,12 +789,13 @@ module Google
|
|
781
789
|
# Customize the options with defaults
|
782
790
|
call_metadata = @config.rpcs.get_transfer_config.metadata.to_h
|
783
791
|
|
784
|
-
# Set x-goog-api-client
|
792
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
785
793
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
786
794
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
787
795
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
788
796
|
transports_version_send: [:rest]
|
789
797
|
|
798
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
790
799
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
791
800
|
|
792
801
|
options.apply_defaults timeout: @config.rpcs.get_transfer_config.timeout,
|
@@ -876,12 +885,13 @@ module Google
|
|
876
885
|
# Customize the options with defaults
|
877
886
|
call_metadata = @config.rpcs.list_transfer_configs.metadata.to_h
|
878
887
|
|
879
|
-
# Set x-goog-api-client
|
888
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
880
889
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
881
890
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
882
891
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
883
892
|
transports_version_send: [:rest]
|
884
893
|
|
894
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
885
895
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
886
896
|
|
887
897
|
options.apply_defaults timeout: @config.rpcs.list_transfer_configs.timeout,
|
@@ -967,12 +977,13 @@ module Google
|
|
967
977
|
# Customize the options with defaults
|
968
978
|
call_metadata = @config.rpcs.schedule_transfer_runs.metadata.to_h
|
969
979
|
|
970
|
-
# Set x-goog-api-client
|
980
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
971
981
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
972
982
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
973
983
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
974
984
|
transports_version_send: [:rest]
|
975
985
|
|
986
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
976
987
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
977
988
|
|
978
989
|
options.apply_defaults timeout: @config.rpcs.schedule_transfer_runs.timeout,
|
@@ -1013,7 +1024,7 @@ module Google
|
|
1013
1024
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
1014
1025
|
#
|
1015
1026
|
# @param parent [::String]
|
1016
|
-
# Transfer configuration name in the form:
|
1027
|
+
# Required. Transfer configuration name in the form:
|
1017
1028
|
# `projects/{project_id}/transferConfigs/{config_id}` or
|
1018
1029
|
# `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
1019
1030
|
# @param requested_time_range [::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange, ::Hash]
|
@@ -1060,12 +1071,13 @@ module Google
|
|
1060
1071
|
# Customize the options with defaults
|
1061
1072
|
call_metadata = @config.rpcs.start_manual_transfer_runs.metadata.to_h
|
1062
1073
|
|
1063
|
-
# Set x-goog-api-client
|
1074
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1064
1075
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1065
1076
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1066
1077
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1067
1078
|
transports_version_send: [:rest]
|
1068
1079
|
|
1080
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1069
1081
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1070
1082
|
|
1071
1083
|
options.apply_defaults timeout: @config.rpcs.start_manual_transfer_runs.timeout,
|
@@ -1141,12 +1153,13 @@ module Google
|
|
1141
1153
|
# Customize the options with defaults
|
1142
1154
|
call_metadata = @config.rpcs.get_transfer_run.metadata.to_h
|
1143
1155
|
|
1144
|
-
# Set x-goog-api-client
|
1156
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1145
1157
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1146
1158
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1147
1159
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1148
1160
|
transports_version_send: [:rest]
|
1149
1161
|
|
1162
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1150
1163
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1151
1164
|
|
1152
1165
|
options.apply_defaults timeout: @config.rpcs.get_transfer_run.timeout,
|
@@ -1222,12 +1235,13 @@ module Google
|
|
1222
1235
|
# Customize the options with defaults
|
1223
1236
|
call_metadata = @config.rpcs.delete_transfer_run.metadata.to_h
|
1224
1237
|
|
1225
|
-
# Set x-goog-api-client
|
1238
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1226
1239
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1227
1240
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1228
1241
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1229
1242
|
transports_version_send: [:rest]
|
1230
1243
|
|
1244
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1231
1245
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1232
1246
|
|
1233
1247
|
options.apply_defaults timeout: @config.rpcs.delete_transfer_run.timeout,
|
@@ -1319,12 +1333,13 @@ module Google
|
|
1319
1333
|
# Customize the options with defaults
|
1320
1334
|
call_metadata = @config.rpcs.list_transfer_runs.metadata.to_h
|
1321
1335
|
|
1322
|
-
# Set x-goog-api-client
|
1336
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1323
1337
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1324
1338
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1325
1339
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1326
1340
|
transports_version_send: [:rest]
|
1327
1341
|
|
1342
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1328
1343
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1329
1344
|
|
1330
1345
|
options.apply_defaults timeout: @config.rpcs.list_transfer_runs.timeout,
|
@@ -1415,12 +1430,13 @@ module Google
|
|
1415
1430
|
# Customize the options with defaults
|
1416
1431
|
call_metadata = @config.rpcs.list_transfer_logs.metadata.to_h
|
1417
1432
|
|
1418
|
-
# Set x-goog-api-client
|
1433
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1419
1434
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1420
1435
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1421
1436
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1422
1437
|
transports_version_send: [:rest]
|
1423
1438
|
|
1439
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1424
1440
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1425
1441
|
|
1426
1442
|
options.apply_defaults timeout: @config.rpcs.list_transfer_logs.timeout,
|
@@ -1497,12 +1513,13 @@ module Google
|
|
1497
1513
|
# Customize the options with defaults
|
1498
1514
|
call_metadata = @config.rpcs.check_valid_creds.metadata.to_h
|
1499
1515
|
|
1500
|
-
# Set x-goog-api-client
|
1516
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1501
1517
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1502
1518
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1503
1519
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1504
1520
|
transports_version_send: [:rest]
|
1505
1521
|
|
1522
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1506
1523
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1507
1524
|
|
1508
1525
|
options.apply_defaults timeout: @config.rpcs.check_valid_creds.timeout,
|
@@ -1547,7 +1564,8 @@ module Google
|
|
1547
1564
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
1548
1565
|
#
|
1549
1566
|
# @param name [::String]
|
1550
|
-
# The name of the project resource in the form:
|
1567
|
+
# Required. The name of the project resource in the form:
|
1568
|
+
# `projects/{project_id}`
|
1551
1569
|
# @param data_source_ids [::Array<::String>]
|
1552
1570
|
# Data sources that are enrolled. It is required to provide at least one
|
1553
1571
|
# data source id.
|
@@ -1585,12 +1603,13 @@ module Google
|
|
1585
1603
|
# Customize the options with defaults
|
1586
1604
|
call_metadata = @config.rpcs.enroll_data_sources.metadata.to_h
|
1587
1605
|
|
1588
|
-
# Set x-goog-api-client
|
1606
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1589
1607
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1590
1608
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1591
1609
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1592
1610
|
transports_version_send: [:rest]
|
1593
1611
|
|
1612
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1594
1613
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1595
1614
|
|
1596
1615
|
options.apply_defaults timeout: @config.rpcs.enroll_data_sources.timeout,
|
@@ -1632,7 +1651,8 @@ module Google
|
|
1632
1651
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
1633
1652
|
#
|
1634
1653
|
# @param name [::String]
|
1635
|
-
# The name of the project resource in the form:
|
1654
|
+
# Required. The name of the project resource in the form:
|
1655
|
+
# `projects/{project_id}`
|
1636
1656
|
# @param data_source_ids [::Array<::String>]
|
1637
1657
|
# Data sources that are unenrolled. It is required to provide at least one
|
1638
1658
|
# data source id.
|
@@ -1670,12 +1690,13 @@ module Google
|
|
1670
1690
|
# Customize the options with defaults
|
1671
1691
|
call_metadata = @config.rpcs.unenroll_data_sources.metadata.to_h
|
1672
1692
|
|
1673
|
-
# Set x-goog-api-client
|
1693
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1674
1694
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1675
1695
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1676
1696
|
gapic_version: ::Google::Cloud::Bigquery::DataTransfer::V1::VERSION,
|
1677
1697
|
transports_version_send: [:rest]
|
1678
1698
|
|
1699
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1679
1700
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1680
1701
|
|
1681
1702
|
options.apply_defaults timeout: @config.rpcs.unenroll_data_sources.timeout,
|
@@ -16,7 +16,7 @@ require 'google/protobuf/timestamp_pb'
|
|
16
16
|
require 'google/protobuf/wrappers_pb'
|
17
17
|
|
18
18
|
|
19
|
-
descriptor_data = "\n8google/cloud/bigquery/datatransfer/v1/datatransfer.proto\x12%google.cloud.bigquery.datatransfer.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/bigquery/datatransfer/v1/transfer.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\x8f\x05\n\x13\x44\x61taSourceParameter\x12\x10\n\x08param_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12M\n\x04type\x18\x04 \x01(\x0e\x32?.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type\x12\x10\n\x08required\x18\x05 \x01(\x08\x12\x10\n\x08repeated\x18\x06 \x01(\x08\x12\x18\n\x10validation_regex\x18\x07 \x01(\t\x12\x16\n\x0e\x61llowed_values\x18\x08 \x03(\t\x12/\n\tmin_value\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12/\n\tmax_value\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x06\x66ields\x18\x0b \x03(\x0b\x32:.google.cloud.bigquery.datatransfer.v1.DataSourceParameter\x12\x1e\n\x16validation_description\x18\x0c \x01(\t\x12\x1b\n\x13validation_help_url\x18\r \x01(\t\x12\x11\n\timmutable\x18\x0e \x01(\x08\x12\x0f\n\x07recurse\x18\x0f \x01(\x08\x12\x12\n\ndeprecated\x18\x14 \x01(\x08\"s\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x0b\n\x07INTEGER\x10\x02\x12\n\n\x06\x44OUBLE\x10\x03\x12\x0b\n\x07\x42OOLEAN\x10\x04\x12\n\n\x06RECORD\x10\x05\x12\r\n\tPLUS_PAGE\x10\x06\x12\x08\n\x04LIST\x10\x07\"\x9c\t\n\nDataSource\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x16\n\x0e\x64\x61ta_source_id\x18\x02 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x11\n\tclient_id\x18\x05 \x01(\t\x12\x0e\n\x06scopes\x18\x06 \x03(\t\x12N\n\rtransfer_type\x18\x07 \x01(\x0e\x32\x33.google.cloud.bigquery.datatransfer.v1.TransferTypeB\x02\x18\x01\x12\'\n\x1bsupports_multiple_transfers\x18\x08 \x01(\x08\x42\x02\x18\x01\x12\x1f\n\x17update_deadline_seconds\x18\t \x01(\x05\x12\x18\n\x10\x64\x65\x66\x61ult_schedule\x18\n \x01(\t\x12 \n\x18supports_custom_schedule\x18\x0b \x01(\x08\x12N\n\nparameters\x18\x0c \x03(\x0b\x32:.google.cloud.bigquery.datatransfer.v1.DataSourceParameter\x12\x10\n\x08help_url\x18\r \x01(\t\x12_\n\x12\x61uthorization_type\x18\x0e \x01(\x0e\x32\x43.google.cloud.bigquery.datatransfer.v1.DataSource.AuthorizationType\x12\\\n\x11\x64\x61ta_refresh_type\x18\x0f \x01(\x0e\x32\x41.google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType\x12(\n default_data_refresh_window_days\x18\x10 \x01(\x05\x12\x1c\n\x14manual_runs_disabled\x18\x11 \x01(\x08\x12<\n\x19minimum_schedule_interval\x18\x12 \x01(\x0b\x32\x19.google.protobuf.Duration\"\x8a\x01\n\x11\x41uthorizationType\x12\"\n\x1e\x41UTHORIZATION_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x41UTHORIZATION_CODE\x10\x01\x12\"\n\x1eGOOGLE_PLUS_AUTHORIZATION_CODE\x10\x02\x12\x15\n\x11\x46IRST_PARTY_OAUTH\x10\x03\"c\n\x0f\x44\x61taRefreshType\x12!\n\x1d\x44\x41TA_REFRESH_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSLIDING_WINDOW\x10\x01\x12\x19\n\x15\x43USTOM_SLIDING_WINDOW\x10\x02:\xa5\x01\xea\x41\xa1\x01\n.bigquerydatatransfer.googleapis.com/DataSource\x12,projects/{project}/dataSources/{data_source}\x12\x41projects/{project}/locations/{location}/dataSources/{data_source}\"\\\n\x14GetDataSourceRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.bigquerydatatransfer.googleapis.com/DataSource\"\x87\x01\n\x16ListDataSourcesRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.bigquerydatatransfer.googleapis.com/DataSource\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\"\x80\x01\n\x17ListDataSourcesResponse\x12G\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32\x31.google.cloud.bigquery.datatransfer.v1.DataSource\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\x8e\x02\n\x1b\x43reateTransferConfigRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32\x62igquerydatatransfer.googleapis.com/TransferConfig\x12S\n\x0ftransfer_config\x18\x02 \x01(\x0b\x32\x35.google.cloud.bigquery.datatransfer.v1.TransferConfigB\x03\xe0\x41\x02\x12\x1a\n\x12\x61uthorization_code\x18\x03 \x01(\t\x12\x14\n\x0cversion_info\x18\x05 \x01(\t\x12\x1c\n\x14service_account_name\x18\x06 \x01(\t\"\xf8\x01\n\x1bUpdateTransferConfigRequest\x12S\n\x0ftransfer_config\x18\x01 \x01(\x0b\x32\x35.google.cloud.bigquery.datatransfer.v1.TransferConfigB\x03\xe0\x41\x02\x12\x1a\n\x12\x61uthorization_code\x18\x03 \x01(\t\x12\x34\n\x0bupdate_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x14\n\x0cversion_info\x18\x05 \x01(\t\x12\x1c\n\x14service_account_name\x18\x06 \x01(\t\"d\n\x18GetTransferConfigRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\"g\n\x1b\x44\x65leteTransferConfigRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\"V\n\x15GetTransferRunRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'bigquerydatatransfer.googleapis.com/Run\"Y\n\x18\x44\x65leteTransferRunRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'bigquerydatatransfer.googleapis.com/Run\"\xa8\x01\n\x1aListTransferConfigsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32\x62igquerydatatransfer.googleapis.com/TransferConfig\x12\x17\n\x0f\x64\x61ta_source_ids\x18\x02 \x03(\t\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\"\x91\x01\n\x1bListTransferConfigsResponse\x12T\n\x10transfer_configs\x18\x01 \x03(\x0b\x32\x35.google.cloud.bigquery.datatransfer.v1.TransferConfigB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\xde\x02\n\x17ListTransferRunsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'bigquerydatatransfer.googleapis.com/Run\x12\x44\n\x06states\x18\x02 \x03(\x0e\x32\x34.google.cloud.bigquery.datatransfer.v1.TransferState\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\x12^\n\x0brun_attempt\x18\x05 \x01(\x0e\x32I.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt\"5\n\nRunAttempt\x12\x1b\n\x17RUN_ATTEMPT_UNSPECIFIED\x10\x00\x12\n\n\x06LATEST\x10\x01\"\x88\x01\n\x18ListTransferRunsResponse\x12N\n\rtransfer_runs\x18\x01 \x03(\x0b\x32\x32.google.cloud.bigquery.datatransfer.v1.TransferRunB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\xe0\x01\n\x17ListTransferLogsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'bigquerydatatransfer.googleapis.com/Run\x12\x12\n\npage_token\x18\x04 \x01(\t\x12\x11\n\tpage_size\x18\x05 \x01(\x05\x12]\n\rmessage_types\x18\x06 \x03(\x0e\x32\x46.google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity\"\x90\x01\n\x18ListTransferLogsResponse\x12V\n\x11transfer_messages\x18\x01 \x03(\x0b\x32\x36.google.cloud.bigquery.datatransfer.v1.TransferMessageB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"^\n\x16\x43heckValidCredsRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.bigquerydatatransfer.googleapis.com/DataSource\"2\n\x17\x43heckValidCredsResponse\x12\x17\n\x0fhas_valid_creds\x18\x01 \x01(\x08\"\xd1\x01\n\x1bScheduleTransferRunsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\x12\x33\n\nstart_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02\x12\x31\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02\"`\n\x1cScheduleTransferRunsResponse\x12@\n\x04runs\x18\x01 \x03(\x0b\x32\x32.google.cloud.bigquery.datatransfer.v1.TransferRun\"\x87\x03\n\x1eStartManualTransferRunsRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\x12o\n\x14requested_time_range\x18\x03 \x01(\x0b\x32O.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRangeH\x00\x12\x38\n\x12requested_run_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x1ai\n\tTimeRange\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\n\x04time\"c\n\x1fStartManualTransferRunsResponse\x12@\n\x04runs\x18\x01 \x03(\x0b\x32\x32.google.cloud.bigquery.datatransfer.v1.TransferRun\"A\n\x18\x45nrollDataSourcesRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0f\x64\x61ta_source_ids\x18\x02 \x03(\t\"C\n\x1aUnenrollDataSourcesRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0f\x64\x61ta_source_ids\x18\x02 \x03(\t2\xd5\"\n\x13\x44\x61taTransferService\x12\xe6\x01\n\rGetDataSource\x12;.google.cloud.bigquery.datatransfer.v1.GetDataSourceRequest\x1a\x31.google.cloud.bigquery.datatransfer.v1.DataSource\"e\xda\x41\x04name\x82\xd3\xe4\x93\x02X\x12//v1/{name=projects/*/locations/*/dataSources/*}Z%\x12#/v1/{name=projects/*/dataSources/*}\x12\xf9\x01\n\x0fListDataSources\x12=.google.cloud.bigquery.datatransfer.v1.ListDataSourcesRequest\x1a>.google.cloud.bigquery.datatransfer.v1.ListDataSourcesResponse\"g\xda\x41\x06parent\x82\xd3\xe4\x93\x02X\x12//v1/{parent=projects/*/locations/*}/dataSourcesZ%\x12#/v1/{parent=projects/*}/dataSources\x12\xb6\x02\n\x14\x43reateTransferConfig\x12\x42.google.cloud.bigquery.datatransfer.v1.CreateTransferConfigRequest\x1a\x35.google.cloud.bigquery.datatransfer.v1.TransferConfig\"\xa2\x01\xda\x41\x16parent,transfer_config\x82\xd3\xe4\x93\x02\x82\x01\"3/v1/{parent=projects/*/locations/*}/transferConfigs:\x0ftransfer_configZ:\"\'/v1/{parent=projects/*}/transferConfigs:\x0ftransfer_config\x12\xdb\x02\n\x14UpdateTransferConfig\x12\x42.google.cloud.bigquery.datatransfer.v1.UpdateTransferConfigRequest\x1a\x35.google.cloud.bigquery.datatransfer.v1.TransferConfig\"\xc7\x01\xda\x41\x1btransfer_config,update_mask\x82\xd3\xe4\x93\x02\xa2\x01\x32\x43/v1/{transfer_config.name=projects/*/locations/*/transferConfigs/*}:\x0ftransfer_configZJ27/v1/{transfer_config.name=projects/*/transferConfigs/*}:\x0ftransfer_config\x12\xe1\x01\n\x14\x44\x65leteTransferConfig\x12\x42.google.cloud.bigquery.datatransfer.v1.DeleteTransferConfigRequest\x1a\x16.google.protobuf.Empty\"m\xda\x41\x04name\x82\xd3\xe4\x93\x02`*3/v1/{name=projects/*/locations/*/transferConfigs/*}Z)*\'/v1/{name=projects/*/transferConfigs/*}\x12\xfa\x01\n\x11GetTransferConfig\x12?.google.cloud.bigquery.datatransfer.v1.GetTransferConfigRequest\x1a\x35.google.cloud.bigquery.datatransfer.v1.TransferConfig\"m\xda\x41\x04name\x82\xd3\xe4\x93\x02`\x12\x33/v1/{name=projects/*/locations/*/transferConfigs/*}Z)\x12\'/v1/{name=projects/*/transferConfigs/*}\x12\x8d\x02\n\x13ListTransferConfigs\x12\x41.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsRequest\x1a\x42.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse\"o\xda\x41\x06parent\x82\xd3\xe4\x93\x02`\x12\x33/v1/{parent=projects/*/locations/*}/transferConfigsZ)\x12\'/v1/{parent=projects/*}/transferConfigs\x12\xcd\x02\n\x14ScheduleTransferRuns\x12\x42.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsRequest\x1a\x43.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsResponse\"\xab\x01\x88\x02\x01\xda\x41\x1aparent,start_time,end_time\x82\xd3\xe4\x93\x02\x84\x01\"B/v1/{parent=projects/*/locations/*/transferConfigs/*}:scheduleRuns:\x01*Z;\"6/v1/{parent=projects/*/transferConfigs/*}:scheduleRuns:\x01*\x12\xbc\x02\n\x17StartManualTransferRuns\x12\x45.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest\x1a\x46.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsResponse\"\x91\x01\x82\xd3\xe4\x93\x02\x8a\x01\"E/v1/{parent=projects/*/locations/*/transferConfigs/*}:startManualRuns:\x01*Z>\"9/v1/{parent=projects/*/transferConfigs/*}:startManualRuns:\x01*\x12\xff\x01\n\x0eGetTransferRun\x12<.google.cloud.bigquery.datatransfer.v1.GetTransferRunRequest\x1a\x32.google.cloud.bigquery.datatransfer.v1.TransferRun\"{\xda\x41\x04name\x82\xd3\xe4\x93\x02n\x12:/v1/{name=projects/*/locations/*/transferConfigs/*/runs/*}Z0\x12./v1/{name=projects/*/transferConfigs/*/runs/*}\x12\xe9\x01\n\x11\x44\x65leteTransferRun\x12?.google.cloud.bigquery.datatransfer.v1.DeleteTransferRunRequest\x1a\x16.google.protobuf.Empty\"{\xda\x41\x04name\x82\xd3\xe4\x93\x02n*:/v1/{name=projects/*/locations/*/transferConfigs/*/runs/*}Z0*./v1/{name=projects/*/transferConfigs/*/runs/*}\x12\x92\x02\n\x10ListTransferRuns\x12>.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest\x1a?.google.cloud.bigquery.datatransfer.v1.ListTransferRunsResponse\"}\xda\x41\x06parent\x82\xd3\xe4\x93\x02n\x12:/v1/{parent=projects/*/locations/*/transferConfigs/*}/runsZ0\x12./v1/{parent=projects/*/transferConfigs/*}/runs\x12\xb2\x02\n\x10ListTransferLogs\x12>.google.cloud.bigquery.datatransfer.v1.ListTransferLogsRequest\x1a?.google.cloud.bigquery.datatransfer.v1.ListTransferLogsResponse\"\x9c\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x8c\x01\x12I/v1/{parent=projects/*/locations/*/transferConfigs/*/runs/*}/transferLogsZ?\x12=/v1/{parent=projects/*/transferConfigs/*/runs/*}/transferLogs\x12\x9e\x02\n\x0f\x43heckValidCreds\x12=.google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest\x1a>.google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse\"\x8b\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02~\"?/v1/{name=projects/*/locations/*/dataSources/*}:checkValidCreds:\x01*Z8\"3/v1/{name=projects/*/dataSources/*}:checkValidCreds:\x01*\x12\xda\x01\n\x11\x45nrollDataSources\x12?.google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest\x1a\x16.google.protobuf.Empty\"l\x82\xd3\xe4\x93\x02\x66\"3/v1/{name=projects/*/locations/*}:enrollDataSources:\x01*Z,\"\'/v1/{name=projects/*}:enrollDataSources:\x01*\x12\xb2\x01\n\x13UnenrollDataSources\x12\x41.google.cloud.bigquery.datatransfer.v1.UnenrollDataSourcesRequest\x1a\x16.google.protobuf.Empty\"@\x82\xd3\xe4\x93\x02:\"5/v1/{name=projects/*/locations/*}:unenrollDataSources:\x01*\x1aW\xca\x41#bigquerydatatransfer.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x8b\x02\n)com.google.cloud.bigquery.datatransfer.v1B\x11\x44\x61taTransferProtoP\x01ZMcloud.google.com/go/bigquery/datatransfer/apiv1/datatransferpb;datatransferpb\xaa\x02%Google.Cloud.BigQuery.DataTransfer.V1\xca\x02%Google\\Cloud\\BigQuery\\DataTransfer\\V1\xea\x02)Google::Cloud::Bigquery::DataTransfer::V1b\x06proto3"
|
19
|
+
descriptor_data = "\n8google/cloud/bigquery/datatransfer/v1/datatransfer.proto\x12%google.cloud.bigquery.datatransfer.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/bigquery/datatransfer/v1/transfer.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\x8f\x05\n\x13\x44\x61taSourceParameter\x12\x10\n\x08param_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12M\n\x04type\x18\x04 \x01(\x0e\x32?.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type\x12\x10\n\x08required\x18\x05 \x01(\x08\x12\x10\n\x08repeated\x18\x06 \x01(\x08\x12\x18\n\x10validation_regex\x18\x07 \x01(\t\x12\x16\n\x0e\x61llowed_values\x18\x08 \x03(\t\x12/\n\tmin_value\x18\t \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12/\n\tmax_value\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x06\x66ields\x18\x0b \x03(\x0b\x32:.google.cloud.bigquery.datatransfer.v1.DataSourceParameter\x12\x1e\n\x16validation_description\x18\x0c \x01(\t\x12\x1b\n\x13validation_help_url\x18\r \x01(\t\x12\x11\n\timmutable\x18\x0e \x01(\x08\x12\x0f\n\x07recurse\x18\x0f \x01(\x08\x12\x12\n\ndeprecated\x18\x14 \x01(\x08\"s\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x0b\n\x07INTEGER\x10\x02\x12\n\n\x06\x44OUBLE\x10\x03\x12\x0b\n\x07\x42OOLEAN\x10\x04\x12\n\n\x06RECORD\x10\x05\x12\r\n\tPLUS_PAGE\x10\x06\x12\x08\n\x04LIST\x10\x07\"\x9c\t\n\nDataSource\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x16\n\x0e\x64\x61ta_source_id\x18\x02 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x11\n\tclient_id\x18\x05 \x01(\t\x12\x0e\n\x06scopes\x18\x06 \x03(\t\x12N\n\rtransfer_type\x18\x07 \x01(\x0e\x32\x33.google.cloud.bigquery.datatransfer.v1.TransferTypeB\x02\x18\x01\x12\'\n\x1bsupports_multiple_transfers\x18\x08 \x01(\x08\x42\x02\x18\x01\x12\x1f\n\x17update_deadline_seconds\x18\t \x01(\x05\x12\x18\n\x10\x64\x65\x66\x61ult_schedule\x18\n \x01(\t\x12 \n\x18supports_custom_schedule\x18\x0b \x01(\x08\x12N\n\nparameters\x18\x0c \x03(\x0b\x32:.google.cloud.bigquery.datatransfer.v1.DataSourceParameter\x12\x10\n\x08help_url\x18\r \x01(\t\x12_\n\x12\x61uthorization_type\x18\x0e \x01(\x0e\x32\x43.google.cloud.bigquery.datatransfer.v1.DataSource.AuthorizationType\x12\\\n\x11\x64\x61ta_refresh_type\x18\x0f \x01(\x0e\x32\x41.google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType\x12(\n default_data_refresh_window_days\x18\x10 \x01(\x05\x12\x1c\n\x14manual_runs_disabled\x18\x11 \x01(\x08\x12<\n\x19minimum_schedule_interval\x18\x12 \x01(\x0b\x32\x19.google.protobuf.Duration\"\x8a\x01\n\x11\x41uthorizationType\x12\"\n\x1e\x41UTHORIZATION_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x41UTHORIZATION_CODE\x10\x01\x12\"\n\x1eGOOGLE_PLUS_AUTHORIZATION_CODE\x10\x02\x12\x15\n\x11\x46IRST_PARTY_OAUTH\x10\x03\"c\n\x0f\x44\x61taRefreshType\x12!\n\x1d\x44\x41TA_REFRESH_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSLIDING_WINDOW\x10\x01\x12\x19\n\x15\x43USTOM_SLIDING_WINDOW\x10\x02:\xa5\x01\xea\x41\xa1\x01\n.bigquerydatatransfer.googleapis.com/DataSource\x12,projects/{project}/dataSources/{data_source}\x12\x41projects/{project}/locations/{location}/dataSources/{data_source}\"\\\n\x14GetDataSourceRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.bigquerydatatransfer.googleapis.com/DataSource\"\x87\x01\n\x16ListDataSourcesRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.bigquerydatatransfer.googleapis.com/DataSource\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\"\x80\x01\n\x17ListDataSourcesResponse\x12G\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32\x31.google.cloud.bigquery.datatransfer.v1.DataSource\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\x8e\x02\n\x1b\x43reateTransferConfigRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32\x62igquerydatatransfer.googleapis.com/TransferConfig\x12S\n\x0ftransfer_config\x18\x02 \x01(\x0b\x32\x35.google.cloud.bigquery.datatransfer.v1.TransferConfigB\x03\xe0\x41\x02\x12\x1a\n\x12\x61uthorization_code\x18\x03 \x01(\t\x12\x14\n\x0cversion_info\x18\x05 \x01(\t\x12\x1c\n\x14service_account_name\x18\x06 \x01(\t\"\xf8\x01\n\x1bUpdateTransferConfigRequest\x12S\n\x0ftransfer_config\x18\x01 \x01(\x0b\x32\x35.google.cloud.bigquery.datatransfer.v1.TransferConfigB\x03\xe0\x41\x02\x12\x1a\n\x12\x61uthorization_code\x18\x03 \x01(\t\x12\x34\n\x0bupdate_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x14\n\x0cversion_info\x18\x05 \x01(\t\x12\x1c\n\x14service_account_name\x18\x06 \x01(\t\"d\n\x18GetTransferConfigRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\"g\n\x1b\x44\x65leteTransferConfigRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\"V\n\x15GetTransferRunRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'bigquerydatatransfer.googleapis.com/Run\"Y\n\x18\x44\x65leteTransferRunRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'bigquerydatatransfer.googleapis.com/Run\"\xa8\x01\n\x1aListTransferConfigsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32\x62igquerydatatransfer.googleapis.com/TransferConfig\x12\x17\n\x0f\x64\x61ta_source_ids\x18\x02 \x03(\t\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\"\x91\x01\n\x1bListTransferConfigsResponse\x12T\n\x10transfer_configs\x18\x01 \x03(\x0b\x32\x35.google.cloud.bigquery.datatransfer.v1.TransferConfigB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\xde\x02\n\x17ListTransferRunsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'bigquerydatatransfer.googleapis.com/Run\x12\x44\n\x06states\x18\x02 \x03(\x0e\x32\x34.google.cloud.bigquery.datatransfer.v1.TransferState\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\x12^\n\x0brun_attempt\x18\x05 \x01(\x0e\x32I.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt\"5\n\nRunAttempt\x12\x1b\n\x17RUN_ATTEMPT_UNSPECIFIED\x10\x00\x12\n\n\x06LATEST\x10\x01\"\x88\x01\n\x18ListTransferRunsResponse\x12N\n\rtransfer_runs\x18\x01 \x03(\x0b\x32\x32.google.cloud.bigquery.datatransfer.v1.TransferRunB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\xe0\x01\n\x17ListTransferLogsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'bigquerydatatransfer.googleapis.com/Run\x12\x12\n\npage_token\x18\x04 \x01(\t\x12\x11\n\tpage_size\x18\x05 \x01(\x05\x12]\n\rmessage_types\x18\x06 \x03(\x0e\x32\x46.google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity\"\x90\x01\n\x18ListTransferLogsResponse\x12V\n\x11transfer_messages\x18\x01 \x03(\x0b\x32\x36.google.cloud.bigquery.datatransfer.v1.TransferMessageB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"^\n\x16\x43heckValidCredsRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.bigquerydatatransfer.googleapis.com/DataSource\"2\n\x17\x43heckValidCredsResponse\x12\x17\n\x0fhas_valid_creds\x18\x01 \x01(\x08\"\xd1\x01\n\x1bScheduleTransferRunsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\x12\x33\n\nstart_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02\x12\x31\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02\"`\n\x1cScheduleTransferRunsResponse\x12@\n\x04runs\x18\x01 \x03(\x0b\x32\x32.google.cloud.bigquery.datatransfer.v1.TransferRun\"\x8a\x03\n\x1eStartManualTransferRunsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2bigquerydatatransfer.googleapis.com/TransferConfig\x12o\n\x14requested_time_range\x18\x03 \x01(\x0b\x32O.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRangeH\x00\x12\x38\n\x12requested_run_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x1ai\n\tTimeRange\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\n\x04time\"c\n\x1fStartManualTransferRunsResponse\x12@\n\x04runs\x18\x01 \x03(\x0b\x32\x32.google.cloud.bigquery.datatransfer.v1.TransferRun\"F\n\x18\x45nrollDataSourcesRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\x0f\x64\x61ta_source_ids\x18\x02 \x03(\t\"H\n\x1aUnenrollDataSourcesRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\x0f\x64\x61ta_source_ids\x18\x02 \x03(\t2\xd5\"\n\x13\x44\x61taTransferService\x12\xe6\x01\n\rGetDataSource\x12;.google.cloud.bigquery.datatransfer.v1.GetDataSourceRequest\x1a\x31.google.cloud.bigquery.datatransfer.v1.DataSource\"e\xda\x41\x04name\x82\xd3\xe4\x93\x02X\x12//v1/{name=projects/*/locations/*/dataSources/*}Z%\x12#/v1/{name=projects/*/dataSources/*}\x12\xf9\x01\n\x0fListDataSources\x12=.google.cloud.bigquery.datatransfer.v1.ListDataSourcesRequest\x1a>.google.cloud.bigquery.datatransfer.v1.ListDataSourcesResponse\"g\xda\x41\x06parent\x82\xd3\xe4\x93\x02X\x12//v1/{parent=projects/*/locations/*}/dataSourcesZ%\x12#/v1/{parent=projects/*}/dataSources\x12\xb6\x02\n\x14\x43reateTransferConfig\x12\x42.google.cloud.bigquery.datatransfer.v1.CreateTransferConfigRequest\x1a\x35.google.cloud.bigquery.datatransfer.v1.TransferConfig\"\xa2\x01\xda\x41\x16parent,transfer_config\x82\xd3\xe4\x93\x02\x82\x01\"3/v1/{parent=projects/*/locations/*}/transferConfigs:\x0ftransfer_configZ:\"\'/v1/{parent=projects/*}/transferConfigs:\x0ftransfer_config\x12\xdb\x02\n\x14UpdateTransferConfig\x12\x42.google.cloud.bigquery.datatransfer.v1.UpdateTransferConfigRequest\x1a\x35.google.cloud.bigquery.datatransfer.v1.TransferConfig\"\xc7\x01\xda\x41\x1btransfer_config,update_mask\x82\xd3\xe4\x93\x02\xa2\x01\x32\x43/v1/{transfer_config.name=projects/*/locations/*/transferConfigs/*}:\x0ftransfer_configZJ27/v1/{transfer_config.name=projects/*/transferConfigs/*}:\x0ftransfer_config\x12\xe1\x01\n\x14\x44\x65leteTransferConfig\x12\x42.google.cloud.bigquery.datatransfer.v1.DeleteTransferConfigRequest\x1a\x16.google.protobuf.Empty\"m\xda\x41\x04name\x82\xd3\xe4\x93\x02`*3/v1/{name=projects/*/locations/*/transferConfigs/*}Z)*\'/v1/{name=projects/*/transferConfigs/*}\x12\xfa\x01\n\x11GetTransferConfig\x12?.google.cloud.bigquery.datatransfer.v1.GetTransferConfigRequest\x1a\x35.google.cloud.bigquery.datatransfer.v1.TransferConfig\"m\xda\x41\x04name\x82\xd3\xe4\x93\x02`\x12\x33/v1/{name=projects/*/locations/*/transferConfigs/*}Z)\x12\'/v1/{name=projects/*/transferConfigs/*}\x12\x8d\x02\n\x13ListTransferConfigs\x12\x41.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsRequest\x1a\x42.google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse\"o\xda\x41\x06parent\x82\xd3\xe4\x93\x02`\x12\x33/v1/{parent=projects/*/locations/*}/transferConfigsZ)\x12\'/v1/{parent=projects/*}/transferConfigs\x12\xcd\x02\n\x14ScheduleTransferRuns\x12\x42.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsRequest\x1a\x43.google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsResponse\"\xab\x01\x88\x02\x01\xda\x41\x1aparent,start_time,end_time\x82\xd3\xe4\x93\x02\x84\x01\"B/v1/{parent=projects/*/locations/*/transferConfigs/*}:scheduleRuns:\x01*Z;\"6/v1/{parent=projects/*/transferConfigs/*}:scheduleRuns:\x01*\x12\xbc\x02\n\x17StartManualTransferRuns\x12\x45.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest\x1a\x46.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsResponse\"\x91\x01\x82\xd3\xe4\x93\x02\x8a\x01\"E/v1/{parent=projects/*/locations/*/transferConfigs/*}:startManualRuns:\x01*Z>\"9/v1/{parent=projects/*/transferConfigs/*}:startManualRuns:\x01*\x12\xff\x01\n\x0eGetTransferRun\x12<.google.cloud.bigquery.datatransfer.v1.GetTransferRunRequest\x1a\x32.google.cloud.bigquery.datatransfer.v1.TransferRun\"{\xda\x41\x04name\x82\xd3\xe4\x93\x02n\x12:/v1/{name=projects/*/locations/*/transferConfigs/*/runs/*}Z0\x12./v1/{name=projects/*/transferConfigs/*/runs/*}\x12\xe9\x01\n\x11\x44\x65leteTransferRun\x12?.google.cloud.bigquery.datatransfer.v1.DeleteTransferRunRequest\x1a\x16.google.protobuf.Empty\"{\xda\x41\x04name\x82\xd3\xe4\x93\x02n*:/v1/{name=projects/*/locations/*/transferConfigs/*/runs/*}Z0*./v1/{name=projects/*/transferConfigs/*/runs/*}\x12\x92\x02\n\x10ListTransferRuns\x12>.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest\x1a?.google.cloud.bigquery.datatransfer.v1.ListTransferRunsResponse\"}\xda\x41\x06parent\x82\xd3\xe4\x93\x02n\x12:/v1/{parent=projects/*/locations/*/transferConfigs/*}/runsZ0\x12./v1/{parent=projects/*/transferConfigs/*}/runs\x12\xb2\x02\n\x10ListTransferLogs\x12>.google.cloud.bigquery.datatransfer.v1.ListTransferLogsRequest\x1a?.google.cloud.bigquery.datatransfer.v1.ListTransferLogsResponse\"\x9c\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x8c\x01\x12I/v1/{parent=projects/*/locations/*/transferConfigs/*/runs/*}/transferLogsZ?\x12=/v1/{parent=projects/*/transferConfigs/*/runs/*}/transferLogs\x12\x9e\x02\n\x0f\x43heckValidCreds\x12=.google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest\x1a>.google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse\"\x8b\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02~\"?/v1/{name=projects/*/locations/*/dataSources/*}:checkValidCreds:\x01*Z8\"3/v1/{name=projects/*/dataSources/*}:checkValidCreds:\x01*\x12\xda\x01\n\x11\x45nrollDataSources\x12?.google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest\x1a\x16.google.protobuf.Empty\"l\x82\xd3\xe4\x93\x02\x66\"3/v1/{name=projects/*/locations/*}:enrollDataSources:\x01*Z,\"\'/v1/{name=projects/*}:enrollDataSources:\x01*\x12\xb2\x01\n\x13UnenrollDataSources\x12\x41.google.cloud.bigquery.datatransfer.v1.UnenrollDataSourcesRequest\x1a\x16.google.protobuf.Empty\"@\x82\xd3\xe4\x93\x02:\"5/v1/{name=projects/*/locations/*}:unenrollDataSources:\x01*\x1aW\xca\x41#bigquerydatatransfer.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x8b\x02\n)com.google.cloud.bigquery.datatransfer.v1B\x11\x44\x61taTransferProtoP\x01ZMcloud.google.com/go/bigquery/datatransfer/apiv1/datatransferpb;datatransferpb\xaa\x02%Google.Cloud.BigQuery.DataTransfer.V1\xca\x02%Google\\Cloud\\BigQuery\\DataTransfer\\V1\xea\x02)Google::Cloud::Bigquery::DataTransfer::V1b\x06proto3"
|
20
20
|
|
21
21
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
22
22
|
|
@@ -12,7 +12,7 @@ require 'google/protobuf/wrappers_pb'
|
|
12
12
|
require 'google/rpc/status_pb'
|
13
13
|
|
14
14
|
|
15
|
-
descriptor_data = "\n4google/cloud/bigquery/datatransfer/v1/transfer.proto\x12%google.cloud.bigquery.datatransfer.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x17google/rpc/status.proto\"0\n\x10\x45mailPreferences\x12\x1c\n\x14\x65nable_failure_email\x18\x01 \x01(\x08\"\x90\x01\n\x0fScheduleOptions\x12\x1f\n\x17\x64isable_auto_scheduling\x18\x03 \x01(\x08\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"(\n\x08UserInfo\x12\x12\n\x05\x65mail\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_email\"\
|
15
|
+
descriptor_data = "\n4google/cloud/bigquery/datatransfer/v1/transfer.proto\x12%google.cloud.bigquery.datatransfer.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x17google/rpc/status.proto\"0\n\x10\x45mailPreferences\x12\x1c\n\x14\x65nable_failure_email\x18\x01 \x01(\x08\"\x90\x01\n\x0fScheduleOptions\x12\x1f\n\x17\x64isable_auto_scheduling\x18\x03 \x01(\x08\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"(\n\x08UserInfo\x12\x12\n\x05\x65mail\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_email\"\x9c\x08\n\x0eTransferConfig\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12 \n\x16\x64\x65stination_dataset_id\x18\x02 \x01(\tH\x00\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x16\n\x0e\x64\x61ta_source_id\x18\x05 \x01(\t\x12\'\n\x06params\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x10\n\x08schedule\x18\x07 \x01(\t\x12P\n\x10schedule_options\x18\x18 \x01(\x0b\x32\x36.google.cloud.bigquery.datatransfer.v1.ScheduleOptions\x12 \n\x18\x64\x61ta_refresh_window_days\x18\x0c \x01(\x05\x12\x10\n\x08\x64isabled\x18\r \x01(\x08\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x36\n\rnext_run_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12H\n\x05state\x18\n \x01(\x0e\x32\x34.google.cloud.bigquery.datatransfer.v1.TransferStateB\x03\xe0\x41\x03\x12\x0f\n\x07user_id\x18\x0b \x01(\x03\x12\x1b\n\x0e\x64\x61taset_region\x18\x0e \x01(\tB\x03\xe0\x41\x03\x12!\n\x19notification_pubsub_topic\x18\x0f \x01(\t\x12R\n\x11\x65mail_preferences\x18\x12 \x01(\x0b\x32\x37.google.cloud.bigquery.datatransfer.v1.EmailPreferences\x12M\n\nowner_info\x18\x1b \x01(\x0b\x32/.google.cloud.bigquery.datatransfer.v1.UserInfoB\x03\xe0\x41\x03H\x01\x88\x01\x01\x12`\n\x18\x65ncryption_configuration\x18\x1c \x01(\x0b\x32>.google.cloud.bigquery.datatransfer.v1.EncryptionConfiguration:\xb9\x01\xea\x41\xb5\x01\n2bigquerydatatransfer.googleapis.com/TransferConfig\x12\x34projects/{project}/transferConfigs/{transfer_config}\x12Iprojects/{project}/locations/{location}/transferConfigs/{transfer_config}B\r\n\x0b\x64\x65stinationB\r\n\x0b_owner_info\"M\n\x17\x45ncryptionConfiguration\x12\x32\n\x0ckms_key_name\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\"\xff\x06\n\x0bTransferRun\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x31\n\rschedule_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08run_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12(\n\x0c\x65rror_status\x18\x15 \x01(\x0b\x32\x12.google.rpc.Status\x12\x33\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12,\n\x06params\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x03\x12%\n\x16\x64\x65stination_dataset_id\x18\x02 \x01(\tB\x03\xe0\x41\x03H\x00\x12\x1b\n\x0e\x64\x61ta_source_id\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x43\n\x05state\x18\x08 \x01(\x0e\x32\x34.google.cloud.bigquery.datatransfer.v1.TransferState\x12\x0f\n\x07user_id\x18\x0b \x01(\x03\x12\x15\n\x08schedule\x18\x0c \x01(\tB\x03\xe0\x41\x03\x12&\n\x19notification_pubsub_topic\x18\x17 \x01(\tB\x03\xe0\x41\x03\x12W\n\x11\x65mail_preferences\x18\x19 \x01(\x0b\x32\x37.google.cloud.bigquery.datatransfer.v1.EmailPreferencesB\x03\xe0\x41\x03:\xc4\x01\xea\x41\xc0\x01\n\'bigquerydatatransfer.googleapis.com/Run\x12?projects/{project}/transferConfigs/{transfer_config}/runs/{run}\x12Tprojects/{project}/locations/{location}/transferConfigs/{transfer_config}/runs/{run}B\r\n\x0b\x64\x65stination\"\x8a\x02\n\x0fTransferMessage\x12\x30\n\x0cmessage_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12X\n\x08severity\x18\x02 \x01(\x0e\x32\x46.google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity\x12\x14\n\x0cmessage_text\x18\x03 \x01(\t\"U\n\x0fMessageSeverity\x12 \n\x1cMESSAGE_SEVERITY_UNSPECIFIED\x10\x00\x12\x08\n\x04INFO\x10\x01\x12\x0b\n\x07WARNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03*K\n\x0cTransferType\x12\x1d\n\x19TRANSFER_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05\x42\x41TCH\x10\x01\x12\r\n\tSTREAMING\x10\x02\x1a\x02\x18\x01*s\n\rTransferState\x12\x1e\n\x1aTRANSFER_STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\r\n\tSUCCEEDED\x10\x04\x12\n\n\x06\x46\x41ILED\x10\x05\x12\r\n\tCANCELLED\x10\x06\x42\x8f\x02\n)com.google.cloud.bigquery.datatransfer.v1B\rTransferProtoP\x01ZMcloud.google.com/go/bigquery/datatransfer/apiv1/datatransferpb;datatransferpb\xa2\x02\x05GCBDT\xaa\x02%Google.Cloud.BigQuery.DataTransfer.V1\xca\x02%Google\\Cloud\\BigQuery\\DataTransfer\\V1\xea\x02)Google::Cloud::Bigquery::DataTransfer::V1b\x06proto3"
|
16
16
|
|
17
17
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
18
18
|
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -285,7 +285,7 @@ module Google
|
|
285
285
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order
|
286
286
|
# to obtain authorization_code, make a request to the following URL:
|
287
287
|
# <pre class="prettyprint" suppresswarning="true">
|
288
|
-
# https://
|
288
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
289
289
|
# </pre>
|
290
290
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
291
291
|
# returned by ListDataSources method.
|
@@ -301,7 +301,7 @@ module Google
|
|
301
301
|
# are needed, as indicated by `CheckValidCreds`. In order to obtain version
|
302
302
|
# info, make a request to the following URL:
|
303
303
|
# <pre class="prettyprint" suppresswarning="true">
|
304
|
-
# https://
|
304
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
305
305
|
# </pre>
|
306
306
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
307
307
|
# returned by ListDataSources method.
|
@@ -338,7 +338,7 @@ module Google
|
|
338
338
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order
|
339
339
|
# to obtain authorization_code, make a request to the following URL:
|
340
340
|
# <pre class="prettyprint" suppresswarning="true">
|
341
|
-
# https://
|
341
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
342
342
|
# </pre>
|
343
343
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
344
344
|
# returned by ListDataSources method.
|
@@ -357,7 +357,7 @@ module Google
|
|
357
357
|
# are needed, as indicated by `CheckValidCreds`. In order to obtain version
|
358
358
|
# info, make a request to the following URL:
|
359
359
|
# <pre class="prettyprint" suppresswarning="true">
|
360
|
-
# https://
|
360
|
+
# https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
|
361
361
|
# </pre>
|
362
362
|
# * The <var>client_id</var> is the OAuth client_id of the a data source as
|
363
363
|
# returned by ListDataSources method.
|
@@ -616,7 +616,7 @@ module Google
|
|
616
616
|
# A request to start manual transfer runs.
|
617
617
|
# @!attribute [rw] parent
|
618
618
|
# @return [::String]
|
619
|
-
# Transfer configuration name in the form:
|
619
|
+
# Required. Transfer configuration name in the form:
|
620
620
|
# `projects/{project_id}/transferConfigs/{config_id}` or
|
621
621
|
# `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
|
622
622
|
# @!attribute [rw] requested_time_range
|
@@ -668,7 +668,8 @@ module Google
|
|
668
668
|
# BigQuery UI's `Transfer` tab.
|
669
669
|
# @!attribute [rw] name
|
670
670
|
# @return [::String]
|
671
|
-
# The name of the project resource in the form:
|
671
|
+
# Required. The name of the project resource in the form:
|
672
|
+
# `projects/{project_id}`
|
672
673
|
# @!attribute [rw] data_source_ids
|
673
674
|
# @return [::Array<::String>]
|
674
675
|
# Data sources that are enrolled. It is required to provide at least one
|
@@ -682,7 +683,8 @@ module Google
|
|
682
683
|
# the BigQuery UI's `Transfer` tab.
|
683
684
|
# @!attribute [rw] name
|
684
685
|
# @return [::String]
|
685
|
-
# The name of the project resource in the form:
|
686
|
+
# Required. The name of the project resource in the form:
|
687
|
+
# `projects/{project_id}`
|
686
688
|
# @!attribute [rw] data_source_ids
|
687
689
|
# @return [::Array<::String>]
|
688
690
|
# Data sources that are unenrolled. It is required to provide at least one
|
@@ -74,7 +74,7 @@ module Google
|
|
74
74
|
# appropriate data source service account.
|
75
75
|
# @!attribute [rw] name
|
76
76
|
# @return [::String]
|
77
|
-
# The resource name of the transfer config.
|
77
|
+
# Identifier. The resource name of the transfer config.
|
78
78
|
# Transfer config names have the form either
|
79
79
|
# `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
|
80
80
|
# `projects/{project_id}/transferConfigs/{config_id}`,
|
@@ -183,7 +183,7 @@ module Google
|
|
183
183
|
# Represents a data transfer run.
|
184
184
|
# @!attribute [rw] name
|
185
185
|
# @return [::String]
|
186
|
-
# The resource name of the transfer run.
|
186
|
+
# Identifier. The resource name of the transfer run.
|
187
187
|
# Transfer run names have the form
|
188
188
|
# `projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`.
|
189
189
|
# The name is ignored when creating a transfer run.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-data_transfer-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|