google-gax 0.8.2 → 0.8.3

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
  SHA1:
3
- metadata.gz: 69d46a87b7b4be034ce238a0cd0a32d110b8eb9c
4
- data.tar.gz: 6ddea796a52bbaa2e55d87731f1613759433deed
3
+ metadata.gz: b8f8fbb8074fa13d17a67dc1e137f8320ed9736c
4
+ data.tar.gz: 90ec64abac56020821a06406097b2eb55624c19f
5
5
  SHA512:
6
- metadata.gz: 393ae91f2f33f7e1151ebd1f2c1d4022e4ada803e124b0353997b59068b23db06afaca79ce77894c2c6b373c2e5e0d12a80d5e8c03de81d53f0f37e799939f91
7
- data.tar.gz: 08b0d72da6367746eee6e876c0c5c51b817a1a219d00d0ec01fb7d95f1f9cce65222ad952463a91eb8cb67d46195ee7fdfd0aa8cc14d2c111d605d98cd5a9c09
6
+ metadata.gz: 0dec6538bac3b781afcd5a1e8a6595115403e39136cd72f694cc97103e0a9e6bc84a44b152d3d508a9e25d19d6717d606443d11f09bbb41431933a74b42b4269
7
+ data.tar.gz: 95d8c3af7900cf43432db82b93f0502c64fc367ef342b6fddefb9e827ec8ea453a7150d32b0b5a3633209b8ff93bc4e3e229854b85186a95ca2e1116b3fed06d
@@ -29,6 +29,6 @@
29
29
 
30
30
  module Google
31
31
  module Gax
32
- VERSION = '0.8.2'.freeze
32
+ VERSION = '0.8.3'.freeze
33
33
  end
34
34
  end
@@ -191,11 +191,9 @@ module Google
191
191
  # @return [Google::Longrunning::Operation]
192
192
  # @raise [Google::Gax::GaxError] if the RPC is aborted.
193
193
  # @example
194
- # require "google/longrunning/operations_client"
194
+ # require "google/longrunning"
195
195
  #
196
- # OperationsClient = Google::Longrunning::OperationsClient
197
- #
198
- # operations_client = OperationsClient.new
196
+ # operations_client = Google::Longrunning::OperationsClient.new
199
197
  # name = ''
200
198
  # response = operations_client.get_operation(name)
201
199
 
@@ -234,11 +232,9 @@ module Google
234
232
  # object.
235
233
  # @raise [Google::Gax::GaxError] if the RPC is aborted.
236
234
  # @example
237
- # require "google/longrunning/operations_client"
238
- #
239
- # OperationsClient = Google::Longrunning::OperationsClient
235
+ # require "google/longrunning"
240
236
  #
241
- # operations_client = OperationsClient.new
237
+ # operations_client = Google::Longrunning::OperationsClient.new
242
238
  # name = ''
243
239
  # filter = ''
244
240
  #
@@ -286,11 +282,9 @@ module Google
286
282
  # retries, etc.
287
283
  # @raise [Google::Gax::GaxError] if the RPC is aborted.
288
284
  # @example
289
- # require "google/longrunning/operations_client"
285
+ # require "google/longrunning"
290
286
  #
291
- # OperationsClient = Google::Longrunning::OperationsClient
292
- #
293
- # operations_client = OperationsClient.new
287
+ # operations_client = Google::Longrunning::OperationsClient.new
294
288
  # name = ''
295
289
  # operations_client.cancel_operation(name)
296
290
 
@@ -316,11 +310,9 @@ module Google
316
310
  # retries, etc.
317
311
  # @raise [Google::Gax::GaxError] if the RPC is aborted.
318
312
  # @example
319
- # require "google/longrunning/operations_client"
320
- #
321
- # OperationsClient = Google::Longrunning::OperationsClient
313
+ # require "google/longrunning"
322
314
  #
323
- # operations_client = OperationsClient.new
315
+ # operations_client = Google::Longrunning::OperationsClient.new
324
316
  # name = ''
325
317
  # operations_client.delete_operation(name)
326
318
 
@@ -15,9 +15,9 @@
15
15
  "initial_retry_delay_millis": 100,
16
16
  "retry_delay_multiplier": 1.3,
17
17
  "max_retry_delay_millis": 60000,
18
- "initial_rpc_timeout_millis": 20000,
18
+ "initial_rpc_timeout_millis": 90000,
19
19
  "rpc_timeout_multiplier": 1.0,
20
- "max_rpc_timeout_millis": 20000,
20
+ "max_rpc_timeout_millis": 90000,
21
21
  "total_timeout_millis": 600000
22
22
  }
23
23
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-gax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
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: 2017-04-05 00:00:00.000000000 Z
11
+ date: 2017-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleauth