google-cloud-video_intelligence 3.0.1 → 3.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4ecddd57a62ca18c040e0927e0973bbcac47f596df92ba83d2ce41709a1fcde
|
4
|
+
data.tar.gz: 64f5523302eb204ec5d1a2b4ab0f7d4e379e2167ec21e590aecf86ef2b828d59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f7ceff952ff0925c29670a4ba68844639cb7f1cde5f2dfe9bb6d9c3290d061cb6c0b9d26f89a2d69fb2afb380bfecd758b66501f995f6b8224e1fabc0d0edb9
|
7
|
+
data.tar.gz: 140cb8dbfaa4cebee26fa10f8388768ea5288fc279853ab59ac10ee96a883be8e303813afcad802605901cf51529d7d7e698d8a6374ef006bb470230ca8f72b3
|
@@ -88,8 +88,8 @@ module Google
|
|
88
88
|
# The library version as recorded in instrumentation and logging.
|
89
89
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
90
90
|
# An array of interceptors that are run before calls are executed.
|
91
|
-
# * `timeout` (*type:* `
|
92
|
-
# Default timeout in
|
91
|
+
# * `timeout` (*type:* `Numeric`) -
|
92
|
+
# Default timeout in seconds.
|
93
93
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
94
94
|
# Additional gRPC headers to be sent with the call.
|
95
95
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-video_intelligence
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
- !ruby/object:Gem::Version
|
228
228
|
version: '0'
|
229
229
|
requirements: []
|
230
|
-
rubygems_version: 3.
|
230
|
+
rubygems_version: 3.2.6
|
231
231
|
signing_key:
|
232
232
|
specification_version: 4
|
233
233
|
summary: API Client library for the Cloud Video Intelligence API
|