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: 86989224c154c3cd411e5daae56b595845e6c5b4f20843dfa7bf74fc3d9ee436
4
- data.tar.gz: 07bd79f2dbc8a03646ba13aaf1eb39bc2a68adc0be2f39b45c3efef0c42d1def
3
+ metadata.gz: e7ed727a5e08b6bf29b5da30f5b51bf0c16d81b3aeea6ed91237357a7d26fdd6
4
+ data.tar.gz: ba0a839ccd111d5e3bc7d36d3190a78f771260c66f7834453c420a1f032839a7
5
5
  SHA512:
6
- metadata.gz: acf81ac572f94a5987eaa6e48c5754a1512e175c8d8b5f2d0e20ed229f915612701e4edf20796e96218c7a44fe6b3f27894926eb97dfb964ec019651760ae877
7
- data.tar.gz: c7693633331d367f1caeb89673260f2abb96e745d8c09c40b4a257a43f709f72d275c9255511c2ea7ff4f28bb68dee386e984026a3e534e833661a74946fd647
6
+ metadata.gz: e7c3fc252c44a0503223497ebdfa495e5cd168ff0138ed52d5e156e0bcda7994eda75b0aa1db335cd65a9a7fe65abad77d7ddca0c787d1d8b5c0c253fe6713d6
7
+ data.tar.gz: 9789fcd5e717e15abf8758f4fe3ce4601ab3f3bd88747847886f44bba874200656963ed77b4602f2d714143586a01a2a06d506d0c0930cabaf684cea8dbb58ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.28.0 (2022-10-11)
4
+
5
+ * Regenerated from discovery document revision 20220927
6
+
3
7
  ### v0.27.0 (2022-09-21)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -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.27.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 = "20220716"
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? client_id=client_id&scope=
435
- # data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=
436
- # authorization_code * The client_id is the OAuth client_id of the a data source
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
- # client_id=client_id&scope=data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.
454
- # 0:oob&response_type=version_info * The client_id is the OAuth client_id of the
455
- # a data source as returned by ListDataSources method. * data_source_scopes are
456
- # the scopes returned by ListDataSources method. Note that this should not be
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? client_id=client_id&scope=
614
- # data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=
615
- # authorization_code * The client_id is the OAuth client_id of the a data source
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
- # client_id=client_id&scope=data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.
635
- # 0:oob&response_type=version_info * The client_id is the OAuth client_id of the
636
- # a data source as returned by ListDataSources method. * data_source_scopes are
637
- # the scopes returned by ListDataSources method. Note that this should not be
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? client_id=client_id&scope=
918
- # data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=
919
- # authorization_code * The client_id is the OAuth client_id of the a data source
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
- # client_id=client_id&scope=data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.
937
- # 0:oob&response_type=version_info * The client_id is the OAuth client_id of the
938
- # a data source as returned by ListDataSources method. * data_source_scopes are
939
- # the scopes returned by ListDataSources method. Note that this should not be
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? client_id=client_id&scope=
1097
- # data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=
1098
- # authorization_code * The client_id is the OAuth client_id of the a data source
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
- # client_id=client_id&scope=data_source_scopes &redirect_uri=urn:ietf:wg:oauth:2.
1118
- # 0:oob&response_type=version_info * The client_id is the OAuth client_id of the
1119
- # a data source as returned by ListDataSources method. * data_source_scopes are
1120
- # the scopes returned by ListDataSources method. Note that this should not be
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.27.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-09-26 00:00:00.000000000 Z
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.27.0
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: []