gapic-common 0.10.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +50 -0
- data/lib/gapic/call_options/error_codes.rb +71 -0
- data/lib/gapic/call_options/retry_policy.rb +20 -28
- data/lib/gapic/call_options.rb +33 -0
- data/lib/gapic/common/version.rb +1 -1
- data/lib/gapic/generic_lro/operation.rb +2 -1
- data/lib/gapic/grpc/errors.rb +60 -0
- data/lib/gapic/grpc/service_stub/rpc_call.rb +17 -6
- data/lib/gapic/grpc/service_stub.rb +15 -15
- data/lib/gapic/grpc.rb +1 -0
- data/lib/gapic/headers.rb +5 -3
- data/lib/gapic/paged_enumerable.rb +3 -3
- data/lib/gapic/rest/client_stub.rb +85 -16
- data/lib/gapic/rest/error.rb +74 -11
- data/lib/gapic/rest/faraday_middleware.rb +25 -4
- data/lib/gapic/rest/grpc_transcoder/http_binding.rb +54 -1
- data/lib/gapic/rest/grpc_transcoder.rb +18 -44
- data/lib/gapic/rest/server_stream.rb +101 -0
- data/lib/gapic/rest/threaded_enumerator.rb +72 -0
- data/lib/gapic/rest.rb +2 -0
- metadata +6 -2
data/lib/gapic/rest.rb
CHANGED
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.
|
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-
|
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:
|