google-cloud-talent-v4beta1 0.1.0 → 0.1.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/AUTHENTICATION.md +6 -6
- data/README.md +1 -1
- data/lib/google/cloud/talent/v4beta1.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/application_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/application_service/client.rb +124 -124
- data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +17 -17
- data/lib/google/cloud/talent/v4beta1/company_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/company_service/client.rb +126 -126
- data/lib/google/cloud/talent/v4beta1/company_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/company_service/paths.rb +8 -8
- data/lib/google/cloud/talent/v4beta1/completion.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/completion/client.rb +60 -60
- data/lib/google/cloud/talent/v4beta1/completion/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/completion/paths.rb +8 -8
- data/lib/google/cloud/talent/v4beta1/event_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/event_service/client.rb +53 -53
- data/lib/google/cloud/talent/v4beta1/event_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/event_service/paths.rb +3 -3
- data/lib/google/cloud/talent/v4beta1/job_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +320 -320
- data/lib/google/cloud/talent/v4beta1/job_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +100 -100
- data/lib/google/cloud/talent/v4beta1/job_service/paths.rb +13 -13
- data/lib/google/cloud/talent/v4beta1/profile_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +176 -176
- data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +5 -5
- data/lib/google/cloud/talent/v4beta1/tenant_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +124 -124
- data/lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/tenant_service/paths.rb +3 -3
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/proto_docs/google/api/resource.rb +12 -12
- data/proto_docs/google/cloud/talent/v4beta1/application.rb +18 -18
- data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +27 -27
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +167 -167
- data/proto_docs/google/cloud/talent/v4beta1/company.rb +21 -21
- data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +29 -29
- data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +28 -28
- data/proto_docs/google/cloud/talent/v4beta1/event.rb +30 -30
- data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +4 -4
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +197 -197
- data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +14 -14
- data/proto_docs/google/cloud/talent/v4beta1/job.rb +83 -83
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +163 -163
- data/proto_docs/google/cloud/talent/v4beta1/profile.rb +202 -202
- data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +82 -82
- data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +8 -8
- data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +27 -27
- data/proto_docs/google/longrunning/operations.rb +30 -30
- data/proto_docs/google/protobuf/any.rb +4 -4
- data/proto_docs/google/protobuf/duration.rb +4 -4
- data/proto_docs/google/protobuf/empty.rb +2 -2
- data/proto_docs/google/protobuf/field_mask.rb +3 -3
- data/proto_docs/google/protobuf/timestamp.rb +4 -4
- data/proto_docs/google/protobuf/wrappers.rb +27 -27
- data/proto_docs/google/rpc/status.rb +6 -6
- data/proto_docs/google/type/date.rb +6 -6
- data/proto_docs/google/type/latlng.rb +4 -4
- data/proto_docs/google/type/money.rb +5 -5
- data/proto_docs/google/type/postal_address.rb +13 -13
- data/proto_docs/google/type/timeofday.rb +7 -7
- metadata +2 -2
@@ -23,19 +23,19 @@ module Google
|
|
23
23
|
module V4beta1
|
24
24
|
# The report event request.
|
25
25
|
# @!attribute [rw] parent
|
26
|
-
# @return [String]
|
26
|
+
# @return [::String]
|
27
27
|
# Required. Resource name of the tenant under which the event is created.
|
28
28
|
#
|
29
29
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
|
30
30
|
# "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant
|
31
31
|
# is created, for example, "projects/foo".
|
32
32
|
# @!attribute [rw] client_event
|
33
|
-
# @return [Google::Cloud::Talent::V4beta1::ClientEvent]
|
33
|
+
# @return [::Google::Cloud::Talent::V4beta1::ClientEvent]
|
34
34
|
# Required. Events issued when end user interacts with customer's application that
|
35
35
|
# uses Cloud Talent Solution.
|
36
36
|
class CreateClientEventRequest
|
37
|
-
include Google::Protobuf::MessageExts
|
38
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
37
|
+
include ::Google::Protobuf::MessageExts
|
38
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
@@ -23,14 +23,14 @@ module Google
|
|
23
23
|
module V4beta1
|
24
24
|
# The query required to perform a search query.
|
25
25
|
# @!attribute [rw] query
|
26
|
-
# @return [String]
|
26
|
+
# @return [::String]
|
27
27
|
# The query string that matches against the job title, description, and
|
28
28
|
# location fields.
|
29
29
|
#
|
30
30
|
# The maximum number of allowed characters is 255.
|
31
31
|
# @!attribute [rw] query_language_code
|
32
|
-
# @return [String]
|
33
|
-
# The language code of {Google::Cloud::Talent::V4beta1::JobQuery#query query}. For example, "en-US". This field helps to
|
32
|
+
# @return [::String]
|
33
|
+
# The language code of {::Google::Cloud::Talent::V4beta1::JobQuery#query query}. For example, "en-US". This field helps to
|
34
34
|
# better interpret the query.
|
35
35
|
#
|
36
36
|
# If a value isn't specified, the query language code is automatically
|
@@ -40,7 +40,7 @@ module Google
|
|
40
40
|
# For more information, see
|
41
41
|
# [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
|
42
42
|
# @!attribute [rw] companies
|
43
|
-
# @return [Array
|
43
|
+
# @return [::Array<::String>]
|
44
44
|
# This filter specifies the company entities to search against.
|
45
45
|
#
|
46
46
|
# If a value isn't specified, jobs are searched for against all
|
@@ -58,40 +58,40 @@ module Google
|
|
58
58
|
#
|
59
59
|
# At most 20 company filters are allowed.
|
60
60
|
# @!attribute [rw] location_filters
|
61
|
-
# @return [Array
|
61
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::LocationFilter>]
|
62
62
|
# The location filter specifies geo-regions containing the jobs to
|
63
|
-
# search against. See {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} for more information.
|
63
|
+
# search against. See {::Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} for more information.
|
64
64
|
#
|
65
65
|
# If a location value isn't specified, jobs fitting the other search
|
66
66
|
# criteria are retrieved regardless of where they're located.
|
67
67
|
#
|
68
68
|
# If multiple values are specified, jobs are retrieved from any of the
|
69
69
|
# specified locations. If different values are specified for the
|
70
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} parameter, the maximum provided
|
70
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} parameter, the maximum provided
|
71
71
|
# distance is used for all locations.
|
72
72
|
#
|
73
73
|
# At most 5 location filters are allowed.
|
74
74
|
# @!attribute [rw] job_categories
|
75
|
-
# @return [Array
|
75
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::JobCategory>]
|
76
76
|
# The category filter specifies the categories of jobs to search against.
|
77
|
-
# See {Google::Cloud::Talent::V4beta1::JobCategory JobCategory} for more information.
|
77
|
+
# See {::Google::Cloud::Talent::V4beta1::JobCategory JobCategory} for more information.
|
78
78
|
#
|
79
79
|
# If a value isn't specified, jobs from any category are searched against.
|
80
80
|
#
|
81
81
|
# If multiple values are specified, jobs from any of the specified
|
82
82
|
# categories are searched against.
|
83
83
|
# @!attribute [rw] commute_filter
|
84
|
-
# @return [Google::Cloud::Talent::V4beta1::CommuteFilter]
|
84
|
+
# @return [::Google::Cloud::Talent::V4beta1::CommuteFilter]
|
85
85
|
# Allows filtering jobs by commute time with different travel methods (for
|
86
86
|
# example, driving or public transit).
|
87
87
|
#
|
88
|
-
# Note: This only works when you specify a {Google::Cloud::Talent::V4beta1::CommuteMethod CommuteMethod}. In this case,
|
89
|
-
# {Google::Cloud::Talent::V4beta1::JobQuery#location_filters location_filters} is ignored.
|
88
|
+
# Note: This only works when you specify a {::Google::Cloud::Talent::V4beta1::CommuteMethod CommuteMethod}. In this case,
|
89
|
+
# {::Google::Cloud::Talent::V4beta1::JobQuery#location_filters location_filters} is ignored.
|
90
90
|
#
|
91
91
|
# Currently we don't support sorting by commute time.
|
92
92
|
# @!attribute [rw] company_display_names
|
93
|
-
# @return [Array
|
94
|
-
# This filter specifies the exact company {Google::Cloud::Talent::V4beta1::Company#display_name Company.display_name}
|
93
|
+
# @return [::Array<::String>]
|
94
|
+
# This filter specifies the exact company {::Google::Cloud::Talent::V4beta1::Company#display_name Company.display_name}
|
95
95
|
# of the jobs to search against.
|
96
96
|
#
|
97
97
|
# If a value isn't specified, jobs within the search results are
|
@@ -102,16 +102,16 @@ module Google
|
|
102
102
|
#
|
103
103
|
# At most 20 company display name filters are allowed.
|
104
104
|
# @!attribute [rw] compensation_filter
|
105
|
-
# @return [Google::Cloud::Talent::V4beta1::CompensationFilter]
|
105
|
+
# @return [::Google::Cloud::Talent::V4beta1::CompensationFilter]
|
106
106
|
# This search filter is applied only to
|
107
|
-
# {Google::Cloud::Talent::V4beta1::Job#compensation_info Job.compensation_info}. For example, if the filter is specified
|
107
|
+
# {::Google::Cloud::Talent::V4beta1::Job#compensation_info Job.compensation_info}. For example, if the filter is specified
|
108
108
|
# as "Hourly job with per-hour compensation > $15", only jobs meeting
|
109
109
|
# these criteria are searched. If a filter isn't defined, all open jobs
|
110
110
|
# are searched.
|
111
111
|
# @!attribute [rw] custom_attribute_filter
|
112
|
-
# @return [String]
|
112
|
+
# @return [::String]
|
113
113
|
# This filter specifies a structured syntax to match against the
|
114
|
-
# {Google::Cloud::Talent::V4beta1::Job#custom_attributes Job.custom_attributes} marked as `filterable`.
|
114
|
+
# {::Google::Cloud::Talent::V4beta1::Job#custom_attributes Job.custom_attributes} marked as `filterable`.
|
115
115
|
#
|
116
116
|
# The syntax for this expression is a subset of SQL syntax.
|
117
117
|
#
|
@@ -133,16 +133,16 @@ module Google
|
|
133
133
|
# `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND
|
134
134
|
# driving_years > 10`
|
135
135
|
# @!attribute [rw] disable_spell_check
|
136
|
-
# @return [Boolean]
|
136
|
+
# @return [::Boolean]
|
137
137
|
# This flag controls the spell-check feature. If false, the
|
138
138
|
# service attempts to correct a misspelled query,
|
139
139
|
# for example, "enginee" is corrected to "engineer".
|
140
140
|
#
|
141
141
|
# Defaults to false: a spell check is performed.
|
142
142
|
# @!attribute [rw] employment_types
|
143
|
-
# @return [Array
|
143
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::EmploymentType>]
|
144
144
|
# The employment type filter specifies the employment type of jobs to
|
145
|
-
# search against, such as {Google::Cloud::Talent::V4beta1::EmploymentType::FULL_TIME EmploymentType.FULL_TIME}.
|
145
|
+
# search against, such as {::Google::Cloud::Talent::V4beta1::EmploymentType::FULL_TIME EmploymentType.FULL_TIME}.
|
146
146
|
#
|
147
147
|
# If a value isn't specified, jobs in the search results includes any
|
148
148
|
# employment type.
|
@@ -150,7 +150,7 @@ module Google
|
|
150
150
|
# If multiple values are specified, jobs in the search results include
|
151
151
|
# any of the specified employment types.
|
152
152
|
# @!attribute [rw] language_codes
|
153
|
-
# @return [Array
|
153
|
+
# @return [::Array<::String>]
|
154
154
|
# This filter specifies the locale of jobs to search against,
|
155
155
|
# for example, "en-US".
|
156
156
|
#
|
@@ -164,98 +164,98 @@ module Google
|
|
164
164
|
#
|
165
165
|
# At most 10 language code filters are allowed.
|
166
166
|
# @!attribute [rw] publish_time_range
|
167
|
-
# @return [Google::Cloud::Talent::V4beta1::TimestampRange]
|
167
|
+
# @return [::Google::Cloud::Talent::V4beta1::TimestampRange]
|
168
168
|
# Jobs published within a range specified by this filter are searched
|
169
169
|
# against.
|
170
170
|
# @!attribute [rw] excluded_jobs
|
171
|
-
# @return [Array
|
171
|
+
# @return [::Array<::String>]
|
172
172
|
# This filter specifies a list of job names to be excluded during search.
|
173
173
|
#
|
174
174
|
# At most 400 excluded job names are allowed.
|
175
175
|
class JobQuery
|
176
|
-
include Google::Protobuf::MessageExts
|
177
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
176
|
+
include ::Google::Protobuf::MessageExts
|
177
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
178
178
|
end
|
179
179
|
|
180
180
|
# Filters to apply when performing the search query.
|
181
181
|
# @!attribute [rw] query
|
182
|
-
# @return [String]
|
182
|
+
# @return [::String]
|
183
183
|
# Keywords to match any text fields of profiles.
|
184
184
|
#
|
185
185
|
# For example, "software engineer in Palo Alto".
|
186
186
|
# @!attribute [rw] location_filters
|
187
|
-
# @return [Array
|
187
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::LocationFilter>]
|
188
188
|
# The location filter specifies geo-regions containing the profiles to
|
189
189
|
# search against.
|
190
190
|
#
|
191
|
-
# One of {Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} or {Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng LocationFilter.lat_lng} must be
|
192
|
-
# provided or an error is thrown. If both {Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} and
|
193
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng LocationFilter.lat_lng} are provided, an error is thrown.
|
191
|
+
# One of {::Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} or {::Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng LocationFilter.lat_lng} must be
|
192
|
+
# provided or an error is thrown. If both {::Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} and
|
193
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng LocationFilter.lat_lng} are provided, an error is thrown.
|
194
194
|
#
|
195
195
|
# The following logic is used to determine which locations in
|
196
196
|
# the profile to filter against:
|
197
197
|
#
|
198
|
-
# 1. All of the profile's geocoded {Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where
|
199
|
-
# {Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is PERSONAL and {Google::Cloud::Talent::V4beta1::Address#current Address.current} is true.
|
198
|
+
# 1. All of the profile's geocoded {::Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where
|
199
|
+
# {::Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is PERSONAL and {::Google::Cloud::Talent::V4beta1::Address#current Address.current} is true.
|
200
200
|
#
|
201
201
|
# 2. If the above set of locations is empty, all of the profile's geocoded
|
202
|
-
# {Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where {Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is
|
203
|
-
# CONTACT_INFO_USAGE_UNSPECIFIED and {Google::Cloud::Talent::V4beta1::Address#current Address.current} is true.
|
202
|
+
# {::Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where {::Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is
|
203
|
+
# CONTACT_INFO_USAGE_UNSPECIFIED and {::Google::Cloud::Talent::V4beta1::Address#current Address.current} is true.
|
204
204
|
#
|
205
205
|
# 3. If the above set of locations is empty, all of the profile's geocoded
|
206
|
-
# {Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where {Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is PERSONAL or
|
207
|
-
# CONTACT_INFO_USAGE_UNSPECIFIED and {Google::Cloud::Talent::V4beta1::Address#current Address.current} is not set.
|
206
|
+
# {::Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where {::Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is PERSONAL or
|
207
|
+
# CONTACT_INFO_USAGE_UNSPECIFIED and {::Google::Cloud::Talent::V4beta1::Address#current Address.current} is not set.
|
208
208
|
#
|
209
|
-
# This means that any profiles without any {Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} that match
|
209
|
+
# This means that any profiles without any {::Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} that match
|
210
210
|
# any of the above criteria will not be included in a search with location
|
211
|
-
# filter. Furthermore, any {Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where {Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is
|
212
|
-
# WORK or SCHOOL or where {Google::Cloud::Talent::V4beta1::Address#current Address.current} is false are not considered for
|
211
|
+
# filter. Furthermore, any {::Google::Cloud::Talent::V4beta1::Profile#addresses Profile.addresses} where {::Google::Cloud::Talent::V4beta1::Address#usage Address.usage} is
|
212
|
+
# WORK or SCHOOL or where {::Google::Cloud::Talent::V4beta1::Address#current Address.current} is false are not considered for
|
213
213
|
# location filter.
|
214
214
|
#
|
215
215
|
# If a location filter isn't specified, profiles fitting the other search
|
216
216
|
# criteria are retrieved regardless of where they're located.
|
217
217
|
#
|
218
|
-
# If {Google::Cloud::Talent::V4beta1::LocationFilter#negated LocationFilter.negated} is specified, the result doesn't contain
|
218
|
+
# If {::Google::Cloud::Talent::V4beta1::LocationFilter#negated LocationFilter.negated} is specified, the result doesn't contain
|
219
219
|
# profiles from that location.
|
220
220
|
#
|
221
|
-
# If {Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} is provided, the
|
222
|
-
# {Google::Cloud::Talent::V4beta1::Location::LocationType LocationType}, center
|
221
|
+
# If {::Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} is provided, the
|
222
|
+
# {::Google::Cloud::Talent::V4beta1::Location::LocationType LocationType}, center
|
223
223
|
# point (latitude and longitude), and radius are automatically detected by
|
224
224
|
# the Google Maps Geocoding API and included as well. If
|
225
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} cannot be geocoded, the filter
|
225
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} cannot be geocoded, the filter
|
226
226
|
# falls back to keyword search.
|
227
227
|
#
|
228
228
|
# If the detected
|
229
|
-
# {Google::Cloud::Talent::V4beta1::Location::LocationType LocationType} is
|
230
|
-
# {Google::Cloud::Talent::V4beta1::Location::LocationType::SUB_ADMINISTRATIVE_AREA LocationType.SUB_ADMINISTRATIVE_AREA},
|
231
|
-
# {Google::Cloud::Talent::V4beta1::Location::LocationType::ADMINISTRATIVE_AREA LocationType.ADMINISTRATIVE_AREA},
|
229
|
+
# {::Google::Cloud::Talent::V4beta1::Location::LocationType LocationType} is
|
230
|
+
# {::Google::Cloud::Talent::V4beta1::Location::LocationType::SUB_ADMINISTRATIVE_AREA LocationType.SUB_ADMINISTRATIVE_AREA},
|
231
|
+
# {::Google::Cloud::Talent::V4beta1::Location::LocationType::ADMINISTRATIVE_AREA LocationType.ADMINISTRATIVE_AREA},
|
232
232
|
# or
|
233
|
-
# {Google::Cloud::Talent::V4beta1::Location::LocationType::COUNTRY LocationType.COUNTRY},
|
233
|
+
# {::Google::Cloud::Talent::V4beta1::Location::LocationType::COUNTRY LocationType.COUNTRY},
|
234
234
|
# the filter is performed against the detected location name (using exact
|
235
235
|
# text matching). Otherwise, the filter is performed against the detected
|
236
236
|
# center point and a radius of detected location radius +
|
237
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles}.
|
238
|
-
#
|
239
|
-
# If {Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} is provided,
|
240
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is the additional radius on top of the
|
241
|
-
# radius of the location geocoded from {Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address}. If
|
242
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng LocationFilter.lat_lng} is provided,
|
243
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is the only radius that is used.
|
244
|
-
#
|
245
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is 10 by default. Note that the value
|
246
|
-
# of {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is 0 if it is unset, so the server
|
247
|
-
# does not differentiate {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} that is
|
248
|
-
# explicitly set to 0 and {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} that is not
|
249
|
-
# set. Which means that if {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is explicitly
|
237
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles}.
|
238
|
+
#
|
239
|
+
# If {::Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address} is provided,
|
240
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is the additional radius on top of the
|
241
|
+
# radius of the location geocoded from {::Google::Cloud::Talent::V4beta1::LocationFilter#address LocationFilter.address}. If
|
242
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng LocationFilter.lat_lng} is provided,
|
243
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is the only radius that is used.
|
244
|
+
#
|
245
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is 10 by default. Note that the value
|
246
|
+
# of {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is 0 if it is unset, so the server
|
247
|
+
# does not differentiate {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} that is
|
248
|
+
# explicitly set to 0 and {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} that is not
|
249
|
+
# set. Which means that if {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is explicitly
|
250
250
|
# set to 0, the server will use the default value of
|
251
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} which is 10. To work around this and
|
252
|
-
# effectively set {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} to 0, we recommend
|
253
|
-
# setting {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} to a very small decimal number
|
251
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} which is 10. To work around this and
|
252
|
+
# effectively set {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} to 0, we recommend
|
253
|
+
# setting {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} to a very small decimal number
|
254
254
|
# (such as 0.00001).
|
255
255
|
#
|
256
|
-
# If {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is negative, an error is thrown.
|
256
|
+
# If {::Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter.distance_in_miles} is negative, an error is thrown.
|
257
257
|
# @!attribute [rw] job_title_filters
|
258
|
-
# @return [Array
|
258
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::JobTitleFilter>]
|
259
259
|
# Job title filter specifies job titles of profiles to match on.
|
260
260
|
#
|
261
261
|
# If a job title isn't specified, profiles with any titles are retrieved.
|
@@ -263,12 +263,12 @@ module Google
|
|
263
263
|
# If multiple values are specified, profiles are retrieved with any of the
|
264
264
|
# specified job titles.
|
265
265
|
#
|
266
|
-
# If {Google::Cloud::Talent::V4beta1::JobTitleFilter#negated JobTitleFilter.negated} is specified, the result won't contain
|
266
|
+
# If {::Google::Cloud::Talent::V4beta1::JobTitleFilter#negated JobTitleFilter.negated} is specified, the result won't contain
|
267
267
|
# profiles with the job titles.
|
268
268
|
#
|
269
269
|
# For example, search for profiles with a job title "Product Manager".
|
270
270
|
# @!attribute [rw] employer_filters
|
271
|
-
# @return [Array
|
271
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::EmployerFilter>]
|
272
272
|
# Employer filter specifies employers of profiles to match on.
|
273
273
|
#
|
274
274
|
# If an employer filter isn't specified, profiles with any employers are
|
@@ -277,13 +277,13 @@ module Google
|
|
277
277
|
# If multiple employer filters are specified, profiles with any matching
|
278
278
|
# employers are retrieved.
|
279
279
|
#
|
280
|
-
# If {Google::Cloud::Talent::V4beta1::EmployerFilter#negated EmployerFilter.negated} is specified, the result won't contain
|
280
|
+
# If {::Google::Cloud::Talent::V4beta1::EmployerFilter#negated EmployerFilter.negated} is specified, the result won't contain
|
281
281
|
# profiles that match the employers.
|
282
282
|
#
|
283
283
|
# For example, search for profiles that have working experience at "Google
|
284
284
|
# LLC".
|
285
285
|
# @!attribute [rw] education_filters
|
286
|
-
# @return [Array
|
286
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::EducationFilter>]
|
287
287
|
# Education filter specifies education of profiles to match on.
|
288
288
|
#
|
289
289
|
# If an education filter isn't specified, profiles with any education are
|
@@ -292,12 +292,12 @@ module Google
|
|
292
292
|
# If multiple education filters are specified, profiles that match any
|
293
293
|
# education filters are retrieved.
|
294
294
|
#
|
295
|
-
# If {Google::Cloud::Talent::V4beta1::EducationFilter#negated EducationFilter.negated} is specified, the result won't contain
|
295
|
+
# If {::Google::Cloud::Talent::V4beta1::EducationFilter#negated EducationFilter.negated} is specified, the result won't contain
|
296
296
|
# profiles that match the educations.
|
297
297
|
#
|
298
298
|
# For example, search for profiles with a master degree.
|
299
299
|
# @!attribute [rw] skill_filters
|
300
|
-
# @return [Array
|
300
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::SkillFilter>]
|
301
301
|
# Skill filter specifies skill of profiles to match on.
|
302
302
|
#
|
303
303
|
# If a skill filter isn't specified, profiles with any skills are retrieved.
|
@@ -305,13 +305,13 @@ module Google
|
|
305
305
|
# If multiple skill filters are specified, profiles that match any skill
|
306
306
|
# filters are retrieved.
|
307
307
|
#
|
308
|
-
# If {Google::Cloud::Talent::V4beta1::SkillFilter#negated SkillFilter.negated} is specified, the result won't contain profiles
|
308
|
+
# If {::Google::Cloud::Talent::V4beta1::SkillFilter#negated SkillFilter.negated} is specified, the result won't contain profiles
|
309
309
|
# that match the skills.
|
310
310
|
#
|
311
311
|
# For example, search for profiles that have "Java" and "Python" in skill
|
312
312
|
# list.
|
313
313
|
# @!attribute [rw] work_experience_filter
|
314
|
-
# @return [Array
|
314
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::WorkExperienceFilter>]
|
315
315
|
# Work experience filter specifies the total working experience of profiles
|
316
316
|
# to match on.
|
317
317
|
#
|
@@ -323,28 +323,28 @@ module Google
|
|
323
323
|
#
|
324
324
|
# For example, search for profiles with 10 years of work experience.
|
325
325
|
# @!attribute [rw] time_filters
|
326
|
-
# @return [Array
|
326
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::TimeFilter>]
|
327
327
|
# Time filter specifies the create/update timestamp of the profiles to match
|
328
328
|
# on.
|
329
329
|
#
|
330
330
|
# For example, search for profiles created since "2018-1-1".
|
331
331
|
# @!attribute [rw] hirable_filter
|
332
|
-
# @return [Google::Protobuf::BoolValue]
|
332
|
+
# @return [::Google::Protobuf::BoolValue]
|
333
333
|
# The hirable filter specifies the profile's hirable status to match on.
|
334
334
|
# @!attribute [rw] application_date_filters
|
335
|
-
# @return [Array
|
335
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::ApplicationDateFilter>]
|
336
336
|
# The application date filters specify application date ranges to match on.
|
337
337
|
# @!attribute [rw] application_outcome_notes_filters
|
338
|
-
# @return [Array
|
338
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter>]
|
339
339
|
# The application outcome notes filters specify the notes for the outcome of
|
340
340
|
# the job application.
|
341
341
|
# @!attribute [rw] application_job_filters
|
342
|
-
# @return [Array
|
342
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::ApplicationJobFilter>]
|
343
343
|
# The application job filters specify the job applied for in the application.
|
344
344
|
# @!attribute [rw] custom_attribute_filter
|
345
|
-
# @return [String]
|
345
|
+
# @return [::String]
|
346
346
|
# This filter specifies a structured syntax to match against the
|
347
|
-
# {Google::Cloud::Talent::V4beta1::Profile#custom_attributes Profile.custom_attributes} that are marked as `filterable`.
|
347
|
+
# {::Google::Cloud::Talent::V4beta1::Profile#custom_attributes Profile.custom_attributes} that are marked as `filterable`.
|
348
348
|
#
|
349
349
|
# The syntax for this expression is a subset of Google SQL syntax.
|
350
350
|
#
|
@@ -368,7 +368,7 @@ module Google
|
|
368
368
|
# Sample Query:
|
369
369
|
# (key1 = "TEST" OR LOWER(key1)="test" OR NOT EMPTY(key1))
|
370
370
|
# @!attribute [rw] candidate_availability_filter
|
371
|
-
# @return [Google::Cloud::Talent::V4beta1::CandidateAvailabilityFilter]
|
371
|
+
# @return [::Google::Cloud::Talent::V4beta1::CandidateAvailabilityFilter]
|
372
372
|
# Deprecated. Use availability_filters instead.
|
373
373
|
#
|
374
374
|
# The candidate availability filter which filters based on availability
|
@@ -388,9 +388,9 @@ module Google
|
|
388
388
|
# indicate the candidate's potential qualification / interest / close ability
|
389
389
|
# for a specific job.
|
390
390
|
# @!attribute [rw] availability_filters
|
391
|
-
# @return [Array
|
391
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::AvailabilityFilter>]
|
392
392
|
# The availability filter which filters based on
|
393
|
-
# {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}.
|
393
|
+
# {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}.
|
394
394
|
#
|
395
395
|
# The availability filter helps a recruiter understand if a
|
396
396
|
# specific candidate is likely to be actively seeking new job opportunities
|
@@ -398,12 +398,12 @@ module Google
|
|
398
398
|
# indicate the candidate's potential qualification / interest / close ability
|
399
399
|
# for a specific job.
|
400
400
|
#
|
401
|
-
# There can be at most one {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} per
|
402
|
-
# {Google::Cloud::Talent::V4beta1::AvailabilityFilter#signal_type signal_type}. If there are multiple
|
403
|
-
# {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} for a {Google::Cloud::Talent::V4beta1::AvailabilityFilter#signal_type signal_type},
|
401
|
+
# There can be at most one {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} per
|
402
|
+
# {::Google::Cloud::Talent::V4beta1::AvailabilityFilter#signal_type signal_type}. If there are multiple
|
403
|
+
# {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} for a {::Google::Cloud::Talent::V4beta1::AvailabilityFilter#signal_type signal_type},
|
404
404
|
# an error is thrown.
|
405
405
|
# @!attribute [rw] person_name_filters
|
406
|
-
# @return [Array
|
406
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::PersonNameFilter>]
|
407
407
|
# Person name filter specifies person name of profiles to match on.
|
408
408
|
#
|
409
409
|
# If multiple person name filters are specified, profiles that match any
|
@@ -411,16 +411,16 @@ module Google
|
|
411
411
|
#
|
412
412
|
# For example, search for profiles of candidates with name "John Smith".
|
413
413
|
class ProfileQuery
|
414
|
-
include Google::Protobuf::MessageExts
|
415
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
414
|
+
include ::Google::Protobuf::MessageExts
|
415
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
416
416
|
end
|
417
417
|
|
418
418
|
# Geographic region of the search.
|
419
419
|
# @!attribute [rw] address
|
420
|
-
# @return [String]
|
420
|
+
# @return [::String]
|
421
421
|
# The address name, such as "Mountain View" or "Bay Area".
|
422
422
|
# @!attribute [rw] region_code
|
423
|
-
# @return [String]
|
423
|
+
# @return [::String]
|
424
424
|
# CLDR region code of the country/region of the address. This is used
|
425
425
|
# to address ambiguity of the user-input location, for example, "Liverpool"
|
426
426
|
# against "Liverpool, NY, US" or "Liverpool, UK".
|
@@ -434,24 +434,24 @@ module Google
|
|
434
434
|
# for details. Example: "CH" for Switzerland.
|
435
435
|
# Note that this filter is not applicable for Profile Search related queries.
|
436
436
|
# @!attribute [rw] lat_lng
|
437
|
-
# @return [Google::Type::LatLng]
|
437
|
+
# @return [::Google::Type::LatLng]
|
438
438
|
# The latitude and longitude of the geographic center to search from. This
|
439
439
|
# field is ignored if `address` is provided.
|
440
440
|
# @!attribute [rw] distance_in_miles
|
441
|
-
# @return [Float]
|
441
|
+
# @return [::Float]
|
442
442
|
# The distance_in_miles is applied when the location being searched for is
|
443
443
|
# identified as a city or smaller. This field is ignored if the location
|
444
444
|
# being searched for is a state or larger.
|
445
445
|
# @!attribute [rw] telecommute_preference
|
446
|
-
# @return [Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference]
|
446
|
+
# @return [::Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference]
|
447
447
|
# Allows the client to return jobs without a
|
448
448
|
# set location, specifically, telecommuting jobs (telecommuting is considered
|
449
449
|
# by the service as a special location.
|
450
|
-
# {Google::Cloud::Talent::V4beta1::Job#posting_region Job.posting_region} indicates if a job permits telecommuting.
|
451
|
-
# If this field is set to {Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference.TELECOMMUTE_ALLOWED},
|
452
|
-
# telecommuting jobs are searched, and {Google::Cloud::Talent::V4beta1::LocationFilter#address address} and {Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng lat_lng} are
|
450
|
+
# {::Google::Cloud::Talent::V4beta1::Job#posting_region Job.posting_region} indicates if a job permits telecommuting.
|
451
|
+
# If this field is set to {::Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference.TELECOMMUTE_ALLOWED},
|
452
|
+
# telecommuting jobs are searched, and {::Google::Cloud::Talent::V4beta1::LocationFilter#address address} and {::Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng lat_lng} are
|
453
453
|
# ignored. If not set or set to
|
454
|
-
# {Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference.TELECOMMUTE_EXCLUDED}, telecommute job are not
|
454
|
+
# {::Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference.TELECOMMUTE_EXCLUDED}, telecommute job are not
|
455
455
|
# searched.
|
456
456
|
#
|
457
457
|
# This filter can be used by itself to search exclusively for telecommuting
|
@@ -463,14 +463,14 @@ module Google
|
|
463
463
|
#
|
464
464
|
# This field is only used for job search requests.
|
465
465
|
# @!attribute [rw] negated
|
466
|
-
# @return [Boolean]
|
466
|
+
# @return [::Boolean]
|
467
467
|
# Whether to apply negation to the filter so profiles matching the filter
|
468
468
|
# are excluded.
|
469
469
|
#
|
470
470
|
# Currently only supported in profile search.
|
471
471
|
class LocationFilter
|
472
|
-
include Google::Protobuf::MessageExts
|
473
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
472
|
+
include ::Google::Protobuf::MessageExts
|
473
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
474
474
|
|
475
475
|
# Specify whether to include telecommute jobs.
|
476
476
|
module TelecommutePreference
|
@@ -487,22 +487,22 @@ module Google
|
|
487
487
|
|
488
488
|
# Filter on job compensation type and amount.
|
489
489
|
# @!attribute [rw] type
|
490
|
-
# @return [Google::Cloud::Talent::V4beta1::CompensationFilter::FilterType]
|
490
|
+
# @return [::Google::Cloud::Talent::V4beta1::CompensationFilter::FilterType]
|
491
491
|
# Required. Type of filter.
|
492
492
|
# @!attribute [rw] units
|
493
|
-
# @return [Array
|
493
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit>]
|
494
494
|
# Required. Specify desired `base compensation entry's`
|
495
|
-
# {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit CompensationInfo.CompensationUnit}.
|
495
|
+
# {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit CompensationInfo.CompensationUnit}.
|
496
496
|
# @!attribute [rw] range
|
497
|
-
# @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
|
497
|
+
# @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
|
498
498
|
# Compensation range.
|
499
499
|
# @!attribute [rw] include_jobs_with_unspecified_compensation_range
|
500
|
-
# @return [Boolean]
|
500
|
+
# @return [::Boolean]
|
501
501
|
# If set to true, jobs with unspecified compensation range fields are
|
502
502
|
# included.
|
503
503
|
class CompensationFilter
|
504
|
-
include Google::Protobuf::MessageExts
|
505
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
504
|
+
include ::Google::Protobuf::MessageExts
|
505
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
506
506
|
|
507
507
|
# Specify the type of filtering.
|
508
508
|
module FilterType
|
@@ -511,24 +511,24 @@ module Google
|
|
511
511
|
|
512
512
|
# Filter by `base compensation entry's` unit. A job is a match if and
|
513
513
|
# only if the job contains a base CompensationEntry and the base
|
514
|
-
# CompensationEntry's unit matches provided {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
|
515
|
-
# Populate one or more {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
|
514
|
+
# CompensationEntry's unit matches provided {::Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
|
515
|
+
# Populate one or more {::Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
|
516
516
|
#
|
517
|
-
# See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo.CompensationEntry} for definition of
|
517
|
+
# See {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo.CompensationEntry} for definition of
|
518
518
|
# base compensation entry.
|
519
519
|
UNIT_ONLY = 1
|
520
520
|
|
521
521
|
# Filter by `base compensation entry's` unit and amount / range. A job
|
522
522
|
# is a match if and only if the job contains a base CompensationEntry, and
|
523
523
|
# the base entry's unit matches provided
|
524
|
-
# {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit CompensationUnit} and
|
524
|
+
# {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit CompensationUnit} and
|
525
525
|
# amount or range overlaps with provided
|
526
|
-
# {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange CompensationRange}.
|
526
|
+
# {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange CompensationRange}.
|
527
527
|
#
|
528
|
-
# See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo.CompensationEntry} for definition of
|
528
|
+
# See {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo.CompensationEntry} for definition of
|
529
529
|
# base compensation entry.
|
530
530
|
#
|
531
|
-
# Set exactly one {Google::Cloud::Talent::V4beta1::CompensationFilter#units units} and populate {Google::Cloud::Talent::V4beta1::CompensationFilter#range range}.
|
531
|
+
# Set exactly one {::Google::Cloud::Talent::V4beta1::CompensationFilter#units units} and populate {::Google::Cloud::Talent::V4beta1::CompensationFilter#range range}.
|
532
532
|
UNIT_AND_AMOUNT = 2
|
533
533
|
|
534
534
|
# Filter by annualized base compensation amount and `base compensation
|
@@ -543,35 +543,35 @@ module Google
|
|
543
543
|
|
544
544
|
# Parameters needed for commute search.
|
545
545
|
# @!attribute [rw] commute_method
|
546
|
-
# @return [Google::Cloud::Talent::V4beta1::CommuteMethod]
|
546
|
+
# @return [::Google::Cloud::Talent::V4beta1::CommuteMethod]
|
547
547
|
# Required. The method of transportation to calculate the commute time for.
|
548
548
|
# @!attribute [rw] start_coordinates
|
549
|
-
# @return [Google::Type::LatLng]
|
549
|
+
# @return [::Google::Type::LatLng]
|
550
550
|
# Required. The latitude and longitude of the location to calculate the
|
551
551
|
# commute time from.
|
552
552
|
# @!attribute [rw] travel_duration
|
553
|
-
# @return [Google::Protobuf::Duration]
|
553
|
+
# @return [::Google::Protobuf::Duration]
|
554
554
|
# Required. The maximum travel time in seconds. The maximum allowed value is `3600s`
|
555
555
|
# (one hour). Format is `123s`.
|
556
556
|
# @!attribute [rw] allow_imprecise_addresses
|
557
|
-
# @return [Boolean]
|
557
|
+
# @return [::Boolean]
|
558
558
|
# If `true`, jobs without street level addresses may also be returned.
|
559
559
|
# For city level addresses, the city center is used. For state and coarser
|
560
560
|
# level addresses, text matching is used.
|
561
561
|
# If this field is set to `false` or isn't specified, only jobs that include
|
562
562
|
# street level addresses will be returned by commute search.
|
563
563
|
# @!attribute [rw] road_traffic
|
564
|
-
# @return [Google::Cloud::Talent::V4beta1::CommuteFilter::RoadTraffic]
|
564
|
+
# @return [::Google::Cloud::Talent::V4beta1::CommuteFilter::RoadTraffic]
|
565
565
|
# Specifies the traffic density to use when calculating commute time.
|
566
566
|
# @!attribute [rw] departure_time
|
567
|
-
# @return [Google::Type::TimeOfDay]
|
567
|
+
# @return [::Google::Type::TimeOfDay]
|
568
568
|
# The departure time used to calculate traffic impact, represented as
|
569
|
-
# {Google::Type::TimeOfDay google.type.TimeOfDay} in local time zone.
|
569
|
+
# {::Google::Type::TimeOfDay google.type.TimeOfDay} in local time zone.
|
570
570
|
#
|
571
571
|
# Currently traffic model is restricted to hour level resolution.
|
572
572
|
class CommuteFilter
|
573
|
-
include Google::Protobuf::MessageExts
|
574
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
573
|
+
include ::Google::Protobuf::MessageExts
|
574
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
575
575
|
|
576
576
|
# The traffic density to use when calculating commute time.
|
577
577
|
module RoadTraffic
|
@@ -588,173 +588,173 @@ module Google
|
|
588
588
|
|
589
589
|
# Job title of the search.
|
590
590
|
# @!attribute [rw] job_title
|
591
|
-
# @return [String]
|
591
|
+
# @return [::String]
|
592
592
|
# Required. The job title. For example, "Software engineer", or "Product manager".
|
593
593
|
# @!attribute [rw] negated
|
594
|
-
# @return [Boolean]
|
594
|
+
# @return [::Boolean]
|
595
595
|
# Whether to apply negation to the filter so profiles matching the filter
|
596
596
|
# are excluded.
|
597
597
|
class JobTitleFilter
|
598
|
-
include Google::Protobuf::MessageExts
|
599
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
598
|
+
include ::Google::Protobuf::MessageExts
|
599
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
600
600
|
end
|
601
601
|
|
602
602
|
# Skill filter of the search.
|
603
603
|
# @!attribute [rw] skill
|
604
|
-
# @return [String]
|
604
|
+
# @return [::String]
|
605
605
|
# Required. The skill name. For example, "java", "j2ee", and so on.
|
606
606
|
# @!attribute [rw] negated
|
607
|
-
# @return [Boolean]
|
607
|
+
# @return [::Boolean]
|
608
608
|
# Whether to apply negation to the filter so profiles matching the filter
|
609
609
|
# are excluded.
|
610
610
|
class SkillFilter
|
611
|
-
include Google::Protobuf::MessageExts
|
612
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
611
|
+
include ::Google::Protobuf::MessageExts
|
612
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
613
613
|
end
|
614
614
|
|
615
615
|
# Employer filter of the search.
|
616
616
|
# @!attribute [rw] employer
|
617
|
-
# @return [String]
|
617
|
+
# @return [::String]
|
618
618
|
# Required. The name of the employer, for example "Google", "Alphabet".
|
619
619
|
# @!attribute [rw] mode
|
620
|
-
# @return [Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode]
|
621
|
-
# Define set of {Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord}s to search against.
|
620
|
+
# @return [::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode]
|
621
|
+
# Define set of {::Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord}s to search against.
|
622
622
|
#
|
623
|
-
# Defaults to {Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode::ALL_EMPLOYMENT_RECORDS EmployerFilterMode.ALL_EMPLOYMENT_RECORDS}.
|
623
|
+
# Defaults to {::Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode::ALL_EMPLOYMENT_RECORDS EmployerFilterMode.ALL_EMPLOYMENT_RECORDS}.
|
624
624
|
# @!attribute [rw] negated
|
625
|
-
# @return [Boolean]
|
625
|
+
# @return [::Boolean]
|
626
626
|
# Whether to apply negation to the filter so profiles matching the filter
|
627
627
|
# is excluded.
|
628
628
|
class EmployerFilter
|
629
|
-
include Google::Protobuf::MessageExts
|
630
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
629
|
+
include ::Google::Protobuf::MessageExts
|
630
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
631
631
|
|
632
|
-
# Enum indicating which set of {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records} to search
|
632
|
+
# Enum indicating which set of {::Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records} to search
|
633
633
|
# against.
|
634
634
|
module EmployerFilterMode
|
635
635
|
# Default value.
|
636
636
|
EMPLOYER_FILTER_MODE_UNSPECIFIED = 0
|
637
637
|
|
638
|
-
# Apply to all employers in {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records}.
|
638
|
+
# Apply to all employers in {::Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records}.
|
639
639
|
ALL_EMPLOYMENT_RECORDS = 1
|
640
640
|
|
641
|
-
# Apply only to current employer in {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records}.
|
641
|
+
# Apply only to current employer in {::Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records}.
|
642
642
|
CURRENT_EMPLOYMENT_RECORDS_ONLY = 2
|
643
643
|
|
644
644
|
# Apply only to past (not current) employers in
|
645
|
-
# {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records}.
|
645
|
+
# {::Google::Cloud::Talent::V4beta1::Profile#employment_records Profile.employment_records}.
|
646
646
|
PAST_EMPLOYMENT_RECORDS_ONLY = 3
|
647
647
|
end
|
648
648
|
end
|
649
649
|
|
650
650
|
# Education filter of the search.
|
651
651
|
# @!attribute [rw] school
|
652
|
-
# @return [String]
|
652
|
+
# @return [::String]
|
653
653
|
# The school name. For example "MIT", "University of California, Berkeley".
|
654
654
|
# @!attribute [rw] field_of_study
|
655
|
-
# @return [String]
|
655
|
+
# @return [::String]
|
656
656
|
# The field of study. This is to search against value provided in
|
657
|
-
# {Google::Cloud::Talent::V4beta1::Degree#fields_of_study Degree.fields_of_study}.
|
657
|
+
# {::Google::Cloud::Talent::V4beta1::Degree#fields_of_study Degree.fields_of_study}.
|
658
658
|
# For example "Computer Science", "Mathematics".
|
659
659
|
# @!attribute [rw] degree_type
|
660
|
-
# @return [Google::Cloud::Talent::V4beta1::DegreeType]
|
660
|
+
# @return [::Google::Cloud::Talent::V4beta1::DegreeType]
|
661
661
|
# Education degree in ISCED code. Each value in degree covers a specific
|
662
662
|
# level of education, without any expansion to upper nor lower levels of
|
663
663
|
# education degree.
|
664
664
|
# @!attribute [rw] negated
|
665
|
-
# @return [Boolean]
|
665
|
+
# @return [::Boolean]
|
666
666
|
# Whether to apply negation to the filter so profiles matching the filter
|
667
667
|
# is excluded.
|
668
668
|
class EducationFilter
|
669
|
-
include Google::Protobuf::MessageExts
|
670
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
669
|
+
include ::Google::Protobuf::MessageExts
|
670
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
671
671
|
end
|
672
672
|
|
673
673
|
# Work experience filter.
|
674
674
|
#
|
675
675
|
# This filter is used to search for profiles with working experience length
|
676
|
-
# between {Google::Cloud::Talent::V4beta1::WorkExperienceFilter#min_experience min_experience} and {Google::Cloud::Talent::V4beta1::WorkExperienceFilter#max_experience max_experience}.
|
676
|
+
# between {::Google::Cloud::Talent::V4beta1::WorkExperienceFilter#min_experience min_experience} and {::Google::Cloud::Talent::V4beta1::WorkExperienceFilter#max_experience max_experience}.
|
677
677
|
# @!attribute [rw] min_experience
|
678
|
-
# @return [Google::Protobuf::Duration]
|
678
|
+
# @return [::Google::Protobuf::Duration]
|
679
679
|
# The minimum duration of the work experience (inclusive).
|
680
680
|
# @!attribute [rw] max_experience
|
681
|
-
# @return [Google::Protobuf::Duration]
|
681
|
+
# @return [::Google::Protobuf::Duration]
|
682
682
|
# The maximum duration of the work experience (exclusive).
|
683
683
|
class WorkExperienceFilter
|
684
|
-
include Google::Protobuf::MessageExts
|
685
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
684
|
+
include ::Google::Protobuf::MessageExts
|
685
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
686
686
|
end
|
687
687
|
|
688
688
|
# Application Date Range Filter.
|
689
689
|
#
|
690
|
-
# The API matches profiles with {Google::Cloud::Talent::V4beta1::Application#application_date Application.application_date} between
|
690
|
+
# The API matches profiles with {::Google::Cloud::Talent::V4beta1::Application#application_date Application.application_date} between
|
691
691
|
# start date and end date (both boundaries are inclusive). The filter is
|
692
|
-
# ignored if both {Google::Cloud::Talent::V4beta1::ApplicationDateFilter#start_date start_date} and {Google::Cloud::Talent::V4beta1::ApplicationDateFilter#end_date end_date} are missing.
|
692
|
+
# ignored if both {::Google::Cloud::Talent::V4beta1::ApplicationDateFilter#start_date start_date} and {::Google::Cloud::Talent::V4beta1::ApplicationDateFilter#end_date end_date} are missing.
|
693
693
|
# @!attribute [rw] start_date
|
694
|
-
# @return [Google::Type::Date]
|
694
|
+
# @return [::Google::Type::Date]
|
695
695
|
# Start date. If it's missing, The API matches profiles with application date
|
696
696
|
# not after the end date.
|
697
697
|
# @!attribute [rw] end_date
|
698
|
-
# @return [Google::Type::Date]
|
698
|
+
# @return [::Google::Type::Date]
|
699
699
|
# End date. If it's missing, The API matches profiles with application date
|
700
700
|
# not before the start date.
|
701
701
|
class ApplicationDateFilter
|
702
|
-
include Google::Protobuf::MessageExts
|
703
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
702
|
+
include ::Google::Protobuf::MessageExts
|
703
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
704
704
|
end
|
705
705
|
|
706
706
|
# Outcome Notes Filter.
|
707
707
|
# @!attribute [rw] outcome_notes
|
708
|
-
# @return [String]
|
708
|
+
# @return [::String]
|
709
709
|
# Required. User entered or selected outcome reason. The API does an exact match on the
|
710
|
-
# {Google::Cloud::Talent::V4beta1::Application#outcome_notes Application.outcome_notes} in profiles.
|
710
|
+
# {::Google::Cloud::Talent::V4beta1::Application#outcome_notes Application.outcome_notes} in profiles.
|
711
711
|
# @!attribute [rw] negated
|
712
|
-
# @return [Boolean]
|
712
|
+
# @return [::Boolean]
|
713
713
|
# If true, The API excludes all candidates with any
|
714
|
-
# {Google::Cloud::Talent::V4beta1::Application#outcome_notes Application.outcome_notes} matching the outcome reason specified in
|
714
|
+
# {::Google::Cloud::Talent::V4beta1::Application#outcome_notes Application.outcome_notes} matching the outcome reason specified in
|
715
715
|
# the filter.
|
716
716
|
class ApplicationOutcomeNotesFilter
|
717
|
-
include Google::Protobuf::MessageExts
|
718
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
717
|
+
include ::Google::Protobuf::MessageExts
|
718
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
719
719
|
end
|
720
720
|
|
721
721
|
# Filter on the job information of Application.
|
722
722
|
# @!attribute [rw] job_requisition_id
|
723
|
-
# @return [String]
|
723
|
+
# @return [::String]
|
724
724
|
# The job requisition id in the application. The API does an exact match on
|
725
|
-
# the {Google::Cloud::Talent::V4beta1::Job#requisition_id Job.requisition_id} of {Google::Cloud::Talent::V4beta1::Application#job Application.job} in profiles.
|
725
|
+
# the {::Google::Cloud::Talent::V4beta1::Job#requisition_id Job.requisition_id} of {::Google::Cloud::Talent::V4beta1::Application#job Application.job} in profiles.
|
726
726
|
# @!attribute [rw] job_title
|
727
|
-
# @return [String]
|
727
|
+
# @return [::String]
|
728
728
|
# The job title in the application. The API does an exact match on the
|
729
|
-
# {Google::Cloud::Talent::V4beta1::Job#title Job.title} of {Google::Cloud::Talent::V4beta1::Application#job Application.job} in profiles.
|
729
|
+
# {::Google::Cloud::Talent::V4beta1::Job#title Job.title} of {::Google::Cloud::Talent::V4beta1::Application#job Application.job} in profiles.
|
730
730
|
# @!attribute [rw] negated
|
731
|
-
# @return [Boolean]
|
732
|
-
# If true, the API excludes all profiles with any {Google::Cloud::Talent::V4beta1::Application#job Application.job}
|
731
|
+
# @return [::Boolean]
|
732
|
+
# If true, the API excludes all profiles with any {::Google::Cloud::Talent::V4beta1::Application#job Application.job}
|
733
733
|
# matching the filters.
|
734
734
|
class ApplicationJobFilter
|
735
|
-
include Google::Protobuf::MessageExts
|
736
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
735
|
+
include ::Google::Protobuf::MessageExts
|
736
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
737
737
|
end
|
738
738
|
|
739
739
|
# Filter on create timestamp or update timestamp of profiles.
|
740
740
|
# @!attribute [rw] start_time
|
741
|
-
# @return [Google::Protobuf::Timestamp]
|
741
|
+
# @return [::Google::Protobuf::Timestamp]
|
742
742
|
# Start timestamp, matching profiles with the start time. If this field
|
743
743
|
# missing, The API matches profiles with create / update timestamp before the
|
744
744
|
# end timestamp.
|
745
745
|
# @!attribute [rw] end_time
|
746
|
-
# @return [Google::Protobuf::Timestamp]
|
746
|
+
# @return [::Google::Protobuf::Timestamp]
|
747
747
|
# End timestamp, matching profiles with the end time. If this field
|
748
748
|
# missing, The API matches profiles with create / update timestamp after the
|
749
749
|
# start timestamp.
|
750
750
|
# @!attribute [rw] time_field
|
751
|
-
# @return [Google::Cloud::Talent::V4beta1::TimeFilter::TimeField]
|
751
|
+
# @return [::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField]
|
752
752
|
# Specifies which time field to filter profiles.
|
753
753
|
#
|
754
|
-
# Defaults to {Google::Cloud::Talent::V4beta1::TimeFilter::TimeField::CREATE_TIME TimeField.CREATE_TIME}.
|
754
|
+
# Defaults to {::Google::Cloud::Talent::V4beta1::TimeFilter::TimeField::CREATE_TIME TimeField.CREATE_TIME}.
|
755
755
|
class TimeFilter
|
756
|
-
include Google::Protobuf::MessageExts
|
757
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
756
|
+
include ::Google::Protobuf::MessageExts
|
757
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
758
758
|
|
759
759
|
# Time fields can be used in TimeFilter.
|
760
760
|
module TimeField
|
@@ -773,44 +773,44 @@ module Google
|
|
773
773
|
#
|
774
774
|
# Filter on availability signals.
|
775
775
|
# @!attribute [rw] negated
|
776
|
-
# @return [Boolean]
|
776
|
+
# @return [::Boolean]
|
777
777
|
# It is false by default. If true, API excludes all the potential available
|
778
778
|
# profiles.
|
779
779
|
class CandidateAvailabilityFilter
|
780
|
-
include Google::Protobuf::MessageExts
|
781
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
780
|
+
include ::Google::Protobuf::MessageExts
|
781
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
782
782
|
end
|
783
783
|
|
784
784
|
# Filter on availability signals.
|
785
785
|
# @!attribute [rw] signal_type
|
786
|
-
# @return [Google::Cloud::Talent::V4beta1::AvailabilitySignalType]
|
786
|
+
# @return [::Google::Cloud::Talent::V4beta1::AvailabilitySignalType]
|
787
787
|
# Required. Type of signal to apply filter on.
|
788
788
|
# @!attribute [rw] range
|
789
|
-
# @return [Google::Cloud::Talent::V4beta1::TimestampRange]
|
789
|
+
# @return [::Google::Cloud::Talent::V4beta1::TimestampRange]
|
790
790
|
# Required. Range of times to filter candidate signals by.
|
791
791
|
# @!attribute [rw] required
|
792
|
-
# @return [Boolean]
|
793
|
-
# If multiple {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} are provided, the default
|
792
|
+
# @return [::Boolean]
|
793
|
+
# If multiple {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} are provided, the default
|
794
794
|
# behavior is to OR all filters, but if this field is set to true, this
|
795
|
-
# particular {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} will be AND'ed against other
|
796
|
-
# {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}.
|
795
|
+
# particular {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter} will be AND'ed against other
|
796
|
+
# {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}.
|
797
797
|
class AvailabilityFilter
|
798
|
-
include Google::Protobuf::MessageExts
|
799
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
798
|
+
include ::Google::Protobuf::MessageExts
|
799
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
800
800
|
end
|
801
801
|
|
802
802
|
# Filter on person name.
|
803
803
|
# @!attribute [rw] person_name
|
804
|
-
# @return [String]
|
804
|
+
# @return [::String]
|
805
805
|
# Required. The person name. For example, "John Smith".
|
806
806
|
#
|
807
807
|
# Can be any combination of [PersonName.structured_name.given_name][],
|
808
808
|
# [PersonName.structured_name.middle_initial][],
|
809
809
|
# [PersonName.structured_name.family_name][], and
|
810
|
-
# {Google::Cloud::Talent::V4beta1::PersonName#formatted_name PersonName.formatted_name}.
|
810
|
+
# {::Google::Cloud::Talent::V4beta1::PersonName#formatted_name PersonName.formatted_name}.
|
811
811
|
class PersonNameFilter
|
812
|
-
include Google::Protobuf::MessageExts
|
813
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
812
|
+
include ::Google::Protobuf::MessageExts
|
813
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
814
814
|
end
|
815
815
|
end
|
816
816
|
end
|