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: 4a2a15234210f4da0c4bd937a53df4df7c97edd9058d38a07964328148b9b4bd
4
- data.tar.gz: 6757ab1fa848352d6162f231702ef0663da6127f239e23b18003d6651f74abda
3
+ metadata.gz: '09fba1e68460a0e15dca87cd0f04bc593b69342967205280e5f77617047e1ec5'
4
+ data.tar.gz: b410419284b408a7ba731f9d3f07f47fd60dc1dcd269be944c742e11e69049d5
5
5
  SHA512:
6
- metadata.gz: 17f6cc19ec6b3c49a4291a629fe49a93817753c559bcafa42fee2caf691f82228e16ac46c3865da59b42499b6375747a808453757ad761cf014220a92873625c
7
- data.tar.gz: d42076cab94ab56de56273ed3045a48832323b209b2c9988e1a2944a8fc27f5d08c2cd7a1d6509b4ad235daa8eaedca881b572ebfa640ac58f97b11b9371141e
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.41.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240512"
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
- # Optional OAuth2 authorization code to use with this transfer configuration.
470
- # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
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
- # 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
- # data_source_scopes * The client_id is the OAuth client_id of the a data source
476
- # as returned by ListDataSources method. * data_source_scopes are the scopes
477
- # returned by ListDataSources method. Note that this should not be set when `
478
- # service_account_name` is used to create the transfer config.
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 is required only if `transferConfig.dataSourceId`
489
- # is not 'youtube_channel' and new credentials are needed, as indicated by `
490
- # CheckValidCreds`. In order to obtain version info, make a request to the
491
- # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
492
- # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
493
- # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
494
- # the a data source as returned by ListDataSources method. * data_source_scopes
495
- # are the scopes returned by ListDataSources method. Note that this should not
496
- # be set when `service_account_name` is used to create the transfer config.
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
- # Optional OAuth2 authorization code to use with this transfer configuration.
650
- # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
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
- # 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
- # data_source_scopes * The client_id is the OAuth client_id of the a data source
656
- # as returned by ListDataSources method. * data_source_scopes are the scopes
657
- # returned by ListDataSources method. Note that this should not be set when `
658
- # service_account_name` is used to update the transfer config.
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 is required only if `transferConfig.dataSourceId`
671
- # is not 'youtube_channel' and new credentials are needed, as indicated by `
672
- # CheckValidCreds`. In order to obtain version info, make a request to the
673
- # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
674
- # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
675
- # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
676
- # the a data source as returned by ListDataSources method. * data_source_scopes
677
- # are the scopes returned by ListDataSources method. Note that this should not
678
- # be set when `service_account_name` is used to update the transfer config.
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
- # Optional OAuth2 authorization code to use with this transfer configuration.
954
- # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
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
- # 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
- # data_source_scopes * The client_id is the OAuth client_id of the a data source
960
- # as returned by ListDataSources method. * data_source_scopes are the scopes
961
- # returned by ListDataSources method. Note that this should not be set when `
962
- # service_account_name` is used to create the transfer config.
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 is required only if `transferConfig.dataSourceId`
973
- # is not 'youtube_channel' and new credentials are needed, as indicated by `
974
- # CheckValidCreds`. In order to obtain version info, make a request to the
975
- # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
976
- # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
977
- # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
978
- # the a data source as returned by ListDataSources method. * data_source_scopes
979
- # are the scopes returned by ListDataSources method. Note that this should not
980
- # be set when `service_account_name` is used to create the transfer config.
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
- # Optional OAuth2 authorization code to use with this transfer configuration.
1134
- # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
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
- # 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
- # data_source_scopes * The client_id is the OAuth client_id of the a data source
1140
- # as returned by ListDataSources method. * data_source_scopes are the scopes
1141
- # returned by ListDataSources method. Note that this should not be set when `
1142
- # service_account_name` is used to update the transfer config.
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 is required only if `transferConfig.dataSourceId`
1155
- # is not 'youtube_channel' and new credentials are needed, as indicated by `
1156
- # CheckValidCreds`. In order to obtain version info, make a request to the
1157
- # following URL: https://bigquery.cloud.google.com/datatransfer/oauthz/auth?
1158
- # redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=
1159
- # client_id&scope=data_source_scopes * The client_id is the OAuth client_id of
1160
- # the a data source as returned by ListDataSources method. * data_source_scopes
1161
- # are the scopes returned by ListDataSources method. Note that this should not
1162
- # be set when `service_account_name` is used to update the transfer config.
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.41.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-05-19 00:00:00.000000000 Z
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.41.0
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: []