google-cloud-talent 0.6.0 → 0.6.1
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: d0c16adcb9fd20968336162fa88e6527a80f2bc7f0768f9b2cb9fb770734e98e
|
4
|
+
data.tar.gz: 4d82440905e909aa3fda68acb5e4874dca9b42278e0ad597b2d67a5fa455e1a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53a1d49f7f1e9d316914dc2c54b352a74d6b2e9f59cf942945e56c721a3162e201de135c29a966c1ff3acc35ebc53c3c49a7f74d751cfc7e664fb4470c76fe0f
|
7
|
+
data.tar.gz: d10822e5c8a081ff2da11419b9afeee2325b1d5c6a362f49509e805ff30c87f851fed8db4495add522866793cf461eb618edf65163b6fbdddb2bcc49ffff9a13
|
@@ -190,15 +190,18 @@ module Google
|
|
190
190
|
#
|
191
191
|
# The following logic is used to determine which locations in
|
192
192
|
# the profile to filter against:
|
193
|
+
#
|
193
194
|
# 1. All of the profile's geocoded
|
194
195
|
# {Google::Cloud::Talent::V4beta1::Profile#addresses Profile#addresses} where
|
195
196
|
# {Google::Cloud::Talent::V4beta1::Address#usage Address#usage} is PERSONAL and
|
196
197
|
# {Google::Cloud::Talent::V4beta1::Address#current Address#current} is true.
|
198
|
+
#
|
197
199
|
# 2. If the above set of locations is empty, all of the profile's geocoded
|
198
200
|
# {Google::Cloud::Talent::V4beta1::Profile#addresses Profile#addresses} where
|
199
201
|
# {Google::Cloud::Talent::V4beta1::Address#usage Address#usage} is
|
200
202
|
# CONTACT_INFO_USAGE_UNSPECIFIED and
|
201
203
|
# {Google::Cloud::Talent::V4beta1::Address#current Address#current} is true.
|
204
|
+
#
|
202
205
|
# 3. If the above set of locations is empty, all of the profile's geocoded
|
203
206
|
# {Google::Cloud::Talent::V4beta1::Profile#addresses Profile#addresses} where
|
204
207
|
# {Google::Cloud::Talent::V4beta1::Address#usage Address#usage} is PERSONAL or
|
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: 0.6.
|
4
|
+
version: 0.6.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: 2019-10-
|
11
|
+
date: 2019-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
216
216
|
- !ruby/object:Gem::Version
|
217
217
|
version: '0'
|
218
218
|
requirements: []
|
219
|
-
rubygems_version: 3.0.
|
219
|
+
rubygems_version: 3.0.6
|
220
220
|
signing_key:
|
221
221
|
specification_version: 4
|
222
222
|
summary: API Client library for Cloud Talent Solution API
|