google-cloud-bigquery-storage-v1 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58ebbdaea74b95825c1a5ffa1f6e43f2163f6f025dcdd7bf8e5409d839e1a033
4
- data.tar.gz: cef8388d6488300663dee05b2a1812500a02187eda8d94f91f409330b1ea0f7f
3
+ metadata.gz: f5340dce2341e9bb36951c0f6ba64d978f589dda8249b75de0ff1d0728c1d9a0
4
+ data.tar.gz: bd25e1f806d14c8bb4d4b96b30708239b777ea4da77ce8ab9d3c6676daf4cca1
5
5
  SHA512:
6
- metadata.gz: d33ff824fdbab2efc29bc97827555ce7ec7c88690d42bd8fd70cfb1cb5f2c3b54b3a1b7ba6ddb1fad33ecaaa7077d04d1ccfc33587b87780a059a182873980db
7
- data.tar.gz: c28774c60882b4fa804914233cd9d34c3c3fd2b1049ac6a45ee718b83145c434a65c9d2937a8d0cb174e6ff43df8f281afc61c646d6b656d18b5411be8cb8178
6
+ metadata.gz: e0c62daed8dde3fe52bd1766ddf621def9919ba426f1bc5604ddd79233c56c876f958f0693051b4e841c3cf0fb24f70809e00e81a32a6a451116e24ce1c9eb42
7
+ data.tar.gz: ab79ebaa8ddb06888f703ed8aea48b38458c1b51747f28c20e90907c2bccbf75eb796e043c76fc8677e480884b2a80342c5c37f12fa3a57823c4c6ebceaa1200
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Storage
24
24
  module V1
25
- VERSION = "0.1.1"
25
+ VERSION = "0.1.2"
26
26
  end
27
27
  end
28
28
  end
@@ -25,7 +25,7 @@ module Google
25
25
  # Arrow schema as specified in
26
26
  # https://arrow.apache.org/docs/python/api/datatypes.html
27
27
  # and serialized to bytes using IPC:
28
- # https://arrow.apache.org/docs/ipc.html.
28
+ # https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
29
29
  #
30
30
  # See code samples on how this message can be deserialized.
31
31
  # @!attribute [rw] serialized_schema
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.1.1
4
+ version: 0.1.2
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-04-01 00:00:00.000000000 Z
11
+ date: 2020-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common