google-apis-bigquerydatatransfer_v1 0.29.0 → 0.30.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: 186d0ebd76ad6d5949dad57da5b5203d9798d6efe4e6ca04555c5f0693987385
4
- data.tar.gz: 0be64a92c6baa33ae537903023f9c4127196e2bc298b975bd45939d351002902
3
+ metadata.gz: 1eb608dbe98386a78aeb806966ce27e468f81286fc50a3e0e514bf5397345674
4
+ data.tar.gz: f712a3cc30db03b54ca6a7dce62610b7dd4a8c455fdb2f1b3698026c82a7f9f8
5
5
  SHA512:
6
- metadata.gz: 0413a3de26a8a89d112b5c7a1302c2b5c88802ca912d5c464430ea22dc67ea3032b4fdb77cb9f173a255fead8479164d8d45dc12c8ba3b91a3b2270da18e9360
7
- data.tar.gz: b0912c0f6783a278a2c7c43c6ef11eaf1b310c42bacc88a245a485f9e3cc20f7211620fc03c954b044607ad8d2aea507ecb40a0abb60e28ee14e7d134254468c
6
+ metadata.gz: a85f724b21f78d4c0a5409afeff3c89cf995b34509841b6d88dc87a206aad6e0f2195854ece30cf7b478fc8189f153b6a67811fe548acac691837fb38323b268
7
+ data.tar.gz: d4804c793f5f5867b312eda9b7bec242ec6bf068aad4816362995e17930d67ec80fce61ff78483c7d0aaed0194d8261fad4e0a82fd39f9dac6082e90e176be00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.30.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.29.0 (2022-10-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20221014
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221014"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -438,7 +438,7 @@ module Google
438
438
  # returned by ListDataSources method. Note that this should not be set when `
439
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, the transfer config will
441
+ # Optional service account email. If this field is set, the transfer config will
442
442
  # be created with this service account's credentials. It requires that the
443
443
  # requesting user calling this API has permissions to act as this service
444
444
  # account. Note that not all data sources support service account credentials
@@ -617,7 +617,7 @@ module Google
617
617
  # returned by ListDataSources method. Note that this should not be set when `
618
618
  # service_account_name` is used to update the transfer config.
619
619
  # @param [String] service_account_name
620
- # Optional service account name. If this field is set, the transfer config will
620
+ # Optional service account email. If this field is set, the transfer config will
621
621
  # be created with this service account's credentials. It requires that the
622
622
  # requesting user calling this API has permissions to act as this service
623
623
  # account. Note that not all data sources support service account credentials
@@ -921,7 +921,7 @@ module Google
921
921
  # returned by ListDataSources method. Note that this should not be set when `
922
922
  # service_account_name` is used to create the transfer config.
923
923
  # @param [String] service_account_name
924
- # Optional service account name. If this field is set, the transfer config will
924
+ # Optional service account email. If this field is set, the transfer config will
925
925
  # be created with this service account's credentials. It requires that the
926
926
  # requesting user calling this API has permissions to act as this service
927
927
  # account. Note that not all data sources support service account credentials
@@ -1100,7 +1100,7 @@ module Google
1100
1100
  # returned by ListDataSources method. Note that this should not be set when `
1101
1101
  # service_account_name` is used to update the transfer config.
1102
1102
  # @param [String] service_account_name
1103
- # Optional service account name. If this field is set, the transfer config will
1103
+ # Optional service account email. If this field is set, the transfer config will
1104
1104
  # be created with this service account's credentials. It requires that the
1105
1105
  # requesting user calling this API has permissions to act as this service
1106
1106
  # account. Note that not all data sources support service account credentials
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.29.0
4
+ version: 0.30.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-10-21 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.30.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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1