google-apis-bigquerydatatransfer_v1 0.19.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: a231628f1a6abdb27b70cb4ae089f2824e00e53a8683d3694c4e787961780454
4
- data.tar.gz: bfd8a23431afc27637a032ac7952b1787c077a83ac4ba77a18ea4ee312c775d6
3
+ metadata.gz: 8ce037f5151bd4017f61fdbabb8b6b7d6990d33fa6616863a04a165cff70dd03
4
+ data.tar.gz: 3ced706c1326d09dcd37eb6f936d3101723a0b32e8d46ce72a4deef87cded3ee
5
5
  SHA512:
6
- metadata.gz: 3305b22ce38ad1be91d437ab8357ca01bc85197cd84e42c372fe42744c3f88a4958417b01b657edc798cdc5e3081aba5382c4fde2337dd7e6d58020d4ea57a07
7
- data.tar.gz: 2ff9571d531e7f9133c26a88c2777df6ec9b43b30990361a6b0975d15091e4882554e48963b4bb32a919f80426e9ad130064b839700c9beee5376abf52339586
6
+ metadata.gz: 1de2a407c337968c049c9ceba25837951aa09e45a7661b92755577194444d8b6f0c70f39b8ff447ec94cad24a51fc04009269a3cba4f7668491392b8c9137576
7
+ data.tar.gz: d5a8a62a01518915e538c83c675e7036a9c0b0a9267479bb610b57375ba8a13fff768d318a1dbe569e38405716e58ac761b2f36873cac352487577d6333593b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.19.0 (2022-03-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220319
@@ -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.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 = "20220319"
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.
@@ -428,31 +430,31 @@ module Google
428
430
  # Optional OAuth2 authorization code to use with this transfer configuration.
429
431
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
430
432
  # 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 `
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 `
437
439
  # service_account_name` is used to create the transfer config.
438
440
  # @param [String] service_account_name
439
- # Optional service account name. If this field is set, transfer config will be
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
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).
446
448
  # @param [String] version_info
447
449
  # 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
+ # 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.
456
458
  # @param [String] fields
457
459
  # Selector specifying which fields to include in a partial response.
458
460
  # @param [String] quota_user
@@ -607,34 +609,33 @@ module Google
607
609
  # Optional OAuth2 authorization code to use with this transfer configuration.
608
610
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
609
611
  # 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.
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.
617
619
  # @param [String] service_account_name
618
- # Optional service account name. If this field is set and "service_account_name"
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
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).
626
627
  # @param [String] update_mask
627
628
  # Required. Required list of fields to be updated in this request.
628
629
  # @param [String] version_info
629
630
  # 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.
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.
638
639
  # @param [String] fields
639
640
  # Selector specifying which fields to include in a partial response.
640
641
  # @param [String] quota_user
@@ -912,31 +913,31 @@ module Google
912
913
  # Optional OAuth2 authorization code to use with this transfer configuration.
913
914
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
914
915
  # 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 `
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 `
921
922
  # service_account_name` is used to create the transfer config.
922
923
  # @param [String] service_account_name
923
- # Optional service account name. If this field is set, transfer config will be
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
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).
930
931
  # @param [String] version_info
931
932
  # 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.
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.
940
941
  # @param [String] fields
941
942
  # Selector specifying which fields to include in a partial response.
942
943
  # @param [String] quota_user
@@ -1091,34 +1092,33 @@ module Google
1091
1092
  # Optional OAuth2 authorization code to use with this transfer configuration.
1092
1093
  # This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
1093
1094
  # 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.
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.
1101
1102
  # @param [String] service_account_name
1102
- # Optional service account name. If this field is set and "service_account_name"
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
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).
1110
1110
  # @param [String] update_mask
1111
1111
  # Required. Required list of fields to be updated in this request.
1112
1112
  # @param [String] version_info
1113
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.
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.
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.19.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-03-28 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.19.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: []