google-apis-bigquerydatatransfer_v1 0.17.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 497ef6d9bb2b329de406722851258fe3539aeb89cb4f2e3772beb0e12eac5fbc
4
- data.tar.gz: e652b6c33359bb3e5d4e4cb3d0b5639a26094c3b617d75fd1a4ae7a0904d0571
3
+ metadata.gz: 8ce037f5151bd4017f61fdbabb8b6b7d6990d33fa6616863a04a165cff70dd03
4
+ data.tar.gz: 3ced706c1326d09dcd37eb6f936d3101723a0b32e8d46ce72a4deef87cded3ee
5
5
  SHA512:
6
- metadata.gz: a7133be568090c663d3d142c7d4a41a7e1f405a0b63dbd68440641edb91ef3d8ef6441a7e62f2fc5b9ad0b4ea83991decdf5b046fbaf5964a0a89c2f97941835
7
- data.tar.gz: 0d55d022dac3aff0c537befce65743f9ba1f91b14cd6834f4a9a6aa37b49672b4efbea48c0cc37a2d43f653f5d086421c5ca1945aa8de7ae5ba98e8776cba7ed
6
+ metadata.gz: 1de2a407c337968c049c9ceba25837951aa09e45a7661b92755577194444d8b6f0c70f39b8ff447ec94cad24a51fc04009269a3cba4f7668491392b8c9137576
7
+ data.tar.gz: d5a8a62a01518915e538c83c675e7036a9c0b0a9267479bb610b57375ba8a13fff768d318a1dbe569e38405716e58ac761b2f36873cac352487577d6333593b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.20.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
7
+ ### v0.19.0 (2022-03-27)
8
+
9
+ * Regenerated from discovery document revision 20220319
10
+
11
+ ### v0.18.0 (2022-03-03)
12
+
13
+ * Regenerated from discovery document revision 20220225
14
+
3
15
  ### v0.17.0 (2022-01-20)
4
16
 
5
17
  * Regenerated from discovery document revision 20220116
@@ -332,8 +332,7 @@ module Google
332
332
  # A generic empty message that you can re-use to avoid defining duplicated empty
333
333
  # messages in your APIs. A typical example is to use it as the request or the
334
334
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
335
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
336
- # `Empty` is empty JSON object ````.
335
+ # protobuf.Empty) returns (google.protobuf.Empty); `
337
336
  class Empty
338
337
  include Google::Apis::Core::Hashable
339
338
 
@@ -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.20.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 = "20220409"
26
26
  end
27
27
  end
28
28
  end
@@ -52,9 +52,10 @@ module Google
52
52
 
53
53
  # Enroll data sources in a user project. This allows users to create transfer
54
54
  # configurations for these data sources. They will also appear in the
55
- # ListDataSources RPC and as such, will appear in the BigQuery UI 'https://
56
- # bigquery.cloud.google.com' (and the documents can be found at https://cloud.
57
- # google.com/bigquery/bigquery-web-ui and https://cloud.google.com/bigquery/docs/
55
+ # ListDataSources RPC and as such, will appear in the [BigQuery UI](https://
56
+ # console.cloud.google.com/bigquery), and the documents can be found in the
57
+ # public guide for [BigQuery Web UI](https://cloud.google.com/bigquery/bigquery-
58
+ # web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/
58
59
  # working-with-transfers).
59
60
  # @param [String] name
60
61
  # The name of the project resource in the form: `projects/`project_id``
@@ -199,9 +200,10 @@ module Google
199
200
 
200
201
  # Enroll data sources in a user project. This allows users to create transfer
201
202
  # configurations for these data sources. They will also appear in the
202
- # ListDataSources RPC and as such, will appear in the BigQuery UI 'https://
203
- # bigquery.cloud.google.com' (and the documents can be found at https://cloud.
204
- # google.com/bigquery/bigquery-web-ui and https://cloud.google.com/bigquery/docs/
203
+ # ListDataSources RPC and as such, will appear in the [BigQuery UI](https://
204
+ # console.cloud.google.com/bigquery), and the documents can be found in the
205
+ # public guide for [BigQuery Web UI](https://cloud.google.com/bigquery/bigquery-
206
+ # web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/
205
207
  # working-with-transfers).
206
208
  # @param [String] name
207
209
  # The name of the project resource in the form: `projects/`project_id``
@@ -270,8 +272,8 @@ module Google
270
272
  # The resource that owns the locations collection, if applicable.
271
273
  # @param [String] filter
272
274
  # A filter to narrow down results to a preferred subset. The filtering language
273
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
274
- # AIP-160](https://google.aip.dev/160).
275
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
276
+ # in [AIP-160](https://google.aip.dev/160).
275
277
  # @param [Fixnum] page_size
276
278
  # The maximum number of results to return. If not set, the service selects a
277
279
  # default.
@@ -426,27 +428,33 @@ module Google
426
428
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
427
429
  # @param [String] authorization_code
428
430
  # 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.
431
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
432
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
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
437
+ # as returned by ListDataSources method. * data_source_scopes are the scopes
438
+ # returned by ListDataSources method. Note that this should not be set when `
439
+ # service_account_name` is used to create the transfer config.
440
440
  # @param [String] service_account_name
441
- # 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.
441
+ # Optional service account name. If this field is set, the transfer config will
442
+ # be created with this service account's credentials. It requires that the
443
+ # requesting user calling this API has permissions to act as this service
444
+ # account. Note that not all data sources support service account credentials
445
+ # when creating a transfer config. For the latest list of data sources, read
446
+ # about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/
447
+ # use-service-accounts).
444
448
  # @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.
449
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
450
+ # is not 'youtube_channel' and new credentials are needed, as indicated by `
451
+ # CheckValidCreds`. In order to obtain version info, make a request to the
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.
450
458
  # @param [String] fields
451
459
  # Selector specifying which fields to include in a partial response.
452
460
  # @param [String] quota_user
@@ -598,31 +606,36 @@ module Google
598
606
  # The name is ignored when creating a transfer config.
599
607
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
600
608
  # @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.
609
+ # Optional OAuth2 authorization code to use with this transfer configuration.
610
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
611
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
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
616
+ # as returned by ListDataSources method. * data_source_scopes are the scopes
617
+ # returned by ListDataSources method. Note that this should not be set when `
618
+ # service_account_name` is used to update the transfer config.
613
619
  # @param [String] service_account_name
614
- # 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.
620
+ # Optional service account name. If this field is set, the transfer config will
621
+ # be created with this service account's credentials. It requires that the
622
+ # requesting user calling this API has permissions to act as this service
623
+ # account. Note that not all data sources support service account credentials
624
+ # when creating a transfer config. For the latest list of data sources, read
625
+ # about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/
626
+ # use-service-accounts).
618
627
  # @param [String] update_mask
619
628
  # Required. Required list of fields to be updated in this request.
620
629
  # @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.
630
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
631
+ # is not 'youtube_channel' and new credentials are needed, as indicated by `
632
+ # CheckValidCreds`. In order to obtain version info, make a request to the
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.
626
639
  # @param [String] fields
627
640
  # Selector specifying which fields to include in a partial response.
628
641
  # @param [String] quota_user
@@ -898,27 +911,33 @@ module Google
898
911
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
899
912
  # @param [String] authorization_code
900
913
  # 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.
914
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
915
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
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
920
+ # as returned by ListDataSources method. * data_source_scopes are the scopes
921
+ # returned by ListDataSources method. Note that this should not be set when `
922
+ # service_account_name` is used to create the transfer config.
912
923
  # @param [String] service_account_name
913
- # 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
+ # Optional service account name. If this field is set, the transfer config will
925
+ # be created with this service account's credentials. It requires that the
926
+ # requesting user calling this API has permissions to act as this service
927
+ # account. Note that not all data sources support service account credentials
928
+ # when creating a transfer config. For the latest list of data sources, read
929
+ # about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/
930
+ # use-service-accounts).
916
931
  # @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.
932
+ # Optional version info. This is required only if `transferConfig.dataSourceId`
933
+ # is not 'youtube_channel' and new credentials are needed, as indicated by `
934
+ # CheckValidCreds`. In order to obtain version info, make a request to the
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.
922
941
  # @param [String] fields
923
942
  # Selector specifying which fields to include in a partial response.
924
943
  # @param [String] quota_user
@@ -1070,31 +1089,36 @@ module Google
1070
1089
  # The name is ignored when creating a transfer config.
1071
1090
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1072
1091
  # @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.
1092
+ # Optional OAuth2 authorization code to use with this transfer configuration.
1093
+ # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
1094
+ # and new credentials are needed, as indicated by `CheckValidCreds`. In order to
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
1099
+ # as returned by ListDataSources method. * data_source_scopes are the scopes
1100
+ # returned by ListDataSources method. Note that this should not be set when `
1101
+ # service_account_name` is used to update the transfer config.
1085
1102
  # @param [String] service_account_name
1086
- # 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
+ # Optional service account name. If this field is set, the transfer config will
1104
+ # be created with this service account's credentials. It requires that the
1105
+ # requesting user calling this API has permissions to act as this service
1106
+ # account. Note that not all data sources support service account credentials
1107
+ # when creating a transfer config. For the latest list of data sources, read
1108
+ # about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/
1109
+ # use-service-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 not 'youtube_channel' and new credentials are needed, as indicated by `
1115
+ # CheckValidCreds`. In order to obtain version info, make a request to the
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.
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.20.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-04-25 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.20.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: []