gapic-common 0.10.0 → 0.15.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.
data/lib/gapic/rest.rb CHANGED
@@ -27,4 +27,6 @@ require "gapic/rest/faraday_middleware"
27
27
  require "gapic/rest/grpc_transcoder"
28
28
  require "gapic/rest/operation"
29
29
  require "gapic/rest/paged_enumerable"
30
+ require "gapic/rest/server_stream"
31
+ require "gapic/rest/threaded_enumerator"
30
32
  require "json"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gapic-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google API Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -288,6 +288,7 @@ files:
288
288
  - RELEASING.md
289
289
  - lib/gapic-common.rb
290
290
  - lib/gapic/call_options.rb
291
+ - lib/gapic/call_options/error_codes.rb
291
292
  - lib/gapic/call_options/retry_policy.rb
292
293
  - lib/gapic/common.rb
293
294
  - lib/gapic/common/error.rb
@@ -297,6 +298,7 @@ files:
297
298
  - lib/gapic/generic_lro/base_operation.rb
298
299
  - lib/gapic/generic_lro/operation.rb
299
300
  - lib/gapic/grpc.rb
301
+ - lib/gapic/grpc/errors.rb
300
302
  - lib/gapic/grpc/service_stub.rb
301
303
  - lib/gapic/grpc/service_stub/rpc_call.rb
302
304
  - lib/gapic/grpc/status_details.rb
@@ -313,6 +315,8 @@ files:
313
315
  - lib/gapic/rest/grpc_transcoder/http_binding.rb
314
316
  - lib/gapic/rest/operation.rb
315
317
  - lib/gapic/rest/paged_enumerable.rb
318
+ - lib/gapic/rest/server_stream.rb
319
+ - lib/gapic/rest/threaded_enumerator.rb
316
320
  - lib/gapic/stream_input.rb
317
321
  homepage: https://github.com/googleapis/gapic-generator-ruby
318
322
  licenses: