google-cloud-bigquery-storage-v1 0.15.0 → 0.15.1
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/annotations_pb.rb +22 -0
- data/lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb +0 -7
- data/lib/google/cloud/bigquery/storage/v1/storage_services_pb.rb +0 -7
- data/lib/google/cloud/bigquery/storage/v1/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfd51b9f7c88046fa2cb3bd99e8bd4436ad018ebfe40f491906976ff168825a1
|
|
4
|
+
data.tar.gz: 223e07d8da5ef45ab7e17afc5afc8f9921b745c0f9784c5c3a287f5368501957
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 495416c3cadc9fbe4a003c4cecd69dfb6ef1944351ac7252f24b9d33dd0581eb46bae584cd7fc0409b55a5f1e8458abd706644a7bf906da7c36b8e6ea619814f
|
|
7
|
+
data.tar.gz: 2d4e67bbcb28171ada6bd4a7ebce10ddbdebda2380aa983a3c19577da478ad110288a000f0a4ed979e468b62828c18727052c6f5ed9fdf825e3615b06568b967
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# source: google/cloud/bigquery/storage/v1/annotations.proto
|
|
3
|
+
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
6
|
+
require 'google/protobuf/descriptor_pb'
|
|
7
|
+
|
|
8
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
|
+
add_file("google/cloud/bigquery/storage/v1/annotations.proto", :syntax => :proto3) do
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
module Google
|
|
14
|
+
module Cloud
|
|
15
|
+
module Bigquery
|
|
16
|
+
module Storage
|
|
17
|
+
module V1
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -306,13 +306,6 @@ module Google
|
|
|
306
306
|
# finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly
|
|
307
307
|
# committed via the `BatchCommitWriteStreams` rpc.
|
|
308
308
|
#
|
|
309
|
-
# Note: For users coding against the gRPC api directly, it may be
|
|
310
|
-
# necessary to supply the x-goog-request-params system parameter
|
|
311
|
-
# with `write_stream=<full_write_stream_name>`.
|
|
312
|
-
#
|
|
313
|
-
# More information about system parameters:
|
|
314
|
-
# https://cloud.google.com/apis/docs/system-parameters
|
|
315
|
-
#
|
|
316
309
|
# @param request [::Gapic::StreamInput, ::Enumerable<::Google::Cloud::Bigquery::Storage::V1::AppendRowsRequest, ::Hash>]
|
|
317
310
|
# An enumerable of {::Google::Cloud::Bigquery::Storage::V1::AppendRowsRequest} instances.
|
|
318
311
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
@@ -134,13 +134,6 @@ module Google
|
|
|
134
134
|
# * For PENDING streams, data is not made visible until the stream itself is
|
|
135
135
|
# finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly
|
|
136
136
|
# committed via the `BatchCommitWriteStreams` rpc.
|
|
137
|
-
#
|
|
138
|
-
# Note: For users coding against the gRPC api directly, it may be
|
|
139
|
-
# necessary to supply the x-goog-request-params system parameter
|
|
140
|
-
# with `write_stream=<full_write_stream_name>`.
|
|
141
|
-
#
|
|
142
|
-
# More information about system parameters:
|
|
143
|
-
# https://cloud.google.com/apis/docs/system-parameters
|
|
144
137
|
rpc :AppendRows, stream(::Google::Cloud::Bigquery::Storage::V1::AppendRowsRequest), stream(::Google::Cloud::Bigquery::Storage::V1::AppendRowsResponse)
|
|
145
138
|
# Gets information about a write stream.
|
|
146
139
|
rpc :GetWriteStream, ::Google::Cloud::Bigquery::Storage::V1::GetWriteStreamRequest, ::Google::Cloud::Bigquery::Storage::V1::WriteStream
|
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.15.
|
|
4
|
+
version: 0.15.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-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.12'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.12'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -171,6 +171,7 @@ files:
|
|
|
171
171
|
- README.md
|
|
172
172
|
- lib/google-cloud-bigquery-storage-v1.rb
|
|
173
173
|
- lib/google/cloud/bigquery/storage/v1.rb
|
|
174
|
+
- lib/google/cloud/bigquery/storage/v1/annotations_pb.rb
|
|
174
175
|
- lib/google/cloud/bigquery/storage/v1/arrow_pb.rb
|
|
175
176
|
- lib/google/cloud/bigquery/storage/v1/avro_pb.rb
|
|
176
177
|
- lib/google/cloud/bigquery/storage/v1/big_query_read.rb
|