google-cloud-bigquery-storage-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: 872f32cdae754a32c9438ea48112cdb2523da017c0df01ac8ea3fd6962f24d62
|
4
|
+
data.tar.gz: 430e3a03d1795a399884e988e68a618dc840e2a508b11e1aefbb94975ad26c7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a1ac883d6ae479b892980811349f8b9318a64820f1fbf55646a6913607381d85b5b09b74170b44aa2aae62c425c040de02ca3ef95fc63d8d08b1210d5f48dc3
|
7
|
+
data.tar.gz: 40b3772f0bb65db3aa4d3f16076108b5af7a1907cdab3b3a338c4c0ea7d3406dc1a3b1c98b0f51dd7cb77f1f39574fa028ffb7cfb2d95cb7d65516f0bac2c3e5
|
@@ -73,7 +73,7 @@ module Google
|
|
73
73
|
initial_delay: 0.1,
|
74
74
|
max_delay: 60.0,
|
75
75
|
multiplier: 1.3,
|
76
|
-
retry_codes: [
|
76
|
+
retry_codes: [4, 14]
|
77
77
|
}
|
78
78
|
|
79
79
|
default_config.rpcs.read_rows.timeout = 86_400.0
|
@@ -81,7 +81,7 @@ module Google
|
|
81
81
|
initial_delay: 0.1,
|
82
82
|
max_delay: 60.0,
|
83
83
|
multiplier: 1.3,
|
84
|
-
retry_codes: [
|
84
|
+
retry_codes: [14]
|
85
85
|
}
|
86
86
|
|
87
87
|
default_config.rpcs.split_read_stream.timeout = 600.0
|
@@ -89,7 +89,7 @@ module Google
|
|
89
89
|
initial_delay: 0.1,
|
90
90
|
max_delay: 60.0,
|
91
91
|
multiplier: 1.3,
|
92
|
-
retry_codes: [
|
92
|
+
retry_codes: [4, 14]
|
93
93
|
}
|
94
94
|
|
95
95
|
default_config
|
@@ -56,7 +56,7 @@ module Google
|
|
56
56
|
#
|
57
57
|
# Read sessions automatically expire 24 hours after they are created and do
|
58
58
|
# not require manual clean-up by the caller.
|
59
|
-
rpc :CreateReadSession, CreateReadSessionRequest, ReadSession
|
59
|
+
rpc :CreateReadSession, Google::Cloud::Bigquery::Storage::V1::CreateReadSessionRequest, Google::Cloud::Bigquery::Storage::V1::ReadSession
|
60
60
|
# Reads rows from the stream in the format prescribed by the ReadSession.
|
61
61
|
# Each response contains one or more table rows, up to a maximum of 100 MiB
|
62
62
|
# per response; read requests which attempt to read individual rows larger
|
@@ -64,7 +64,7 @@ module Google
|
|
64
64
|
#
|
65
65
|
# Each request also returns a set of stream statistics reflecting the current
|
66
66
|
# state of the stream.
|
67
|
-
rpc :ReadRows, ReadRowsRequest, stream(ReadRowsResponse)
|
67
|
+
rpc :ReadRows, Google::Cloud::Bigquery::Storage::V1::ReadRowsRequest, stream(Google::Cloud::Bigquery::Storage::V1::ReadRowsResponse)
|
68
68
|
# Splits a given `ReadStream` into two `ReadStream` objects. These
|
69
69
|
# `ReadStream` objects are referred to as the primary and the residual
|
70
70
|
# streams of the split. The original `ReadStream` can still be read from in
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
# original, primary, and residual, that original[0-j] = primary[0-j] and
|
78
78
|
# original[j-n] = residual[0-m] once the streams have been read to
|
79
79
|
# completion.
|
80
|
-
rpc :SplitReadStream, SplitReadStreamRequest, SplitReadStreamResponse
|
80
|
+
rpc :SplitReadStream, Google::Cloud::Bigquery::Storage::V1::SplitReadStreamRequest, Google::Cloud::Bigquery::Storage::V1::SplitReadStreamResponse
|
81
81
|
end
|
82
82
|
|
83
83
|
Stub = Service.rpc_stub_class
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-storage-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
|