google-cloud-bigquery-data_transfer-v1 1.4.0 → 1.4.1

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: 9e94d1406823925fb3335a2fb5a4864af62ca0681a6bb3b3f7eaf463bc0ef740
4
- data.tar.gz: 7169588bd5ae087bd22d54e0bfa1067b604af2bac929a06fe1aeb33329c4c021
3
+ metadata.gz: d588965be99b200cdec24b2e1c2181fd66a4c9757f9453b34c362a533ba14ce7
4
+ data.tar.gz: 462b85913779a7cc2de6113997a1ad48c610cf268dc28e00fd5a94ce35f1aef7
5
5
  SHA512:
6
- metadata.gz: d5f6ad867a585588d8128d593887cf524282dcfa53654a0cd3f8cd6274228326a30c69e88ea32678d208eed1b4f0b4d92676b3d493cf6d9096b47c6e1278539e
7
- data.tar.gz: f926f390c9c9d810c9d4c6b2d359afaf6bf39cb37b7d45e581f8325a8757c687f80267ec4ddd31f6c35ca0ba51b3134856f1fddc70afd2a31b968dc9f2ee141b
6
+ metadata.gz: 228b64463816e44d8223ba9ad433dfcfd8dd1a9e9b836b0b27e532bb03583cb2be656e03e0b0c52047f0171a30a7d4e70d35ae24e60f7881f9ce70f0f00fb3a2
7
+ data.tar.gz: 4c30f6adc17320f95e223d6eb4f30c8220b1040596da6aed7a4fa8f1a2d654b4a29384c59c8f6562d52c069e69a043ce0552bdaba4a2062a7fabd3ccb2ee51e1
@@ -1122,14 +1122,14 @@ module Google
1122
1122
  # requested_time_range must be a past time and cannot include future time
1123
1123
  # values.
1124
1124
  #
1125
- # Note: The following fields are mutually exclusive: `requested_time_range`, `requested_run_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1125
+ # Note: The following parameters are mutually exclusive: `requested_time_range`, `requested_run_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1126
1126
  # @param requested_run_time [::Google::Protobuf::Timestamp, ::Hash]
1127
1127
  # A run_time timestamp for historical data files or reports
1128
1128
  # that are scheduled to be transferred by the scheduled transfer run.
1129
1129
  # requested_run_time must be a past time and cannot include future time
1130
1130
  # values.
1131
1131
  #
1132
- # Note: The following fields are mutually exclusive: `requested_run_time`, `requested_time_range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1132
+ # Note: The following parameters are mutually exclusive: `requested_run_time`, `requested_time_range`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1133
1133
  #
1134
1134
  # @yield [response, operation] Access the result along with the RPC operation
1135
1135
  # @yieldparam response [::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsResponse]
@@ -1058,14 +1058,14 @@ module Google
1058
1058
  # requested_time_range must be a past time and cannot include future time
1059
1059
  # values.
1060
1060
  #
1061
- # Note: The following fields are mutually exclusive: `requested_time_range`, `requested_run_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1061
+ # Note: The following parameters are mutually exclusive: `requested_time_range`, `requested_run_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1062
1062
  # @param requested_run_time [::Google::Protobuf::Timestamp, ::Hash]
1063
1063
  # A run_time timestamp for historical data files or reports
1064
1064
  # that are scheduled to be transferred by the scheduled transfer run.
1065
1065
  # requested_run_time must be a past time and cannot include future time
1066
1066
  # values.
1067
1067
  #
1068
- # Note: The following fields are mutually exclusive: `requested_run_time`, `requested_time_range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1068
+ # Note: The following parameters are mutually exclusive: `requested_run_time`, `requested_time_range`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1069
1069
  # @yield [result, operation] Access the result along with the TransportOperation object
1070
1070
  # @yieldparam result [::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsResponse]
1071
1071
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataTransfer
24
24
  module V1
25
- VERSION = "1.4.0"
25
+ VERSION = "1.4.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_transfer-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
- rubygems_version: 3.6.8
116
+ rubygems_version: 3.6.9
117
117
  specification_version: 4
118
118
  summary: Schedule queries or transfer external data from SaaS applications to Google
119
119
  BigQuery on a regular basis.