google-apis-bigquerydatatransfer_v1 0.40.0 → 0.41.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: 4a2a15234210f4da0c4bd937a53df4df7c97edd9058d38a07964328148b9b4bd
|
|
4
|
+
data.tar.gz: 6757ab1fa848352d6162f231702ef0663da6127f239e23b18003d6651f74abda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17f6cc19ec6b3c49a4291a629fe49a93817753c559bcafa42fee2caf691f82228e16ac46c3865da59b42499b6375747a808453757ad761cf014220a92873625c
|
|
7
|
+
data.tar.gz: d42076cab94ab56de56273ed3045a48832323b209b2c9988e1a2944a8fc27f5d08c2cd7a1d6509b4ad235daa8eaedca881b572ebfa640ac58f97b11b9371141e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-bigquerydatatransfer_v1
|
|
2
2
|
|
|
3
|
+
### v0.41.0 (2024-05-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240512
|
|
6
|
+
* Regenerated using generator version 0.15.0
|
|
7
|
+
|
|
3
8
|
### v0.40.0 (2024-03-31)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240323
|
|
@@ -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.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240512"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -469,9 +469,9 @@ module Google
|
|
|
469
469
|
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
470
470
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
471
471
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
472
|
-
# obtain authorization_code, make a request to the following URL: https://
|
|
473
|
-
#
|
|
474
|
-
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
472
|
+
# obtain authorization_code, make a request to the following URL: https://
|
|
473
|
+
# bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
|
|
474
|
+
# oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
475
475
|
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
476
476
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
477
477
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
@@ -488,7 +488,7 @@ module Google
|
|
|
488
488
|
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
489
489
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
490
490
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
491
|
-
# following URL: https://
|
|
491
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
492
492
|
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
493
493
|
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
494
494
|
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
@@ -649,9 +649,9 @@ module Google
|
|
|
649
649
|
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
650
650
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
651
651
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
652
|
-
# obtain authorization_code, make a request to the following URL: https://
|
|
653
|
-
#
|
|
654
|
-
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
652
|
+
# obtain authorization_code, make a request to the following URL: https://
|
|
653
|
+
# bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
|
|
654
|
+
# oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
655
655
|
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
656
656
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
657
657
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
@@ -670,7 +670,7 @@ module Google
|
|
|
670
670
|
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
671
671
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
672
672
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
673
|
-
# following URL: https://
|
|
673
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
674
674
|
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
675
675
|
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
676
676
|
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
@@ -953,9 +953,9 @@ module Google
|
|
|
953
953
|
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
954
954
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
955
955
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
956
|
-
# obtain authorization_code, make a request to the following URL: https://
|
|
957
|
-
#
|
|
958
|
-
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
956
|
+
# obtain authorization_code, make a request to the following URL: https://
|
|
957
|
+
# bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
|
|
958
|
+
# oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
959
959
|
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
960
960
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
961
961
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
@@ -972,7 +972,7 @@ module Google
|
|
|
972
972
|
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
973
973
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
974
974
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
975
|
-
# following URL: https://
|
|
975
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
976
976
|
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
977
977
|
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
978
978
|
# the a data source as returned by ListDataSources method. * data_source_scopes
|
|
@@ -1133,9 +1133,9 @@ module Google
|
|
|
1133
1133
|
# Optional OAuth2 authorization code to use with this transfer configuration.
|
|
1134
1134
|
# This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
|
|
1135
1135
|
# and new credentials are needed, as indicated by `CheckValidCreds`. In order to
|
|
1136
|
-
# obtain authorization_code, make a request to the following URL: https://
|
|
1137
|
-
#
|
|
1138
|
-
# 0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
1136
|
+
# obtain authorization_code, make a request to the following URL: https://
|
|
1137
|
+
# bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:
|
|
1138
|
+
# oauth:2.0:oob&response_type=authorization_code&client_id=client_id&scope=
|
|
1139
1139
|
# data_source_scopes * The client_id is the OAuth client_id of the a data source
|
|
1140
1140
|
# as returned by ListDataSources method. * data_source_scopes are the scopes
|
|
1141
1141
|
# returned by ListDataSources method. Note that this should not be set when `
|
|
@@ -1154,7 +1154,7 @@ module Google
|
|
|
1154
1154
|
# Optional version info. This is required only if `transferConfig.dataSourceId`
|
|
1155
1155
|
# is not 'youtube_channel' and new credentials are needed, as indicated by `
|
|
1156
1156
|
# CheckValidCreds`. In order to obtain version info, make a request to the
|
|
1157
|
-
# following URL: https://
|
|
1157
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
1158
1158
|
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
|
|
1159
1159
|
# client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
|
|
1160
1160
|
# the a data source as returned by ListDataSources method. * data_source_scopes
|
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.41.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: 2024-
|
|
11
|
+
date: 2024-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.15.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.15.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.41.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: []
|