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: 497ef6d9bb2b329de406722851258fe3539aeb89cb4f2e3772beb0e12eac5fbc
4
- data.tar.gz: e652b6c33359bb3e5d4e4cb3d0b5639a26094c3b617d75fd1a4ae7a0904d0571
3
+ metadata.gz: 00a4347244d74f9f17a3bc3a0251168ef63235e6142dcbcf4b440c20567fe808
4
+ data.tar.gz: 2a000aa44cedb7c09e15cfda9975988cba227226a8b7b718b0bac57a39762144
5
5
  SHA512:
6
- metadata.gz: a7133be568090c663d3d142c7d4a41a7e1f405a0b63dbd68440641edb91ef3d8ef6441a7e62f2fc5b9ad0b4ea83991decdf5b046fbaf5964a0a89c2f97941835
7
- data.tar.gz: 0d55d022dac3aff0c537befce65743f9ba1f91b14cd6834f4a9a6aa37b49672b4efbea48c0cc37a2d43f653f5d086421c5ca1945aa8de7ae5ba98e8776cba7ed
6
+ metadata.gz: 4ba747e3375d1a04d9e50b3a1518a714375753ed5ae986ee34b2c37ff7bb2e553f03751383324cc8ae5410bff0c1fbbbcc2f66d51d6b8b512192262c58e04077
7
+ data.tar.gz: 19dfdf170fc3fbd45a319e82cc7eddcae72da839e8267a092f16f89ba25413528e2aef9f4dbc68aca7bd6b2bf011ae3433afef1267a652572991f89a84a72f42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.18.0 (2022-03-03)
4
+
5
+ * Regenerated from discovery document revision 20220225
6
+
3
7
  ### v0.17.0 (2022-01-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220116
@@ -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.17.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 = "20220116"
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 new credentials are needed, as indicated by `
430
- # CheckValidCreds`. In order to obtain authorization_code, please make a request
431
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
432
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
433
- # the given data source returned by ListDataSources method. * data_source_scopes
434
- # are the scopes returned by ListDataSources method. * redirect_uri is an
435
- # optional parameter. If not specified, then authorization code is posted to the
436
- # opener of authorization flow window. Otherwise it will be sent to the redirect
437
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
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 credentials. It requires that requesting
443
- # user calling this API has permissions to act as this service account.
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. If users want to find a very recent access token, that
446
- # is, immediately after approving access, users have to set the version_info
447
- # claim in the token request. To obtain the version_info, users must use the "
448
- # none+gsession" response type. which be return a version_info back in the
449
- # authorization response which be be put in a JWT claim in the token request.
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. If
602
- # it is provided, the transfer configuration will be associated with the
603
- # authorizing user. In order to obtain authorization_code, please make a request
604
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
605
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
606
- # the given data source returned by ListDataSources method. * data_source_scopes
607
- # are the scopes returned by ListDataSources method. * redirect_uri is an
608
- # optional parameter. If not specified, then authorization code is posted to the
609
- # opener of authorization flow window. Otherwise it will be sent to the redirect
610
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
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 updated to use this service
616
- # account credentials. It requires that requesting user calling this API has
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. If users want to find a very recent access token, that
622
- # is, immediately after approving access, users have to set the version_info
623
- # claim in the token request. To obtain the version_info, users must use the "
624
- # none+gsession" response type. which be return a version_info back in the
625
- # authorization response which be be put in a JWT claim in the token request.
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 new credentials are needed, as indicated by `
902
- # CheckValidCreds`. In order to obtain authorization_code, please make a request
903
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
904
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
905
- # the given data source returned by ListDataSources method. * data_source_scopes
906
- # are the scopes returned by ListDataSources method. * redirect_uri is an
907
- # optional parameter. If not specified, then authorization code is posted to the
908
- # opener of authorization flow window. Otherwise it will be sent to the redirect
909
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
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 credentials. It requires that requesting
915
- # user calling this API has permissions to act as this service account.
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. If users want to find a very recent access token, that
918
- # is, immediately after approving access, users have to set the version_info
919
- # claim in the token request. To obtain the version_info, users must use the "
920
- # none+gsession" response type. which be return a version_info back in the
921
- # authorization response which be be put in a JWT claim in the token request.
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. If
1074
- # it is provided, the transfer configuration will be associated with the
1075
- # authorizing user. In order to obtain authorization_code, please make a request
1076
- # to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&
1077
- # redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for
1078
- # the given data source returned by ListDataSources method. * data_source_scopes
1079
- # are the scopes returned by ListDataSources method. * redirect_uri is an
1080
- # optional parameter. If not specified, then authorization code is posted to the
1081
- # opener of authorization flow window. Otherwise it will be sent to the redirect
1082
- # uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization
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 updated to use this service
1088
- # account credentials. It requires that requesting user calling this API has
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. If users want to find a very recent access token, that
1094
- # is, immediately after approving access, users have to set the version_info
1095
- # claim in the token request. To obtain the version_info, users must use the "
1096
- # none+gsession" response type. which be return a version_info back in the
1097
- # authorization response which be be put in a JWT claim in the token request.
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.17.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-01-24 00:00:00.000000000 Z
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.17.0
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: []