google-apis-bigquerydatatransfer_v1 0.39.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59709a5a0f12f0686737894930ddcdf79e09ba235cb18be008af270adf917194
4
- data.tar.gz: b74cf47c76d64a0b3024632e109997fef68a7e6390c650fb5dd5d45c13273bc3
3
+ metadata.gz: 7206cb24e6569c1d410d577411d7c446352c7bf200f03e7033168419bd724e20
4
+ data.tar.gz: 25b7593fd1ca3e321c5400f83f08df4d4adca588796ac6b1fedf8bb20a6f17e3
5
5
  SHA512:
6
- metadata.gz: 172e08539b0905df62691bd6670382a91fd8f6a7534d6ba1914991bd1b949cef0f318e56888a86f413e76113d6c9cb50408d29c5abc4f954e5b46acda80ded98
7
- data.tar.gz: ec974dd6a8155a744a59f3cbd24860717619b5e5432ca7ad39c5cd774a6c900ffd392e3e6d542a93ffacfec0746f09abb506b7db1ba69fce6007c5b6be174296
6
+ metadata.gz: d126fa999d9e93f464c115787f916c8aa6fb732a16cbd796d360ea09f806b9b57b7e9aab9dc130daec08d531ccd8af06148e3eea7b42692529ce786ef68e7b60
7
+ data.tar.gz: 6691b6835ea7d2e74d9e6b89d2cf9c41d3b4e2fc885ce713c5b2005310e978ac7432881a78938defc00078d01a6dceb66c3226a00836e152fe73ac6c0a00fc4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.39.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.39.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-25 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
@@ -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.39.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: []