google-cloud-bigquery-data_transfer-v1 1.3.1 → 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: a080bc97e4197b803ddb8d4b1f0800904f753959dba6f52688435fec7360465b
4
- data.tar.gz: dcdfdcaf0487b22ca12d0b6c513125c34fb47eecafe386a3fdc5c3b91d77776b
3
+ metadata.gz: d588965be99b200cdec24b2e1c2181fd66a4c9757f9453b34c362a533ba14ce7
4
+ data.tar.gz: 462b85913779a7cc2de6113997a1ad48c610cf268dc28e00fd5a94ce35f1aef7
5
5
  SHA512:
6
- metadata.gz: 8c9f13416fae46c5c1308c7ad572038633264eb81eea15cf2d909d309f0948d9e2f4d9fb0b5a65982dd8d61ab93cc807efb1bf921c0c0314c76c95490d6ff767
7
- data.tar.gz: fbce65e510f63e8473f57e37ab8a56dfc0e1780fdcc13c11e2dc2f8d03ee3a962e08978ca635917e61c4ca279da8c48475ef5eb50b54773bcfddcff35ee3ed77
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.3.1"
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.3.1
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,22 +41,16 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  description: Schedules queries and transfers external data from SaaS applications
67
55
  to Google BigQuery on a regular basis. Note that google-cloud-bigquery-data_transfer-v1
68
56
  is a version-specific client library. For most uses, we recommend installing the
@@ -118,14 +106,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
106
  requirements:
119
107
  - - ">="
120
108
  - !ruby/object:Gem::Version
121
- version: '3.0'
109
+ version: '3.1'
122
110
  required_rubygems_version: !ruby/object:Gem::Requirement
123
111
  requirements:
124
112
  - - ">="
125
113
  - !ruby/object:Gem::Version
126
114
  version: '0'
127
115
  requirements: []
128
- rubygems_version: 3.6.8
116
+ rubygems_version: 3.6.9
129
117
  specification_version: 4
130
118
  summary: Schedule queries or transfer external data from SaaS applications to Google
131
119
  BigQuery on a regular basis.