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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d588965be99b200cdec24b2e1c2181fd66a4c9757f9453b34c362a533ba14ce7
|
4
|
+
data.tar.gz: 462b85913779a7cc2de6113997a1ad48c610cf268dc28e00fd5a94ce35f1aef7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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
|
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]
|
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.
|
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.
|
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.
|