google-cloud-bigquery-storage-v1 0.10.0 → 0.10.1
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: dff85b10ef593a6d705ab82f98458dbf22c2bce8b84bb1612d17da8f867ea767
|
4
|
+
data.tar.gz: 0e19138911fed5e2c44118090a1fecbab1b9586bed1569ec35a636e8c51f395c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f754922de4957aebbb9f24d63743f525de91878889535f79e6821188924d3139400d4f5038ef215efe53e18602eacf0474faf922f93f58efdc2f45ef351b3b9
|
7
|
+
data.tar.gz: a31410349d6e7457a2fb7ad7666400faa09027d2c5d4a9728060754b921bb7512536fe7e020e7cebb7052e9af04105ad894d93ace5930f63a5a11f715147f6f5
|
@@ -42,7 +42,8 @@ module Google
|
|
42
42
|
# IPC-serialized Arrow RecordBatch.
|
43
43
|
# @!attribute [rw] row_count
|
44
44
|
# @return [::Integer]
|
45
|
-
# The count of rows in `serialized_record_batch`.
|
45
|
+
# [Deprecated] The count of rows in `serialized_record_batch`.
|
46
|
+
# Please use the format-independent ReadRowsResponse.row_count instead.
|
46
47
|
class ArrowRecordBatch
|
47
48
|
include ::Google::Protobuf::MessageExts
|
48
49
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -38,7 +38,8 @@ module Google
|
|
38
38
|
# Binary serialized rows in a block.
|
39
39
|
# @!attribute [rw] row_count
|
40
40
|
# @return [::Integer]
|
41
|
-
# The count of rows in the returning block.
|
41
|
+
# [Deprecated] The count of rows in the returning block.
|
42
|
+
# Please use the format-independent ReadRowsResponse.row_count instead.
|
42
43
|
class AvroRows
|
43
44
|
include ::Google::Protobuf::MessageExts
|
44
45
|
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.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|