google-cloud-bigquery-data_transfer-v1 1.4.0 → 1.5.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 +4 -4
- data/lib/google/cloud/bigquery/data_transfer/v1/bindings_override.rb +2 -29
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_service/client.rb +2 -2
- data/lib/google/cloud/bigquery/data_transfer/v1/data_transfer_service/rest/client.rb +2 -2
- data/lib/google/cloud/bigquery/data_transfer/v1/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aa64e5c973712e24192cafd20eaadb81c18ce4515e715d3a2baa2d859f45081
|
4
|
+
data.tar.gz: 7bf249cf16034c7feeaee94b752d531e3da0dbf4130391e83fddc2a525362b9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23905a6d4d7a19c09c1f4fa5d9a024e45022a5cdda813cf3871ab4850156334c45f7e1252b7b128f79598d353eb9a67f1af3732784456f9273657773ae59938d
|
7
|
+
data.tar.gz: e09f2a1f20e35972153e387b8dc570276398b9fd623a0cb161cd2717318c367fac9170c22fc1c74c723455fb6aa2ba507f2f0c377a41f892851f89323b01ef7f
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "gapic/
|
19
|
+
require "gapic/rest"
|
20
20
|
|
21
21
|
module Google
|
22
22
|
module Cloud
|
@@ -43,7 +43,7 @@ module Google
|
|
43
43
|
namespace.pop
|
44
44
|
end
|
45
45
|
|
46
|
-
default_config =
|
46
|
+
default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
|
47
47
|
default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
|
48
48
|
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
49
49
|
uri_method: :get,
|
@@ -70,33 +70,6 @@ module Google
|
|
70
70
|
yield @configure if block_given?
|
71
71
|
@configure
|
72
72
|
end
|
73
|
-
|
74
|
-
##
|
75
|
-
# @private
|
76
|
-
# Configuration class for the google.cloud.bigquery.datatransfer.v1 package.
|
77
|
-
#
|
78
|
-
# This class contains common configuration for all services
|
79
|
-
# of the google.cloud.bigquery.datatransfer.v1 package.
|
80
|
-
#
|
81
|
-
# This configuration is for internal use of the client library classes,
|
82
|
-
# and it is not intended that the end-users will read or change it.
|
83
|
-
#
|
84
|
-
class Configuration
|
85
|
-
extend ::Gapic::Config
|
86
|
-
|
87
|
-
# @private
|
88
|
-
# Overrides for http bindings for the RPC of the mixins for this package.
|
89
|
-
# Services in this package should use these when creating clients for the mixin services.
|
90
|
-
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
91
|
-
config_attr :bindings_override, {}, ::Hash, nil
|
92
|
-
|
93
|
-
# @private
|
94
|
-
def initialize parent_config = nil
|
95
|
-
@parent_config = parent_config unless parent_config.nil?
|
96
|
-
|
97
|
-
yield self if block_given?
|
98
|
-
end
|
99
|
-
end
|
100
73
|
end
|
101
74
|
end
|
102
75
|
end
|
@@ -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
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.2'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.2'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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.
|