google-gax 0.8.2 → 0.8.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8f8fbb8074fa13d17a67dc1e137f8320ed9736c
|
|
4
|
+
data.tar.gz: 90ec64abac56020821a06406097b2eb55624c19f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dec6538bac3b781afcd5a1e8a6595115403e39136cd72f694cc97103e0a9e6bc84a44b152d3d508a9e25d19d6717d606443d11f09bbb41431933a74b42b4269
|
|
7
|
+
data.tar.gz: 95d8c3af7900cf43432db82b93f0502c64fc367ef342b6fddefb9e827ec8ea453a7150d32b0b5a3633209b8ff93bc4e3e229854b85186a95ca2e1116b3fed06d
|
data/lib/google/gax/version.rb
CHANGED
|
@@ -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
|
|
194
|
+
# require "google/longrunning"
|
|
195
195
|
#
|
|
196
|
-
#
|
|
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
|
|
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
|
|
285
|
+
# require "google/longrunning"
|
|
290
286
|
#
|
|
291
|
-
#
|
|
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
|
|
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":
|
|
18
|
+
"initial_rpc_timeout_millis": 90000,
|
|
19
19
|
"rpc_timeout_multiplier": 1.0,
|
|
20
|
-
"max_rpc_timeout_millis":
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: googleauth
|