google-cloud-bigquery-storage-v1 0.15.0 → 0.15.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: 0abc8b859be6c644255db082774e841e2489e7b24ed7035cb7471cf9f163fd9c
4
- data.tar.gz: f9ee0a03278e1d077608a5ccca9d76083b7fa3ef994e8dd2c0618b6d636105ed
3
+ metadata.gz: bfd51b9f7c88046fa2cb3bd99e8bd4436ad018ebfe40f491906976ff168825a1
4
+ data.tar.gz: 223e07d8da5ef45ab7e17afc5afc8f9921b745c0f9784c5c3a287f5368501957
5
5
  SHA512:
6
- metadata.gz: ebab73bb11c6015e4fc2912926dd9bb23e746e63eaaa5452db60d5b0a2301ab7437db54e15e2578f35d3b18ac73cac6cde1569e74352bab072e2b8c2e6d1db21
7
- data.tar.gz: 7ad7a13d18b4385c8676414e5172fb90a8b8d4d6908bbfdbc48b9a6e4befb0bd2b1c6d8a5d7e8b4fee0d1e39efd8b48f09e92ed6698bf61f4a8664064a5fddd4
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Storage
24
24
  module V1
25
- VERSION = "0.15.0"
25
+ VERSION = "0.15.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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-09-08 00:00:00.000000000 Z
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.10'
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.10'
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