google-cloud-bigquery-storage-v1 0.6.3 → 0.7.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/storage/v1/big_query_read/client.rb +1 -1
- data/lib/google/cloud/bigquery/storage/v1/storage_services_pb.rb +1 -1
- data/lib/google/cloud/bigquery/storage/v1/stream_pb.rb +1 -0
- data/lib/google/cloud/bigquery/storage/v1/version.rb +1 -1
- data/proto_docs/google/cloud/bigquery/storage/v1/stream.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58a0c1baa01e2035c83e5a26f8a24e2e5019366434cff0d26da8ffbd98f00759
|
|
4
|
+
data.tar.gz: e29a83123c54d3eee0560d57a671a5773e8bf7611675d919d20b164c6d107f32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 381acaf8e118b0825ee281e0be78ed1b803e08faaa4ae98945b5e8718f427f9331f5988abc93895e970357f2634163d50a4631b41c6a2a646bc4f7aba3c5f6d6
|
|
7
|
+
data.tar.gz: 5e27d722046fbe05e26d1dab20ff58960f29b0f9d6bbf8d2687d8a156bb04ce06d9218a0418fc9e87bc07108d7c198ef336feb16279fe28336acf79250381db8
|
|
@@ -180,7 +180,7 @@ module Google
|
|
|
180
180
|
# limits are enforced based on the number of pre-filtered rows, so some
|
|
181
181
|
# filters can lead to lopsided assignments.
|
|
182
182
|
#
|
|
183
|
-
# Read sessions automatically expire
|
|
183
|
+
# Read sessions automatically expire 6 hours after they are created and do
|
|
184
184
|
# not require manual clean-up by the caller.
|
|
185
185
|
#
|
|
186
186
|
# @overload create_read_session(request, options = nil)
|
|
@@ -53,7 +53,7 @@ module Google
|
|
|
53
53
|
# limits are enforced based on the number of pre-filtered rows, so some
|
|
54
54
|
# filters can lead to lopsided assignments.
|
|
55
55
|
#
|
|
56
|
-
# Read sessions automatically expire
|
|
56
|
+
# Read sessions automatically expire 6 hours after they are created and do
|
|
57
57
|
# not require manual clean-up by the caller.
|
|
58
58
|
rpc :CreateReadSession, ::Google::Cloud::Bigquery::Storage::V1::CreateReadSessionRequest, ::Google::Cloud::Bigquery::Storage::V1::ReadSession
|
|
59
59
|
# Reads rows from the stream in the format prescribed by the ReadSession.
|
|
@@ -18,6 +18,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
18
18
|
optional :table_modifiers, :message, 7, "google.cloud.bigquery.storage.v1.ReadSession.TableModifiers"
|
|
19
19
|
optional :read_options, :message, 8, "google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions"
|
|
20
20
|
repeated :streams, :message, 10, "google.cloud.bigquery.storage.v1.ReadStream"
|
|
21
|
+
optional :estimated_total_bytes_scanned, :int64, 12
|
|
21
22
|
oneof :schema do
|
|
22
23
|
optional :avro_schema, :message, 4, "google.cloud.bigquery.storage.v1.AvroSchema"
|
|
23
24
|
optional :arrow_schema, :message, 5, "google.cloud.bigquery.storage.v1.ArrowSchema"
|
|
@@ -59,6 +59,11 @@ module Google
|
|
|
59
59
|
# request_stream_count values *may* result in this list being unpopulated,
|
|
60
60
|
# in that case, the user will need to use a List method to get the streams
|
|
61
61
|
# instead, which is not yet available.
|
|
62
|
+
# @!attribute [r] estimated_total_bytes_scanned
|
|
63
|
+
# @return [::Integer]
|
|
64
|
+
# Output only. An estimate on the number of bytes this session will scan when
|
|
65
|
+
# all streams are completely consumed. This estimate is based on
|
|
66
|
+
# metadata from the table which might be incomplete or stale.
|
|
62
67
|
class ReadSession
|
|
63
68
|
include ::Google::Protobuf::MessageExts
|
|
64
69
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|