google-apis-bigquerydatatransfer_v1 0.38.0 → 0.40.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: 5b6bef320436ad9d5d6c41faabe93dc03a9a8e9ebe535cb1c7df88a7953c2f0f
4
- data.tar.gz: 80a91260f7cb390abeb457a69ca8403b225ee803cac6374eb9fe8e39a7193b00
3
+ metadata.gz: 7206cb24e6569c1d410d577411d7c446352c7bf200f03e7033168419bd724e20
4
+ data.tar.gz: 25b7593fd1ca3e321c5400f83f08df4d4adca588796ac6b1fedf8bb20a6f17e3
5
5
  SHA512:
6
- metadata.gz: e930368bb3e21a8f65a43b0a5dec16ff582a9d213134404fa96cdcc08eb1b9b399e8dea8b47da5aac79ba387febd54a3962314306592c554a42e022872c73b7b
7
- data.tar.gz: 4a726340df9c5324e18e294cebd79cc8dc24c9f51f4df9f28025130b013542d75e791c88a9805772c65e7bbcecf1efe2dd62e8fbd65130d8fdc34f9c5461e1db
6
+ metadata.gz: d126fa999d9e93f464c115787f916c8aa6fb732a16cbd796d360ea09f806b9b57b7e9aab9dc130daec08d531ccd8af06148e3eea7b42692529ce786ef68e7b60
7
+ data.tar.gz: 6691b6835ea7d2e74d9e6b89d2cf9c41d3b4e2fc885ce713c5b2005310e978ac7432881a78938defc00078d01a6dceb66c3226a00836e152fe73ac6c0a00fc4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.40.0 (2024-03-31)
4
+
5
+ * Regenerated from discovery document revision 20240323
6
+
7
+ ### v0.39.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.38.0 (2024-02-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20240202
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/bigquery-transfer/) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -828,11 +828,11 @@ module Google
828
828
  # @return [Google::Apis::BigquerydatatransferV1::EncryptionConfiguration]
829
829
  attr_accessor :encryption_configuration
830
830
 
831
- # The resource name of the transfer config. Transfer config names have the form
832
- # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
833
- # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
834
- # usually a UUID, even though it is not guaranteed or required. The name is
835
- # ignored when creating a transfer config.
831
+ # Identifier. The resource name of the transfer config. Transfer config names
832
+ # have the form either `projects/`project_id`/locations/`region`/transferConfigs/
833
+ # `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
834
+ # config_id` is usually a UUID, even though it is not guaranteed or required.
835
+ # The name is ignored when creating a transfer config.
836
836
  # Corresponds to the JSON property `name`
837
837
  # @return [String]
838
838
  attr_accessor :name
@@ -988,9 +988,9 @@ module Google
988
988
  # @return [Google::Apis::BigquerydatatransferV1::Status]
989
989
  attr_accessor :error_status
990
990
 
991
- # The resource name of the transfer run. Transfer run names have the form `
992
- # projects/`project_id`/locations/`location`/transferConfigs/`config_id`/runs/`
993
- # run_id``. The name is ignored when creating a transfer run.
991
+ # Identifier. The resource name of the transfer run. Transfer run names have the
992
+ # form `projects/`project_id`/locations/`location`/transferConfigs/`config_id`/
993
+ # runs/`run_id``. The name is ignored when creating a transfer run.
994
994
  # Corresponds to the JSON property `name`
995
995
  # @return [String]
996
996
  attr_accessor :name
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240202"
25
+ REVISION = "20240323"
26
26
  end
27
27
  end
28
28
  end
@@ -60,7 +60,7 @@ module Google
60
60
  # web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/
61
61
  # working-with-transfers).
62
62
  # @param [String] name
63
- # The name of the project resource in the form: `projects/`project_id``
63
+ # Required. The name of the project resource in the form: `projects/`project_id``
64
64
  # @param [Google::Apis::BigquerydatatransferV1::EnrollDataSourcesRequest] enroll_data_sources_request_object
65
65
  # @param [String] fields
66
66
  # Selector specifying which fields to include in a partial response.
@@ -208,7 +208,7 @@ module Google
208
208
  # web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/
209
209
  # working-with-transfers).
210
210
  # @param [String] name
211
- # The name of the project resource in the form: `projects/`project_id``
211
+ # Required. The name of the project resource in the form: `projects/`project_id``
212
212
  # @param [Google::Apis::BigquerydatatransferV1::EnrollDataSourcesRequest] enroll_data_sources_request_object
213
213
  # @param [String] fields
214
214
  # Selector specifying which fields to include in a partial response.
@@ -318,7 +318,7 @@ module Google
318
318
  # /console.cloud.google.com/bigquery). Data transfers configurations of
319
319
  # unenrolled data sources will not be scheduled.
320
320
  # @param [String] name
321
- # The name of the project resource in the form: `projects/`project_id``
321
+ # Required. The name of the project resource in the form: `projects/`project_id``
322
322
  # @param [Google::Apis::BigquerydatatransferV1::UnenrollDataSourcesRequest] unenroll_data_sources_request_object
323
323
  # @param [String] fields
324
324
  # Selector specifying which fields to include in a partial response.
@@ -639,11 +639,11 @@ module Google
639
639
  # Updates a data transfer configuration. All fields must be set, even if they
640
640
  # are not updated.
641
641
  # @param [String] name
642
- # The resource name of the transfer config. Transfer config names have the form
643
- # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
644
- # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
645
- # usually a UUID, even though it is not guaranteed or required. The name is
646
- # ignored when creating a transfer config.
642
+ # Identifier. The resource name of the transfer config. Transfer config names
643
+ # have the form either `projects/`project_id`/locations/`region`/transferConfigs/
644
+ # `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
645
+ # config_id` is usually a UUID, even though it is not guaranteed or required.
646
+ # The name is ignored when creating a transfer config.
647
647
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
648
648
  # @param [String] authorization_code
649
649
  # Optional OAuth2 authorization code to use with this transfer configuration.
@@ -752,7 +752,7 @@ module Google
752
752
  # run_time is between start_time (inclusive) and end_time (exclusive), or for a
753
753
  # specific run_time.
754
754
  # @param [String] parent
755
- # Transfer configuration name in the form: `projects/`project_id`/
755
+ # Required. Transfer configuration name in the form: `projects/`project_id`/
756
756
  # transferConfigs/`config_id`` or `projects/`project_id`/locations/`location_id`/
757
757
  # transferConfigs/`config_id``.
758
758
  # @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
@@ -1123,11 +1123,11 @@ module Google
1123
1123
  # Updates a data transfer configuration. All fields must be set, even if they
1124
1124
  # are not updated.
1125
1125
  # @param [String] name
1126
- # The resource name of the transfer config. Transfer config names have the form
1127
- # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
1128
- # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
1129
- # usually a UUID, even though it is not guaranteed or required. The name is
1130
- # ignored when creating a transfer config.
1126
+ # Identifier. The resource name of the transfer config. Transfer config names
1127
+ # have the form either `projects/`project_id`/locations/`region`/transferConfigs/
1128
+ # `config_id`` or `projects/`project_id`/transferConfigs/`config_id``, where `
1129
+ # config_id` is usually a UUID, even though it is not guaranteed or required.
1130
+ # The name is ignored when creating a transfer config.
1131
1131
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1132
1132
  # @param [String] authorization_code
1133
1133
  # Optional OAuth2 authorization code to use with this transfer configuration.
@@ -1236,7 +1236,7 @@ module Google
1236
1236
  # run_time is between start_time (inclusive) and end_time (exclusive), or for a
1237
1237
  # specific run_time.
1238
1238
  # @param [String] parent
1239
- # Transfer configuration name in the form: `projects/`project_id`/
1239
+ # Required. Transfer configuration name in the form: `projects/`project_id`/
1240
1240
  # transferConfigs/`config_id`` or `projects/`project_id`/locations/`location_id`/
1241
1241
  # transferConfigs/`config_id``.
1242
1242
  # @param [Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest] start_manual_transfer_runs_request_object
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.38.0
4
+ version: 0.40.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-02-11 00:00:00.000000000 Z
11
+ date: 2024-03-31 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.12.0
19
+ version: 0.14.0
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.12.0
29
+ version: 0.14.0
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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.40.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1