google-apis-bigquerydatatransfer_v1 0.18.0 → 0.21.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: 00a4347244d74f9f17a3bc3a0251168ef63235e6142dcbcf4b440c20567fe808
4
- data.tar.gz: 2a000aa44cedb7c09e15cfda9975988cba227226a8b7b718b0bac57a39762144
3
+ metadata.gz: 219bdb6113dc54f1357eabf73ce7ef18e64cde997b8a9603cf0b7abbd38832fd
4
+ data.tar.gz: 5a1492db5bad0fcdd0d2943016f85b50253f13b35a60ee5e7ef4584a8dfc55e5
5
5
  SHA512:
6
- metadata.gz: 4ba747e3375d1a04d9e50b3a1518a714375753ed5ae986ee34b2c37ff7bb2e553f03751383324cc8ae5410bff0c1fbbbcc2f66d51d6b8b512192262c58e04077
7
- data.tar.gz: 19dfdf170fc3fbd45a319e82cc7eddcae72da839e8267a092f16f89ba25413528e2aef9f4dbc68aca7bd6b2bf011ae3433afef1267a652572991f89a84a72f42
6
+ metadata.gz: 32712c04613d7c5018899d803109411f16debe9ae5a601ce1f54a83657cd85bfcfcee83aa903f8e47a8404c16acbdbebf2452972c6948bda5aae8b371e617e35
7
+ data.tar.gz: 677df3674e567b5a0d192a7b55ea32e2870db1836a17a75506f39d6c7d1695058cdb48d1b70286b2db1577adf9462cf6218757dccd3818d5d77e5709e6ad923c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.21.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.20.0 (2022-04-21)
8
+
9
+ * Regenerated from discovery document revision 20220409
10
+
11
+ ### v0.19.0 (2022-03-27)
12
+
13
+ * Regenerated from discovery document revision 20220319
14
+
3
15
  ### v0.18.0 (2022-03-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220225
@@ -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.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220225"
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.18.0
4
+ version: 0.21.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-07 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.21.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1