google-cloud-bigquery-data_transfer-v1 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8de3c23616ee3ed168042d17e51809ef05a67be28a8447fff386574e5ef7b39
|
4
|
+
data.tar.gz: d3dd4cb2e3fdc61156946e16188012affd6df8d655e6cc5ff02f0b8b96badb7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a615fb75e7796815bb988f0095fd55acd0237d6cc63b18aedf9edc3c55b1effeff4c48b45aa2ba9cf1dfc2ed905e558d42020e7661263bdece324da46e370575
|
7
|
+
data.tar.gz: 694cb8b208220fe2ef7efc04a895baee3c1e653ea3646459aba8a243227c810b39613f1f2a21e11b18239eaf5fa5c16587c0276aec8e5cedc8513e026ad57e26
|
@@ -74,7 +74,7 @@ module Google
|
|
74
74
|
initial_delay: 0.1,
|
75
75
|
max_delay: 60.0,
|
76
76
|
multiplier: 1.3,
|
77
|
-
retry_codes: [
|
77
|
+
retry_codes: [14, 4]
|
78
78
|
}
|
79
79
|
|
80
80
|
default_config.rpcs.list_data_sources.timeout = 20.0
|
@@ -82,7 +82,7 @@ module Google
|
|
82
82
|
initial_delay: 0.1,
|
83
83
|
max_delay: 60.0,
|
84
84
|
multiplier: 1.3,
|
85
|
-
retry_codes: [
|
85
|
+
retry_codes: [14, 4]
|
86
86
|
}
|
87
87
|
|
88
88
|
default_config.rpcs.create_transfer_config.timeout = 30.0
|
@@ -94,7 +94,7 @@ module Google
|
|
94
94
|
initial_delay: 0.1,
|
95
95
|
max_delay: 60.0,
|
96
96
|
multiplier: 1.3,
|
97
|
-
retry_codes: [
|
97
|
+
retry_codes: [14, 4]
|
98
98
|
}
|
99
99
|
|
100
100
|
default_config.rpcs.get_transfer_config.timeout = 20.0
|
@@ -102,7 +102,7 @@ module Google
|
|
102
102
|
initial_delay: 0.1,
|
103
103
|
max_delay: 60.0,
|
104
104
|
multiplier: 1.3,
|
105
|
-
retry_codes: [
|
105
|
+
retry_codes: [14, 4]
|
106
106
|
}
|
107
107
|
|
108
108
|
default_config.rpcs.list_transfer_configs.timeout = 20.0
|
@@ -110,7 +110,7 @@ module Google
|
|
110
110
|
initial_delay: 0.1,
|
111
111
|
max_delay: 60.0,
|
112
112
|
multiplier: 1.3,
|
113
|
-
retry_codes: [
|
113
|
+
retry_codes: [14, 4]
|
114
114
|
}
|
115
115
|
|
116
116
|
default_config.rpcs.schedule_transfer_runs.timeout = 30.0
|
@@ -120,7 +120,7 @@ module Google
|
|
120
120
|
initial_delay: 0.1,
|
121
121
|
max_delay: 60.0,
|
122
122
|
multiplier: 1.3,
|
123
|
-
retry_codes: [
|
123
|
+
retry_codes: [14, 4]
|
124
124
|
}
|
125
125
|
|
126
126
|
default_config.rpcs.delete_transfer_run.timeout = 20.0
|
@@ -128,7 +128,7 @@ module Google
|
|
128
128
|
initial_delay: 0.1,
|
129
129
|
max_delay: 60.0,
|
130
130
|
multiplier: 1.3,
|
131
|
-
retry_codes: [
|
131
|
+
retry_codes: [14, 4]
|
132
132
|
}
|
133
133
|
|
134
134
|
default_config.rpcs.list_transfer_runs.timeout = 20.0
|
@@ -136,7 +136,7 @@ module Google
|
|
136
136
|
initial_delay: 0.1,
|
137
137
|
max_delay: 60.0,
|
138
138
|
multiplier: 1.3,
|
139
|
-
retry_codes: [
|
139
|
+
retry_codes: [14, 4]
|
140
140
|
}
|
141
141
|
|
142
142
|
default_config.rpcs.list_transfer_logs.timeout = 20.0
|
@@ -144,7 +144,7 @@ module Google
|
|
144
144
|
initial_delay: 0.1,
|
145
145
|
max_delay: 60.0,
|
146
146
|
multiplier: 1.3,
|
147
|
-
retry_codes: [
|
147
|
+
retry_codes: [14, 4]
|
148
148
|
}
|
149
149
|
|
150
150
|
default_config.rpcs.check_valid_creds.timeout = 20.0
|
@@ -152,7 +152,7 @@ module Google
|
|
152
152
|
initial_delay: 0.1,
|
153
153
|
max_delay: 60.0,
|
154
154
|
multiplier: 1.3,
|
155
|
-
retry_codes: [
|
155
|
+
retry_codes: [14, 4]
|
156
156
|
}
|
157
157
|
|
158
158
|
default_config
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-data_transfer-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-errors
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|