google-apis-bigquerydatatransfer_v1 0.41.0 → 0.42.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: '09fba1e68460a0e15dca87cd0f04bc593b69342967205280e5f77617047e1ec5'
|
|
4
|
+
data.tar.gz: b410419284b408a7ba731f9d3f07f47fd60dc1dcd269be944c742e11e69049d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dc8654358962538d447d06c2b0dd533bd864383802ba6d62f44b637f5075f2b3b2c5724978e99d90651587a3f2adc182a9acfd566113f235c6216a6e8c1fa8d
|
|
7
|
+
data.tar.gz: 33bf5d783c001d32c3a38e1036b8c89683d99f6875482c2f6c27cc860144876ac26a3b00ffe498680c4514988d24b3b45fe4bdc155473e2b970ac37c37c3b86d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-bigquerydatatransfer_v1
|
|
2
2
|
|
|
3
|
+
### v0.42.0 (2024-08-11)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240806
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.41.0 (2024-05-19)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240512
|
|
@@ -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.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240806"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -466,16 +466,19 @@ module Google
|
|
|
466
466
|
# destination bigquery dataset do not match - the request will fail.
|
|
467
467
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
468
468
|
# @param [String] authorization_code
|
|
469
|
-
#
|
|
470
|
-
#
|
|
471
|
-
#
|
|
472
|
-
#
|
|
473
|
-
#
|
|
474
|
-
#
|
|
475
|
-
#
|
|
476
|
-
#
|
|
477
|
-
#
|
|
478
|
-
#
|
|
469
|
+
# Deprecated: Authorization code was required when `transferConfig.dataSourceId`
|
|
470
|
+
# is 'youtube_channel' but it is no longer used in any data sources. Use `
|
|
471
|
+
# version_info` instead. Optional OAuth2 authorization code to use with this
|
|
472
|
+
# transfer configuration. This is required only if `transferConfig.dataSourceId`
|
|
473
|
+
# is 'youtube_channel' and new credentials are needed, as indicated by `
|
|
474
|
+
# CheckValidCreds`. In order to obtain authorization_code, make a request to the
|
|
475
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
476
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&
|
|
477
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
478
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
479
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
480
|
+
# that this should not be set when `service_account_name` is used to create the
|
|
481
|
+
# transfer config.
|
|
479
482
|
# @param [String] service_account_name
|
|
480
483
|
# Optional service account email. If this field is set, the transfer config will
|
|
481
484
|
# be created with this service account's credentials. It requires that the
|
|
@@ -485,15 +488,17 @@ module Google
|
|
|
485
488
|
# about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/
|
|
486
489
|
# use-service-accounts).
|
|
487
490
|
# @param [String] version_info
|
|
488
|
-
# Optional version info. This
|
|
489
|
-
#
|
|
490
|
-
#
|
|
491
|
-
#
|
|
492
|
-
#
|
|
493
|
-
#
|
|
494
|
-
#
|
|
495
|
-
#
|
|
496
|
-
#
|
|
491
|
+
# Optional version info. This parameter replaces `authorization_code` which is
|
|
492
|
+
# no longer used in any data sources. This is required only if `transferConfig.
|
|
493
|
+
# dataSourceId` is 'youtube_channel' *or* new credentials are needed, as
|
|
494
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, make a
|
|
495
|
+
# request to the following URL: https://bigquery.cloud.google.com/datatransfer/
|
|
496
|
+
# oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&
|
|
497
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
498
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
499
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
500
|
+
# that this should not be set when `service_account_name` is used to create the
|
|
501
|
+
# transfer config.
|
|
497
502
|
# @param [String] fields
|
|
498
503
|
# Selector specifying which fields to include in a partial response.
|
|
499
504
|
# @param [String] quota_user
|
|
@@ -646,16 +651,19 @@ module Google
|
|
|
646
651
|
# The name is ignored when creating a transfer config.
|
|
647
652
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
648
653
|
# @param [String] authorization_code
|
|
649
|
-
#
|
|
650
|
-
#
|
|
651
|
-
#
|
|
652
|
-
#
|
|
653
|
-
#
|
|
654
|
-
#
|
|
655
|
-
#
|
|
656
|
-
#
|
|
657
|
-
#
|
|
658
|
-
#
|
|
654
|
+
# Deprecated: Authorization code was required when `transferConfig.dataSourceId`
|
|
655
|
+
# is 'youtube_channel' but it is no longer used in any data sources. Use `
|
|
656
|
+
# version_info` instead. Optional OAuth2 authorization code to use with this
|
|
657
|
+
# transfer configuration. This is required only if `transferConfig.dataSourceId`
|
|
658
|
+
# is 'youtube_channel' and new credentials are needed, as indicated by `
|
|
659
|
+
# CheckValidCreds`. In order to obtain authorization_code, make a request to the
|
|
660
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
661
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&
|
|
662
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
663
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
664
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
665
|
+
# that this should not be set when `service_account_name` is used to update the
|
|
666
|
+
# transfer config.
|
|
659
667
|
# @param [String] service_account_name
|
|
660
668
|
# Optional service account email. If this field is set, the transfer config will
|
|
661
669
|
# be created with this service account's credentials. It requires that the
|
|
@@ -667,15 +675,17 @@ module Google
|
|
|
667
675
|
# @param [String] update_mask
|
|
668
676
|
# Required. Required list of fields to be updated in this request.
|
|
669
677
|
# @param [String] version_info
|
|
670
|
-
# Optional version info. This
|
|
671
|
-
#
|
|
672
|
-
#
|
|
673
|
-
#
|
|
674
|
-
#
|
|
675
|
-
#
|
|
676
|
-
#
|
|
677
|
-
#
|
|
678
|
-
#
|
|
678
|
+
# Optional version info. This parameter replaces `authorization_code` which is
|
|
679
|
+
# no longer used in any data sources. This is required only if `transferConfig.
|
|
680
|
+
# dataSourceId` is 'youtube_channel' *or* new credentials are needed, as
|
|
681
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, make a
|
|
682
|
+
# request to the following URL: https://bigquery.cloud.google.com/datatransfer/
|
|
683
|
+
# oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&
|
|
684
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
685
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
686
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
687
|
+
# that this should not be set when `service_account_name` is used to update the
|
|
688
|
+
# transfer config.
|
|
679
689
|
# @param [String] fields
|
|
680
690
|
# Selector specifying which fields to include in a partial response.
|
|
681
691
|
# @param [String] quota_user
|
|
@@ -950,16 +960,19 @@ module Google
|
|
|
950
960
|
# destination bigquery dataset do not match - the request will fail.
|
|
951
961
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
952
962
|
# @param [String] authorization_code
|
|
953
|
-
#
|
|
954
|
-
#
|
|
955
|
-
#
|
|
956
|
-
#
|
|
957
|
-
#
|
|
958
|
-
#
|
|
959
|
-
#
|
|
960
|
-
#
|
|
961
|
-
#
|
|
962
|
-
#
|
|
963
|
+
# Deprecated: Authorization code was required when `transferConfig.dataSourceId`
|
|
964
|
+
# is 'youtube_channel' but it is no longer used in any data sources. Use `
|
|
965
|
+
# version_info` instead. Optional OAuth2 authorization code to use with this
|
|
966
|
+
# transfer configuration. This is required only if `transferConfig.dataSourceId`
|
|
967
|
+
# is 'youtube_channel' and new credentials are needed, as indicated by `
|
|
968
|
+
# CheckValidCreds`. In order to obtain authorization_code, make a request to the
|
|
969
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
970
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&
|
|
971
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
972
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
973
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
974
|
+
# that this should not be set when `service_account_name` is used to create the
|
|
975
|
+
# transfer config.
|
|
963
976
|
# @param [String] service_account_name
|
|
964
977
|
# Optional service account email. If this field is set, the transfer config will
|
|
965
978
|
# be created with this service account's credentials. It requires that the
|
|
@@ -969,15 +982,17 @@ module Google
|
|
|
969
982
|
# about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/
|
|
970
983
|
# use-service-accounts).
|
|
971
984
|
# @param [String] version_info
|
|
972
|
-
# Optional version info. This
|
|
973
|
-
#
|
|
974
|
-
#
|
|
975
|
-
#
|
|
976
|
-
#
|
|
977
|
-
#
|
|
978
|
-
#
|
|
979
|
-
#
|
|
980
|
-
#
|
|
985
|
+
# Optional version info. This parameter replaces `authorization_code` which is
|
|
986
|
+
# no longer used in any data sources. This is required only if `transferConfig.
|
|
987
|
+
# dataSourceId` is 'youtube_channel' *or* new credentials are needed, as
|
|
988
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, make a
|
|
989
|
+
# request to the following URL: https://bigquery.cloud.google.com/datatransfer/
|
|
990
|
+
# oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&
|
|
991
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
992
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
993
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
994
|
+
# that this should not be set when `service_account_name` is used to create the
|
|
995
|
+
# transfer config.
|
|
981
996
|
# @param [String] fields
|
|
982
997
|
# Selector specifying which fields to include in a partial response.
|
|
983
998
|
# @param [String] quota_user
|
|
@@ -1130,16 +1145,19 @@ module Google
|
|
|
1130
1145
|
# The name is ignored when creating a transfer config.
|
|
1131
1146
|
# @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
|
|
1132
1147
|
# @param [String] authorization_code
|
|
1133
|
-
#
|
|
1134
|
-
#
|
|
1135
|
-
#
|
|
1136
|
-
#
|
|
1137
|
-
#
|
|
1138
|
-
#
|
|
1139
|
-
#
|
|
1140
|
-
#
|
|
1141
|
-
#
|
|
1142
|
-
#
|
|
1148
|
+
# Deprecated: Authorization code was required when `transferConfig.dataSourceId`
|
|
1149
|
+
# is 'youtube_channel' but it is no longer used in any data sources. Use `
|
|
1150
|
+
# version_info` instead. Optional OAuth2 authorization code to use with this
|
|
1151
|
+
# transfer configuration. This is required only if `transferConfig.dataSourceId`
|
|
1152
|
+
# is 'youtube_channel' and new credentials are needed, as indicated by `
|
|
1153
|
+
# CheckValidCreds`. In order to obtain authorization_code, make a request to the
|
|
1154
|
+
# following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
|
|
1155
|
+
# redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&
|
|
1156
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
1157
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
1158
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
1159
|
+
# that this should not be set when `service_account_name` is used to update the
|
|
1160
|
+
# transfer config.
|
|
1143
1161
|
# @param [String] service_account_name
|
|
1144
1162
|
# Optional service account email. If this field is set, the transfer config will
|
|
1145
1163
|
# be created with this service account's credentials. It requires that the
|
|
@@ -1151,15 +1169,17 @@ module Google
|
|
|
1151
1169
|
# @param [String] update_mask
|
|
1152
1170
|
# Required. Required list of fields to be updated in this request.
|
|
1153
1171
|
# @param [String] version_info
|
|
1154
|
-
# Optional version info. This
|
|
1155
|
-
#
|
|
1156
|
-
#
|
|
1157
|
-
#
|
|
1158
|
-
#
|
|
1159
|
-
#
|
|
1160
|
-
#
|
|
1161
|
-
#
|
|
1162
|
-
#
|
|
1172
|
+
# Optional version info. This parameter replaces `authorization_code` which is
|
|
1173
|
+
# no longer used in any data sources. This is required only if `transferConfig.
|
|
1174
|
+
# dataSourceId` is 'youtube_channel' *or* new credentials are needed, as
|
|
1175
|
+
# indicated by `CheckValidCreds`. In order to obtain version info, make a
|
|
1176
|
+
# request to the following URL: https://bigquery.cloud.google.com/datatransfer/
|
|
1177
|
+
# oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&
|
|
1178
|
+
# client_id=client_id&scope=data_source_scopes * The client_id is the OAuth
|
|
1179
|
+
# client_id of the data source as returned by ListDataSources method. *
|
|
1180
|
+
# data_source_scopes are the scopes returned by ListDataSources method. Note
|
|
1181
|
+
# that this should not be set when `service_account_name` is used to update the
|
|
1182
|
+
# transfer config.
|
|
1163
1183
|
# @param [String] fields
|
|
1164
1184
|
# Selector specifying which fields to include in a partial response.
|
|
1165
1185
|
# @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.42.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-08-11 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.42.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: []
|