google-apis-bigquerydatatransfer_v1 0.27.0 → 0.28.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: e7ed727a5e08b6bf29b5da30f5b51bf0c16d81b3aeea6ed91237357a7d26fdd6
|
|
4
|
+
data.tar.gz: ba0a839ccd111d5e3bc7d36d3190a78f771260c66f7834453c420a1f032839a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7c3fc252c44a0503223497ebdfa495e5cd168ff0138ed52d5e156e0bcda7994eda75b0aa1db335cd65a9a7fe65abad77d7ddca0c787d1d8b5c0c253fe6713d6
|
|
7
|
+
data.tar.gz: 9789fcd5e717e15abf8758f4fe3ce4601ab3f3bd88747847886f44bba874200656963ed77b4602f2d714143586a01a2a06d506d0c0930cabaf684cea8dbb58ec
|
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.28.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220927"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -431,9 +431,9 @@ module Google
|
|
|
431
431
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
432
432
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
433
433
|
# obtain authorization_code, make a request to the following URL: https://www.
|
|
434
|
-
# gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
435
|
-
#
|
|
436
|
-
#
|
|
434
|
+
# gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
|
|
435
|
+
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
436
|
+
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
437
437
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
438
438
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
439
439
|
# service_account_name` is used to create the transfer config.
|
|
@@ -450,11 +450,11 @@ module Google
|
|
|
450
450
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
451
451
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
452
452
|
# following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
453
|
-
#
|
|
454
|
-
#
|
|
455
|
-
# a data source as returned by ListDataSources method. * data_source_scopes
|
|
456
|
-
# the scopes returned by ListDataSources method. Note that this should not
|
|
457
|
-
# set when `service_account_name` is used to create the transfer config.
|
|
453
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
454
|
+
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
455
|
+
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
456
|
+
# are the scopes returned by ListDataSources method. Note that this should not
|
|
457
|
+
# be set when `service_account_name` is used to create the transfer config.
|
|
458
458
|
# @param [String] fields
|
|
459
459
|
# Selector specifying which fields to include in a partial response.
|
|
460
460
|
# @param [String] quota_user
|
|
@@ -610,9 +610,9 @@ module Google
|
|
|
610
610
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
611
611
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
612
612
|
# obtain authorization_code, make a request to the following URL: https://www.
|
|
613
|
-
# gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
614
|
-
#
|
|
615
|
-
#
|
|
613
|
+
# gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
|
|
614
|
+
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
615
|
+
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
616
616
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
617
617
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
618
618
|
# service_account_name` is used to update the transfer config.
|
|
@@ -631,11 +631,11 @@ module Google
|
|
|
631
631
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
632
632
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
633
633
|
# following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
634
|
-
#
|
|
635
|
-
#
|
|
636
|
-
# a data source as returned by ListDataSources method. * data_source_scopes
|
|
637
|
-
# the scopes returned by ListDataSources method. Note that this should not
|
|
638
|
-
# set when `service_account_name` is used to update the transfer config.
|
|
634
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
635
|
+
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
636
|
+
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
637
|
+
# are the scopes returned by ListDataSources method. Note that this should not
|
|
638
|
+
# be set when `service_account_name` is used to update the transfer config.
|
|
639
639
|
# @param [String] fields
|
|
640
640
|
# Selector specifying which fields to include in a partial response.
|
|
641
641
|
# @param [String] quota_user
|
|
@@ -914,9 +914,9 @@ module Google
|
|
|
914
914
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
915
915
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
916
916
|
# obtain authorization_code, make a request to the following URL: https://www.
|
|
917
|
-
# gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
918
|
-
#
|
|
919
|
-
#
|
|
917
|
+
# gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
|
|
918
|
+
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
919
|
+
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
920
920
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
921
921
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
922
922
|
# service_account_name` is used to create the transfer config.
|
|
@@ -933,11 +933,11 @@ module Google
|
|
|
933
933
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
934
934
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
935
935
|
# following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
936
|
-
#
|
|
937
|
-
#
|
|
938
|
-
# a data source as returned by ListDataSources method. * data_source_scopes
|
|
939
|
-
# the scopes returned by ListDataSources method. Note that this should not
|
|
940
|
-
# set when `service_account_name` is used to create the transfer config.
|
|
936
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
937
|
+
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
938
|
+
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
939
|
+
# are the scopes returned by ListDataSources method. Note that this should not
|
|
940
|
+
# be set when `service_account_name` is used to create the transfer config.
|
|
941
941
|
# @param [String] fields
|
|
942
942
|
# Selector specifying which fields to include in a partial response.
|
|
943
943
|
# @param [String] quota_user
|
|
@@ -1093,9 +1093,9 @@ module Google
|
|
|
1093
1093
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
1094
1094
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
1095
1095
|
# obtain authorization_code, make a request to the following URL: https://www.
|
|
1096
|
-
# gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
1097
|
-
#
|
|
1098
|
-
#
|
|
1096
|
+
# gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.
|
|
1097
|
+
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
1098
|
+
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
1099
1099
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
1100
1100
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
1101
1101
|
# service_account_name` is used to update the transfer config.
|
|
@@ -1114,11 +1114,11 @@ module Google
|
|
|
1114
1114
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
1115
1115
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
1116
1116
|
# following URL: https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?
|
|
1117
|
-
#
|
|
1118
|
-
#
|
|
1119
|
-
# a data source as returned by ListDataSources method. * data_source_scopes
|
|
1120
|
-
# the scopes returned by ListDataSources method. Note that this should not
|
|
1121
|
-
# set when `service_account_name` is used to update the transfer config.
|
|
1117
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
1118
|
+
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
1119
|
+
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
1120
|
+
# are the scopes returned by ListDataSources method. Note that this should not
|
|
1121
|
+
# be set when `service_account_name` is used to update the transfer config.
|
|
1122
1122
|
# @param [String] fields
|
|
1123
1123
|
# Selector specifying which fields to include in a partial response.
|
|
1124
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.28.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-10-17 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.28.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: []
|