google-cloud-talent 1.0.0 → 1.0.1
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 +4 -4
- data/lib/google/cloud/talent.rb +2 -2
- data/lib/google/cloud/talent/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1e9df17b79c2b07c0b0da6178927eaf963fdd36d9b128880a6ae695b06a5e70
|
|
4
|
+
data.tar.gz: 60a33c8304c94c79beaea2a3e24666af3f002a93278dff32adbc27401c3ff69d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56f74e72eecc73731f43b21738c2a30151d93b7003c01b4bc46ba381d24d74ac91733e53afb63b88b452f5db736d22ea463e702557414aa8e9e9774c5ab518ec
|
|
7
|
+
data.tar.gz: 61c4a02e12576564c6a9d3943db73a51d044f6b132e7319aa334475bbed025fcabd1e5dc1d22e9a9fff633ca1ee2cfaee6411b7473ec2d4761d0974a86b687e3
|
data/lib/google/cloud/talent.rb
CHANGED
|
@@ -208,8 +208,8 @@ module Google
|
|
|
208
208
|
# The library version as recorded in instrumentation and logging.
|
|
209
209
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
210
210
|
# An array of interceptors that are run before calls are executed.
|
|
211
|
-
# * `timeout` (*type:* `
|
|
212
|
-
# Default timeout in
|
|
211
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
212
|
+
# Default timeout in seconds.
|
|
213
213
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
214
214
|
# Additional gRPC headers to be sent with the call.
|
|
215
215
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
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
|
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
202
|
version: '0'
|
|
203
203
|
requirements: []
|
|
204
|
-
rubygems_version: 3.
|
|
204
|
+
rubygems_version: 3.2.6
|
|
205
205
|
signing_key:
|
|
206
206
|
specification_version: 4
|
|
207
207
|
summary: API Client library for the Cloud Talent Solution API
|