google-apis-bigquerydatatransfer_v1 0.17.0 → 0.18.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00a4347244d74f9f17a3bc3a0251168ef63235e6142dcbcf4b440c20567fe808
|
|
4
|
+
data.tar.gz: 2a000aa44cedb7c09e15cfda9975988cba227226a8b7b718b0bac57a39762144
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ba747e3375d1a04d9e50b3a1518a714375753ed5ae986ee34b2c37ff7bb2e553f03751383324cc8ae5410bff0c1fbbbcc2f66d51d6b8b512192262c58e04077
|
|
7
|
+
data.tar.gz: 19dfdf170fc3fbd45a319e82cc7eddcae72da839e8267a092f16f89ba25413528e2aef9f4dbc68aca7bd6b2bf011ae3433afef1267a652572991f89a84a72f42
|
data/CHANGELOG.md
CHANGED
|
@@ -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.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220225"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -426,27 +426,33 @@ module Google
|
|
|
426
426
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
427
427
|
# @param [String] authorization_code
|
|
428
428
|
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
429
|
-
# This is required if
|
|
430
|
-
#
|
|
431
|
-
# to https://www.gstatic.com/
|
|
432
|
-
# redirect_uri=
|
|
433
|
-
#
|
|
434
|
-
#
|
|
435
|
-
#
|
|
436
|
-
#
|
|
437
|
-
#
|
|
438
|
-
# code should be returned in the title bar of the browser, with the page text
|
|
439
|
-
# prompting the user to copy the code and paste it in the application.
|
|
429
|
+
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
430
|
+
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
431
|
+
# obtain authorization_code, please make a request to https://www.gstatic.com/
|
|
432
|
+
# bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
|
|
433
|
+
# oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
|
|
434
|
+
# client_id of BigQuery DTS API for the given data source returned by
|
|
435
|
+
# ListDataSources method. * data_source_scopes are the scopes returned by
|
|
436
|
+
# ListDataSources method. Note that this should not be set when `
|
|
437
|
+
# service_account_name` is used to create the transfer config.
|
|
440
438
|
# @param [String] service_account_name
|
|
441
439
|
# Optional service account name. If this field is set, transfer config will be
|
|
442
|
-
# created with this service account
|
|
443
|
-
#
|
|
440
|
+
# created with this service account credential. It requires that requesting user
|
|
441
|
+
# calling this API has permissions to act as this service account. Note that not
|
|
442
|
+
# all data sources support service account credentials when creating transfer
|
|
443
|
+
# config. Please refer to this public guide for the latest list of data sources
|
|
444
|
+
# with service account support: https://cloud.google.com/bigquery-transfer/docs/
|
|
445
|
+
# use-service-accounts
|
|
444
446
|
# @param [String] version_info
|
|
445
|
-
# Optional version info.
|
|
446
|
-
# is
|
|
447
|
-
#
|
|
448
|
-
#
|
|
449
|
-
#
|
|
447
|
+
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
448
|
+
# is anything else but 'youtube_channel' and new credentials are needed, as
|
|
449
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, please make a
|
|
450
|
+
# request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
|
|
451
|
+
# scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
|
|
452
|
+
# client_id should be OAuth client_id of BigQuery DTS API for the given data
|
|
453
|
+
# source returned by ListDataSources method. * data_source_scopes are the scopes
|
|
454
|
+
# returned by ListDataSources method. Note that this should not be set when `
|
|
455
|
+
# service_account_name` is used to create the transfer config.
|
|
450
456
|
# @param [String] fields
|
|
451
457
|
# Selector specifying which fields to include in a partial response.
|
|
452
458
|
# @param [String] quota_user
|
|
@@ -598,31 +604,37 @@ module Google
|
|
|
598
604
|
# The name is ignored when creating a transfer config.
|
|
599
605
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
600
606
|
# @param [String] authorization_code
|
|
601
|
-
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
602
|
-
#
|
|
603
|
-
#
|
|
604
|
-
# to https://www.gstatic.com/
|
|
605
|
-
# redirect_uri=
|
|
606
|
-
#
|
|
607
|
-
#
|
|
608
|
-
#
|
|
609
|
-
#
|
|
610
|
-
#
|
|
611
|
-
# code should be returned in the title bar of the browser, with the page text
|
|
612
|
-
# prompting the user to copy the code and paste it in the application.
|
|
607
|
+
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
608
|
+
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
609
|
+
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
610
|
+
# obtain authorization_code, please make a request to https://www.gstatic.com/
|
|
611
|
+
# bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
|
|
612
|
+
# oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
|
|
613
|
+
# client_id of BigQuery DTS API for the given data source returned by
|
|
614
|
+
# ListDataSources method. * data_source_scopes are the scopes returned by
|
|
615
|
+
# ListDataSources method. Note that this should not be set when `
|
|
616
|
+
# service_account_name` is used to create the transfer config.
|
|
613
617
|
# @param [String] service_account_name
|
|
614
618
|
# Optional service account name. If this field is set and "service_account_name"
|
|
615
|
-
# is set in update_mask, transfer config will be
|
|
616
|
-
# account
|
|
617
|
-
# permissions to act as this service account.
|
|
619
|
+
# is set in update_mask, transfer config will be created with this service
|
|
620
|
+
# account credential. It requires that requesting user calling this API has
|
|
621
|
+
# permissions to act as this service account. Note that not all data sources
|
|
622
|
+
# support service account credentials when creating transfer config. Please
|
|
623
|
+
# refer to this public guide for the latest list of data sources with service
|
|
624
|
+
# account support: https://cloud.google.com/bigquery-transfer/docs/use-service-
|
|
625
|
+
# accounts
|
|
618
626
|
# @param [String] update_mask
|
|
619
627
|
# Required. Required list of fields to be updated in this request.
|
|
620
628
|
# @param [String] version_info
|
|
621
|
-
# Optional version info.
|
|
622
|
-
# is
|
|
623
|
-
#
|
|
624
|
-
#
|
|
625
|
-
#
|
|
629
|
+
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
630
|
+
# is anything else but 'youtube_channel' and new credentials are needed, as
|
|
631
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, please make a
|
|
632
|
+
# request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
|
|
633
|
+
# scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
|
|
634
|
+
# client_id should be OAuth client_id of BigQuery DTS API for the given data
|
|
635
|
+
# source returned by ListDataSources method. * data_source_scopes are the scopes
|
|
636
|
+
# returned by ListDataSources method. Note that this should not be set when `
|
|
637
|
+
# service_account_name` is used to create the transfer config.
|
|
626
638
|
# @param [String] fields
|
|
627
639
|
# Selector specifying which fields to include in a partial response.
|
|
628
640
|
# @param [String] quota_user
|
|
@@ -898,27 +910,33 @@ module Google
|
|
|
898
910
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
899
911
|
# @param [String] authorization_code
|
|
900
912
|
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
901
|
-
# This is required if
|
|
902
|
-
#
|
|
903
|
-
# to https://www.gstatic.com/
|
|
904
|
-
# redirect_uri=
|
|
905
|
-
#
|
|
906
|
-
#
|
|
907
|
-
#
|
|
908
|
-
#
|
|
909
|
-
#
|
|
910
|
-
# code should be returned in the title bar of the browser, with the page text
|
|
911
|
-
# prompting the user to copy the code and paste it in the application.
|
|
913
|
+
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
914
|
+
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
915
|
+
# obtain authorization_code, please make a request to https://www.gstatic.com/
|
|
916
|
+
# bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
|
|
917
|
+
# oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
|
|
918
|
+
# client_id of BigQuery DTS API for the given data source returned by
|
|
919
|
+
# ListDataSources method. * data_source_scopes are the scopes returned by
|
|
920
|
+
# ListDataSources method. Note that this should not be set when `
|
|
921
|
+
# service_account_name` is used to create the transfer config.
|
|
912
922
|
# @param [String] service_account_name
|
|
913
923
|
# Optional service account name. If this field is set, transfer config will be
|
|
914
|
-
# created with this service account
|
|
915
|
-
#
|
|
924
|
+
# created with this service account credential. It requires that requesting user
|
|
925
|
+
# calling this API has permissions to act as this service account. Note that not
|
|
926
|
+
# all data sources support service account credentials when creating transfer
|
|
927
|
+
# config. Please refer to this public guide for the latest list of data sources
|
|
928
|
+
# with service account support: https://cloud.google.com/bigquery-transfer/docs/
|
|
929
|
+
# use-service-accounts
|
|
916
930
|
# @param [String] version_info
|
|
917
|
-
# Optional version info.
|
|
918
|
-
# is
|
|
919
|
-
#
|
|
920
|
-
#
|
|
921
|
-
#
|
|
931
|
+
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
932
|
+
# is anything else but 'youtube_channel' and new credentials are needed, as
|
|
933
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, please make a
|
|
934
|
+
# request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
|
|
935
|
+
# scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
|
|
936
|
+
# client_id should be OAuth client_id of BigQuery DTS API for the given data
|
|
937
|
+
# source returned by ListDataSources method. * data_source_scopes are the scopes
|
|
938
|
+
# returned by ListDataSources method. Note that this should not be set when `
|
|
939
|
+
# service_account_name` is used to create the transfer config.
|
|
922
940
|
# @param [String] fields
|
|
923
941
|
# Selector specifying which fields to include in a partial response.
|
|
924
942
|
# @param [String] quota_user
|
|
@@ -1070,31 +1088,37 @@ module Google
|
|
|
1070
1088
|
# The name is ignored when creating a transfer config.
|
|
1071
1089
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
1072
1090
|
# @param [String] authorization_code
|
|
1073
|
-
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
1074
|
-
#
|
|
1075
|
-
#
|
|
1076
|
-
# to https://www.gstatic.com/
|
|
1077
|
-
# redirect_uri=
|
|
1078
|
-
#
|
|
1079
|
-
#
|
|
1080
|
-
#
|
|
1081
|
-
#
|
|
1082
|
-
#
|
|
1083
|
-
# code should be returned in the title bar of the browser, with the page text
|
|
1084
|
-
# prompting the user to copy the code and paste it in the application.
|
|
1091
|
+
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
1092
|
+
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
1093
|
+
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
1094
|
+
# obtain authorization_code, please make a request to https://www.gstatic.com/
|
|
1095
|
+
# bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri=urn:ietf:wg:
|
|
1096
|
+
# oauth:2.0:oob&response_type=authorization_code * client_id should be OAuth
|
|
1097
|
+
# client_id of BigQuery DTS API for the given data source returned by
|
|
1098
|
+
# ListDataSources method. * data_source_scopes are the scopes returned by
|
|
1099
|
+
# ListDataSources method. Note that this should not be set when `
|
|
1100
|
+
# service_account_name` is used to create the transfer config.
|
|
1085
1101
|
# @param [String] service_account_name
|
|
1086
1102
|
# Optional service account name. If this field is set and "service_account_name"
|
|
1087
|
-
# is set in update_mask, transfer config will be
|
|
1088
|
-
# account
|
|
1089
|
-
# permissions to act as this service account.
|
|
1103
|
+
# is set in update_mask, transfer config will be created with this service
|
|
1104
|
+
# account credential. It requires that requesting user calling this API has
|
|
1105
|
+
# permissions to act as this service account. Note that not all data sources
|
|
1106
|
+
# support service account credentials when creating transfer config. Please
|
|
1107
|
+
# refer to this public guide for the latest list of data sources with service
|
|
1108
|
+
# account support: https://cloud.google.com/bigquery-transfer/docs/use-service-
|
|
1109
|
+
# accounts
|
|
1090
1110
|
# @param [String] update_mask
|
|
1091
1111
|
# Required. Required list of fields to be updated in this request.
|
|
1092
1112
|
# @param [String] version_info
|
|
1093
|
-
# Optional version info.
|
|
1094
|
-
# is
|
|
1095
|
-
#
|
|
1096
|
-
#
|
|
1097
|
-
#
|
|
1113
|
+
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
1114
|
+
# is anything else but 'youtube_channel' and new credentials are needed, as
|
|
1115
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, please make a
|
|
1116
|
+
# request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&
|
|
1117
|
+
# scope=&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info *
|
|
1118
|
+
# client_id should be OAuth client_id of BigQuery DTS API for the given data
|
|
1119
|
+
# source returned by ListDataSources method. * data_source_scopes are the scopes
|
|
1120
|
+
# returned by ListDataSources method. Note that this should not be set when `
|
|
1121
|
+
# service_account_name` is used to create the transfer config.
|
|
1098
1122
|
# @param [String] fields
|
|
1099
1123
|
# Selector specifying which fields to include in a partial response.
|
|
1100
1124
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|