google-cloud-talent 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +9 -0
- data/LICENSE +201 -0
- data/README.md +69 -0
- data/lib/google/cloud/talent.rb +456 -0
- data/lib/google/cloud/talent/v4beta1.rb +484 -0
- data/lib/google/cloud/talent/v4beta1/batch_pb.rb +21 -0
- data/lib/google/cloud/talent/v4beta1/common_pb.rb +264 -0
- data/lib/google/cloud/talent/v4beta1/company_pb.rb +39 -0
- data/lib/google/cloud/talent/v4beta1/company_service_client.rb +479 -0
- data/lib/google/cloud/talent/v4beta1/company_service_client_config.json +51 -0
- data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +53 -0
- data/lib/google/cloud/talent/v4beta1/company_service_services_pb.rb +56 -0
- data/lib/google/cloud/talent/v4beta1/completion_client.rb +303 -0
- data/lib/google/cloud/talent/v4beta1/completion_client_config.json +31 -0
- data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +53 -0
- data/lib/google/cloud/talent/v4beta1/completion_service_services_pb.rb +48 -0
- data/lib/google/cloud/talent/v4beta1/credentials.rb +42 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb +890 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb +125 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb +130 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb +153 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb +252 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb +34 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb +853 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb +56 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb +409 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb +732 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb +1125 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb +392 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb +98 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant.rb +68 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb +119 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/duration.rb +91 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/empty.rb +29 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/field_mask.rb +230 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/timestamp.rb +109 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/wrappers.rb +34 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/type/date.rb +39 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/type/latlng.rb +65 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/type/money.rb +36 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/type/postal_address.rb +126 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/type/timeofday.rb +38 -0
- data/lib/google/cloud/talent/v4beta1/event_pb.rb +75 -0
- data/lib/google/cloud/talent/v4beta1/event_service_client.rb +239 -0
- data/lib/google/cloud/talent/v4beta1/event_service_client_config.json +31 -0
- data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +24 -0
- data/lib/google/cloud/talent/v4beta1/event_service_services_pb.rb +53 -0
- data/lib/google/cloud/talent/v4beta1/filters_pb.rb +182 -0
- data/lib/google/cloud/talent/v4beta1/helpers.rb +90 -0
- data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +28 -0
- data/lib/google/cloud/talent/v4beta1/job_pb.rb +69 -0
- data/lib/google/cloud/talent/v4beta1/job_service_client.rb +1295 -0
- data/lib/google/cloud/talent/v4beta1/job_service_client_config.json +66 -0
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +142 -0
- data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +88 -0
- data/lib/google/cloud/talent/v4beta1/profile_pb.rb +249 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_client.rb +757 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_client_config.json +56 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +81 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +65 -0
- data/lib/google/cloud/talent/v4beta1/resume_service_client.rb +296 -0
- data/lib/google/cloud/talent/v4beta1/resume_service_client_config.json +31 -0
- data/lib/google/cloud/talent/v4beta1/resume_service_pb.rb +37 -0
- data/lib/google/cloud/talent/v4beta1/resume_service_services_pb.rb +75 -0
- data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +31 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_client.rb +466 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_client_config.json +51 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_services_pb.rb +55 -0
- metadata +197 -0
@@ -0,0 +1,1125 @@
|
|
1
|
+
# Copyright 2019 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
|
16
|
+
module Google
|
17
|
+
module Cloud
|
18
|
+
module Talent
|
19
|
+
module V4beta1
|
20
|
+
# A resource that represents the profile for a job candidate (also referred to
|
21
|
+
# as a "single-source profile"). A profile belongs to a
|
22
|
+
# {Google::Cloud::Talent::V4beta1::Tenant Tenant}, which is an isolated instance
|
23
|
+
# of the customer that owns the profile.
|
24
|
+
# @!attribute [rw] name
|
25
|
+
# @return [String]
|
26
|
+
# Required during profile update.
|
27
|
+
#
|
28
|
+
# Resource name assigned to a profile by the API.
|
29
|
+
#
|
30
|
+
# The format is
|
31
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}",
|
32
|
+
# for example, "projects/api-test-project/tenants/foo/profiles/bar".
|
33
|
+
# @!attribute [rw] external_id
|
34
|
+
# @return [String]
|
35
|
+
# Optional.
|
36
|
+
#
|
37
|
+
# Profile's id in client system if available.
|
38
|
+
#
|
39
|
+
# The maximum number of bytes allowed is 100.
|
40
|
+
# @!attribute [rw] source
|
41
|
+
# @return [String]
|
42
|
+
# Optional.
|
43
|
+
#
|
44
|
+
# The source description indicating where the profile is acquired.
|
45
|
+
#
|
46
|
+
# For example, if a candidate profile is acquired from a resume, the user can
|
47
|
+
# input "resume" here to indicate the source.
|
48
|
+
#
|
49
|
+
# The maximum number of bytes allowed is 100.
|
50
|
+
# @!attribute [rw] uri
|
51
|
+
# @return [String]
|
52
|
+
# Optional.
|
53
|
+
#
|
54
|
+
# The URI set by clients that links to this profile's client-side copy.
|
55
|
+
#
|
56
|
+
# The maximum number of bytes allowed is 4000.
|
57
|
+
# @!attribute [rw] group_id
|
58
|
+
# @return [String]
|
59
|
+
# Optional.
|
60
|
+
#
|
61
|
+
# The cluster id of the profile to associate with other profile(s) for the
|
62
|
+
# same candidate.
|
63
|
+
#
|
64
|
+
# A random UUID is assigned if
|
65
|
+
# {Google::Cloud::Talent::V4beta1::Profile#group_id group_id} isn't provided. To
|
66
|
+
# ensure global uniqueness, customized
|
67
|
+
# {Google::Cloud::Talent::V4beta1::Profile#group_id group_id} isn't supported.
|
68
|
+
# If {Google::Cloud::Talent::V4beta1::Profile#group_id group_id} is set, there
|
69
|
+
# must be at least one other profile with the same system generated
|
70
|
+
# {Google::Cloud::Talent::V4beta1::Profile#group_id group_id}, otherwise an
|
71
|
+
# error is thrown.
|
72
|
+
#
|
73
|
+
# This is used to link multiple profiles to the same candidate. For example,
|
74
|
+
# a client has a candidate with two profiles, where one was created recently
|
75
|
+
# and the other one was created 5 years ago. These two profiles may be very
|
76
|
+
# different. The clients can create the first profile and get a generated
|
77
|
+
# {Google::Cloud::Talent::V4beta1::Profile#group_id group_id}, and assign it
|
78
|
+
# when the second profile is created, indicating these two profiles are
|
79
|
+
# referring to the same candidate.
|
80
|
+
# @!attribute [rw] is_hirable
|
81
|
+
# @return [Google::Protobuf::BoolValue]
|
82
|
+
# Optional.
|
83
|
+
#
|
84
|
+
# Indicates the hirable status of the candidate.
|
85
|
+
# @!attribute [rw] create_time
|
86
|
+
# @return [Google::Protobuf::Timestamp]
|
87
|
+
# Optional.
|
88
|
+
#
|
89
|
+
# The timestamp when the profile was first created at this source.
|
90
|
+
# @!attribute [rw] update_time
|
91
|
+
# @return [Google::Protobuf::Timestamp]
|
92
|
+
# Optional.
|
93
|
+
#
|
94
|
+
# The timestamp when the profile was last updated at this source.
|
95
|
+
# @!attribute [rw] resume_hrxml
|
96
|
+
# @return [String]
|
97
|
+
# Optional.
|
98
|
+
#
|
99
|
+
# The profile contents in HR-XML format.
|
100
|
+
# See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
|
101
|
+
# information about Human Resources XML.
|
102
|
+
#
|
103
|
+
# Users can create a profile with only
|
104
|
+
# {Google::Cloud::Talent::V4beta1::Profile#resume_hrxml resume_hrxml} field. For
|
105
|
+
# example, the API parses the
|
106
|
+
# {Google::Cloud::Talent::V4beta1::Profile#resume_hrxml resume_hrxml} and
|
107
|
+
# creates a profile with all structured fields populated, for example.
|
108
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord},
|
109
|
+
# {Google::Cloud::Talent::V4beta1::EducationRecord EducationRecord}, etc. An
|
110
|
+
# error is thrown if the
|
111
|
+
# {Google::Cloud::Talent::V4beta1::Profile#resume_hrxml resume_hrxml} can't be
|
112
|
+
# parsed.
|
113
|
+
#
|
114
|
+
# If the {Google::Cloud::Talent::V4beta1::Profile#resume_hrxml resume_hrxml} is
|
115
|
+
# provided during profile creation or update, any other structured data
|
116
|
+
# provided in the profile is ignored. The API populates these fields by
|
117
|
+
# parsing the HR-XML.
|
118
|
+
# @!attribute [rw] person_names
|
119
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::PersonName>]
|
120
|
+
# Optional.
|
121
|
+
#
|
122
|
+
# The names of the candidate this profile references.
|
123
|
+
#
|
124
|
+
# Currently only one person name is supported.
|
125
|
+
# @!attribute [rw] addresses
|
126
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Address>]
|
127
|
+
# Optional.
|
128
|
+
#
|
129
|
+
# The candidate's postal addresses.
|
130
|
+
# @!attribute [rw] email_addresses
|
131
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Email>]
|
132
|
+
# Optional.
|
133
|
+
#
|
134
|
+
# The candidate's email addresses.
|
135
|
+
# @!attribute [rw] phone_numbers
|
136
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Phone>]
|
137
|
+
# Optional.
|
138
|
+
#
|
139
|
+
# The candidate's phone number(s).
|
140
|
+
# @!attribute [rw] personal_uris
|
141
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::PersonalUri>]
|
142
|
+
# Optional.
|
143
|
+
#
|
144
|
+
# The candidate's personal URIs.
|
145
|
+
# @!attribute [rw] additional_contact_info
|
146
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::AdditionalContactInfo>]
|
147
|
+
# Optional.
|
148
|
+
#
|
149
|
+
# Available contact information besides
|
150
|
+
# {Google::Cloud::Talent::V4beta1::Profile#addresses addresses},
|
151
|
+
# {Google::Cloud::Talent::V4beta1::Profile#email_addresses email_addresses},
|
152
|
+
# {Google::Cloud::Talent::V4beta1::Profile#phone_numbers phone_numbers} and
|
153
|
+
# {Google::Cloud::Talent::V4beta1::Profile#personal_uris personal_uris}. For
|
154
|
+
# example, Hang-out, Skype.
|
155
|
+
# @!attribute [rw] employment_records
|
156
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::EmploymentRecord>]
|
157
|
+
# Optional.
|
158
|
+
#
|
159
|
+
# The employment history records of the candidate. It's highly recommended
|
160
|
+
# to input this information as accurately as possible to help improve search
|
161
|
+
# quality. Here are some recommendations:
|
162
|
+
#
|
163
|
+
# * Specify the start and end dates of the employment records.
|
164
|
+
# * List different employment types separately, no matter how minor the
|
165
|
+
# change is.
|
166
|
+
# For example, only job title is changed from "software engineer" to "senior
|
167
|
+
# software engineer".
|
168
|
+
# * Provide
|
169
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#is_current EmploymentRecord#is_current}
|
170
|
+
# for the current employment if possible. If not, it's inferred from user
|
171
|
+
# inputs.
|
172
|
+
# @!attribute [rw] education_records
|
173
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::EducationRecord>]
|
174
|
+
# Optional.
|
175
|
+
#
|
176
|
+
# The education history record of the candidate. It's highly recommended to
|
177
|
+
# input this information as accurately as possible to help improve search
|
178
|
+
# quality. Here are some recommendations:
|
179
|
+
#
|
180
|
+
# * Specify the start and end dates of the education records.
|
181
|
+
# * List each education type separately, no matter how minor the change is.
|
182
|
+
# For example, the profile contains the education experience from the same
|
183
|
+
# school but different degrees.
|
184
|
+
# * Provide
|
185
|
+
# {Google::Cloud::Talent::V4beta1::EducationRecord#is_current EducationRecord#is_current}
|
186
|
+
# for the current education if possible. If not, it's inferred from user
|
187
|
+
# inputs.
|
188
|
+
# @!attribute [rw] skills
|
189
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Skill>]
|
190
|
+
# Optional.
|
191
|
+
#
|
192
|
+
# The skill set of the candidate. It's highly recommended to provide as
|
193
|
+
# much information as possible to help improve the search quality.
|
194
|
+
# @!attribute [rw] activities
|
195
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Activity>]
|
196
|
+
# Optional.
|
197
|
+
#
|
198
|
+
# The individual or collaborative activities which the candidate has
|
199
|
+
# participated in, for example, open-source projects, class assignments that
|
200
|
+
# aren't listed in
|
201
|
+
# {Google::Cloud::Talent::V4beta1::Profile#employment_records employment_records}.
|
202
|
+
# @!attribute [rw] publications
|
203
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Publication>]
|
204
|
+
# Optional.
|
205
|
+
#
|
206
|
+
# The publications published by the candidate.
|
207
|
+
# @!attribute [rw] patents
|
208
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Patent>]
|
209
|
+
# Optional.
|
210
|
+
#
|
211
|
+
# The patents acquired by the candidate.
|
212
|
+
# @!attribute [rw] certifications
|
213
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Certification>]
|
214
|
+
# Optional.
|
215
|
+
#
|
216
|
+
# The certifications acquired by the candidate.
|
217
|
+
# @!attribute [rw] job_applications
|
218
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::JobApplication>]
|
219
|
+
# Optional.
|
220
|
+
#
|
221
|
+
# The job applications of the candidate.
|
222
|
+
# @!attribute [rw] recruiting_notes
|
223
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::RecruitingNote>]
|
224
|
+
# Optional.
|
225
|
+
#
|
226
|
+
# The recruiting notes added for the candidate.
|
227
|
+
#
|
228
|
+
# For example, the recruiter can add some unstructured comments for this
|
229
|
+
# candidate like "this candidate also has experiences in volunteer work".
|
230
|
+
# @!attribute [rw] custom_attributes
|
231
|
+
# @return [Hash{String => Google::Cloud::Talent::V4beta1::CustomAttribute}]
|
232
|
+
# Optional.
|
233
|
+
#
|
234
|
+
# A map of fields to hold both filterable and non-filterable custom profile
|
235
|
+
# attributes that aren't covered by the provided structured fields. See
|
236
|
+
# {Google::Cloud::Talent::V4beta1::CustomAttribute CustomAttribute} for more
|
237
|
+
# details.
|
238
|
+
#
|
239
|
+
# At most 100 filterable and at most 100 unfilterable keys are supported. If
|
240
|
+
# limit is exceeded, an error is thrown.
|
241
|
+
#
|
242
|
+
# Numeric custom attributes: each key can only map to one numeric value,
|
243
|
+
# otherwise an error is thrown.
|
244
|
+
#
|
245
|
+
# String custom attributes: each key can map up to 50 string values. For
|
246
|
+
# filterable string value, each value has a byte size of no more than 256B.
|
247
|
+
# For unfilterable string values, the maximum byte size of a single key is
|
248
|
+
# 64B. An error is thrown for any request exceeding the limit.
|
249
|
+
# The maximum total byte size is 10KB.
|
250
|
+
#
|
251
|
+
# Currently filterable numeric custom attributes are not supported, and
|
252
|
+
# they automatically set to unfilterable.
|
253
|
+
# @!attribute [rw] processed
|
254
|
+
# @return [true, false]
|
255
|
+
# Output only. Indicates if the profile is fully processed and searchable.
|
256
|
+
# @!attribute [rw] keyword_snippet
|
257
|
+
# @return [String]
|
258
|
+
# Output only. Keyword snippet shows how the search result is related to a
|
259
|
+
# search query.
|
260
|
+
class Profile; end
|
261
|
+
|
262
|
+
# Resource that represents the name of a person.
|
263
|
+
# @!attribute [rw] formatted_name
|
264
|
+
# @return [String]
|
265
|
+
# Optional.
|
266
|
+
#
|
267
|
+
# A string represents a person's full name. For example, "Dr. John Smith".
|
268
|
+
#
|
269
|
+
# Number of characters allowed is 100.
|
270
|
+
# @!attribute [rw] structured_name
|
271
|
+
# @return [Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName]
|
272
|
+
# Optional.
|
273
|
+
#
|
274
|
+
# A person's name in a structured way (last name, first name, suffix, etc.)
|
275
|
+
# @!attribute [rw] preferred_name
|
276
|
+
# @return [String]
|
277
|
+
# Optional.
|
278
|
+
#
|
279
|
+
# Preferred name for the person.
|
280
|
+
class PersonName
|
281
|
+
# Resource that represents a person's structured name.
|
282
|
+
# @!attribute [rw] given_name
|
283
|
+
# @return [String]
|
284
|
+
# Optional.
|
285
|
+
#
|
286
|
+
# Given/first name.
|
287
|
+
#
|
288
|
+
# It's derived from
|
289
|
+
# {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name}
|
290
|
+
# if not provided.
|
291
|
+
#
|
292
|
+
# Number of characters allowed is 100.
|
293
|
+
# @!attribute [rw] middle_initial
|
294
|
+
# @return [String]
|
295
|
+
# Optional.
|
296
|
+
#
|
297
|
+
# Middle initial.
|
298
|
+
#
|
299
|
+
# It's derived from
|
300
|
+
# {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name}
|
301
|
+
# if not provided.
|
302
|
+
#
|
303
|
+
# Number of characters allowed is 20.
|
304
|
+
# @!attribute [rw] family_name
|
305
|
+
# @return [String]
|
306
|
+
# Optional.
|
307
|
+
#
|
308
|
+
# Family/last name.
|
309
|
+
#
|
310
|
+
# It's derived from
|
311
|
+
# {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name}
|
312
|
+
# if not provided.
|
313
|
+
#
|
314
|
+
# Number of characters allowed is 100.
|
315
|
+
# @!attribute [rw] suffixes
|
316
|
+
# @return [Array<String>]
|
317
|
+
# Optional.
|
318
|
+
#
|
319
|
+
# Suffixes.
|
320
|
+
#
|
321
|
+
# Number of characters allowed is 20.
|
322
|
+
# @!attribute [rw] prefixes
|
323
|
+
# @return [Array<String>]
|
324
|
+
# Optional.
|
325
|
+
#
|
326
|
+
# Prefixes.
|
327
|
+
#
|
328
|
+
# Number of characters allowed is 20.
|
329
|
+
class PersonStructuredName; end
|
330
|
+
end
|
331
|
+
|
332
|
+
# Resource that represents a address.
|
333
|
+
# @!attribute [rw] usage
|
334
|
+
# @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
|
335
|
+
# Optional.
|
336
|
+
#
|
337
|
+
# The usage of the address. For example, SCHOOL, WORK, PERSONAL.
|
338
|
+
# @!attribute [rw] unstructured_address
|
339
|
+
# @return [String]
|
340
|
+
# Optional.
|
341
|
+
#
|
342
|
+
# Unstructured address.
|
343
|
+
#
|
344
|
+
# For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043",
|
345
|
+
# "Sunnyvale, California".
|
346
|
+
#
|
347
|
+
# Number of characters allowed is 100.
|
348
|
+
# @!attribute [rw] structured_address
|
349
|
+
# @return [Google::Type::PostalAddress]
|
350
|
+
# Optional.
|
351
|
+
#
|
352
|
+
# Structured address that contains street address, city, state, country,
|
353
|
+
# etc.
|
354
|
+
# @!attribute [rw] is_current
|
355
|
+
# @return [Google::Protobuf::BoolValue]
|
356
|
+
# Optional.
|
357
|
+
#
|
358
|
+
# Indicates if it's the person's current address.
|
359
|
+
class Address; end
|
360
|
+
|
361
|
+
# Resource that represents a person's email address.
|
362
|
+
# @!attribute [rw] usage
|
363
|
+
# @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
|
364
|
+
# Optional.
|
365
|
+
#
|
366
|
+
# The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
|
367
|
+
# @!attribute [rw] email_address
|
368
|
+
# @return [String]
|
369
|
+
# Optional.
|
370
|
+
#
|
371
|
+
# Email address.
|
372
|
+
#
|
373
|
+
# Number of characters allowed is 4,000.
|
374
|
+
class Email; end
|
375
|
+
|
376
|
+
# Resource that represents a person's telephone number.
|
377
|
+
# @!attribute [rw] usage
|
378
|
+
# @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
|
379
|
+
# Optional.
|
380
|
+
#
|
381
|
+
# The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
|
382
|
+
# @!attribute [rw] type
|
383
|
+
# @return [Google::Cloud::Talent::V4beta1::Phone::PhoneType]
|
384
|
+
# Optional.
|
385
|
+
#
|
386
|
+
# The phone type. For example, LANDLINE, MOBILE, FAX.
|
387
|
+
# @!attribute [rw] number
|
388
|
+
# @return [String]
|
389
|
+
# Optional.
|
390
|
+
#
|
391
|
+
# Phone number.
|
392
|
+
#
|
393
|
+
# Any phone formats are supported and only exact matches are performed on
|
394
|
+
# searches. For example, if a phone number in profile is provided in the
|
395
|
+
# format of "(xxx)xxx-xxxx", in profile searches the same phone format
|
396
|
+
# has to be provided.
|
397
|
+
#
|
398
|
+
# Number of characters allowed is 20.
|
399
|
+
# @!attribute [rw] when_available
|
400
|
+
# @return [String]
|
401
|
+
# Optional.
|
402
|
+
#
|
403
|
+
# When this number is available. Any descriptive string is expected.
|
404
|
+
#
|
405
|
+
# Number of characters allowed is 100.
|
406
|
+
class Phone
|
407
|
+
# Enum that represents the type of the telephone.
|
408
|
+
module PhoneType
|
409
|
+
# Default value.
|
410
|
+
PHONE_TYPE_UNSPECIFIED = 0
|
411
|
+
|
412
|
+
# A landline.
|
413
|
+
LANDLINE = 1
|
414
|
+
|
415
|
+
# A mobile.
|
416
|
+
MOBILE = 2
|
417
|
+
|
418
|
+
# A fax.
|
419
|
+
FAX = 3
|
420
|
+
|
421
|
+
# A pager.
|
422
|
+
PAGER = 4
|
423
|
+
|
424
|
+
# A TTY (test telephone) or TDD (telecommunication device for the deaf).
|
425
|
+
TTY_OR_TDD = 5
|
426
|
+
|
427
|
+
# A voicemail.
|
428
|
+
VOICEMAIL = 6
|
429
|
+
|
430
|
+
# A virtual telephone number is a number that can be routed to another
|
431
|
+
# number and managed by the user via Web, SMS, IVR, etc. It is associated
|
432
|
+
# with a particular person, and may be routed to either a MOBILE or
|
433
|
+
# LANDLINE number. The phone usage (see ContactInfoUsage above) should be
|
434
|
+
# set to PERSONAL for these phone types. Some more information can be
|
435
|
+
# found here: http://en.wikipedia.org/wiki/Personal_Numbers
|
436
|
+
VIRTUAL = 7
|
437
|
+
|
438
|
+
# Voice over IP numbers. This includes TSoIP (Telephony Service over IP).
|
439
|
+
VOIP = 8
|
440
|
+
|
441
|
+
# In some regions (e.g. the USA), it is impossible to distinguish between
|
442
|
+
# fixed-line and mobile numbers by looking at the phone number itself.
|
443
|
+
MOBILE_OR_LANDLINE = 9
|
444
|
+
end
|
445
|
+
end
|
446
|
+
|
447
|
+
# Resource that represents a valid URI for a personal use.
|
448
|
+
# @!attribute [rw] uri
|
449
|
+
# @return [String]
|
450
|
+
# Optional.
|
451
|
+
#
|
452
|
+
# The personal URI.
|
453
|
+
#
|
454
|
+
# Number of characters allowed is 4,000.
|
455
|
+
class PersonalUri; end
|
456
|
+
|
457
|
+
# Resource that represents contact information other than phone, email,
|
458
|
+
# URI and addresses.
|
459
|
+
# @!attribute [rw] usage
|
460
|
+
# @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
|
461
|
+
# Optional.
|
462
|
+
#
|
463
|
+
# The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
|
464
|
+
# @!attribute [rw] name
|
465
|
+
# @return [String]
|
466
|
+
# Optional.
|
467
|
+
#
|
468
|
+
# The name of the contact method.
|
469
|
+
#
|
470
|
+
# For example, "hangout", "skype".
|
471
|
+
#
|
472
|
+
# Number of characters allowed is 100.
|
473
|
+
# @!attribute [rw] contact_id
|
474
|
+
# @return [String]
|
475
|
+
# Optional.
|
476
|
+
#
|
477
|
+
# The contact id.
|
478
|
+
#
|
479
|
+
# Number of characters allowed is 100.
|
480
|
+
class AdditionalContactInfo; end
|
481
|
+
|
482
|
+
# Resource that represents an employment record of a candidate.
|
483
|
+
# @!attribute [rw] start_date
|
484
|
+
# @return [Google::Type::Date]
|
485
|
+
# Optional.
|
486
|
+
#
|
487
|
+
# Start date of the employment.
|
488
|
+
#
|
489
|
+
# It can be a partial date (only year, or only year and month), but must be
|
490
|
+
# valid. Otherwise an error is thrown.
|
491
|
+
#
|
492
|
+
# Examples:
|
493
|
+
# {"year": 2017, "month": 2, "day": 28} is valid.
|
494
|
+
# {"year": 2020, "month": 1, "date": 31} is valid.
|
495
|
+
# {"year": 2018, "month": 12} is valid (partial date).
|
496
|
+
# {"year": 2018} is valid (partial date).
|
497
|
+
# {"year": 2015, "day": 21} is not valid (month is missing but day is
|
498
|
+
# presented).
|
499
|
+
# {"year": 2018, "month": 13} is not valid (invalid month).
|
500
|
+
# {"year": 2017, "month": 1, "day": 32} is not valid (invalid day).
|
501
|
+
# @!attribute [rw] end_date
|
502
|
+
# @return [Google::Type::Date]
|
503
|
+
# Optional.
|
504
|
+
#
|
505
|
+
# End date of the employment.
|
506
|
+
# @!attribute [rw] employer_name
|
507
|
+
# @return [String]
|
508
|
+
# Optional.
|
509
|
+
#
|
510
|
+
# The name of the employer company/organization.
|
511
|
+
#
|
512
|
+
# For example, "Google", "Alphabet", etc.
|
513
|
+
#
|
514
|
+
# Number of characters allowed is 100.
|
515
|
+
# @!attribute [rw] division_name
|
516
|
+
# @return [String]
|
517
|
+
# Optional.
|
518
|
+
#
|
519
|
+
# The division name of the employment.
|
520
|
+
#
|
521
|
+
# For example, division, department, client, etc.
|
522
|
+
#
|
523
|
+
# Number of characters allowed is 100.
|
524
|
+
# @!attribute [rw] address
|
525
|
+
# @return [Google::Cloud::Talent::V4beta1::Address]
|
526
|
+
# Optional.
|
527
|
+
#
|
528
|
+
# The physical address of the employer.
|
529
|
+
# @!attribute [rw] job_title
|
530
|
+
# @return [String]
|
531
|
+
# Optional.
|
532
|
+
#
|
533
|
+
# The job title of the employment.
|
534
|
+
#
|
535
|
+
# For example, "Software Engineer", "Data Scientist", etc.
|
536
|
+
#
|
537
|
+
# Number of characters allowed is 100.
|
538
|
+
# @!attribute [rw] job_description
|
539
|
+
# @return [String]
|
540
|
+
# Optional.
|
541
|
+
#
|
542
|
+
# The description of job content.
|
543
|
+
#
|
544
|
+
# Number of characters allowed is 100,000.
|
545
|
+
# @!attribute [rw] is_supervised_position
|
546
|
+
# @return [Google::Protobuf::BoolValue]
|
547
|
+
# Optional.
|
548
|
+
#
|
549
|
+
# If it's a supervised position.
|
550
|
+
# @!attribute [rw] is_self_employed
|
551
|
+
# @return [Google::Protobuf::BoolValue]
|
552
|
+
# Optional.
|
553
|
+
#
|
554
|
+
# If this employment is self-employed.
|
555
|
+
# @!attribute [rw] is_current
|
556
|
+
# @return [Google::Protobuf::BoolValue]
|
557
|
+
# Optional.
|
558
|
+
#
|
559
|
+
# If this employment is current.
|
560
|
+
# @!attribute [rw] job_title_snippet
|
561
|
+
# @return [String]
|
562
|
+
# Output only. The job title snippet shows how the
|
563
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_title job_title} is
|
564
|
+
# related to a search query. It's empty if the
|
565
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_title job_title} isn't
|
566
|
+
# related to the search query.
|
567
|
+
# @!attribute [rw] job_description_snippet
|
568
|
+
# @return [String]
|
569
|
+
# Output only. The job description snippet shows how the
|
570
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_description job_description}
|
571
|
+
# is related to a search query. It's empty if the
|
572
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_description job_description}
|
573
|
+
# isn't related to the search query.
|
574
|
+
# @!attribute [rw] employer_name_snippet
|
575
|
+
# @return [String]
|
576
|
+
# Output only. The employer name snippet shows how the
|
577
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#employer_name employer_name}
|
578
|
+
# is related to a search query. It's empty if the
|
579
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentRecord#employer_name employer_name}
|
580
|
+
# isn't related to the search query.
|
581
|
+
class EmploymentRecord; end
|
582
|
+
|
583
|
+
# Resource that represents an education record of a candidate.
|
584
|
+
# @!attribute [rw] start_date
|
585
|
+
# @return [Google::Type::Date]
|
586
|
+
# Optional.
|
587
|
+
#
|
588
|
+
# The start date of the education.
|
589
|
+
# @!attribute [rw] end_date
|
590
|
+
# @return [Google::Type::Date]
|
591
|
+
# Optional.
|
592
|
+
#
|
593
|
+
# The end date of the education.
|
594
|
+
# @!attribute [rw] expected_graduation_date
|
595
|
+
# @return [Google::Type::Date]
|
596
|
+
# Optional.
|
597
|
+
#
|
598
|
+
# The expected graduation date if currently pursuing a degree.
|
599
|
+
# @!attribute [rw] school_name
|
600
|
+
# @return [String]
|
601
|
+
# Optional.
|
602
|
+
#
|
603
|
+
# The name of the school or institution.
|
604
|
+
#
|
605
|
+
# For example, "Stanford University", "UC Berkeley", etc.
|
606
|
+
#
|
607
|
+
# Number of characters allowed is 100.
|
608
|
+
# @!attribute [rw] address
|
609
|
+
# @return [Google::Cloud::Talent::V4beta1::Address]
|
610
|
+
# Optional.
|
611
|
+
#
|
612
|
+
# The physical address of the education institution.
|
613
|
+
# @!attribute [rw] degree_description
|
614
|
+
# @return [String]
|
615
|
+
# Optional.
|
616
|
+
#
|
617
|
+
# The full description of the degree.
|
618
|
+
#
|
619
|
+
# For example, "Master of Science in Computer Science", "B.S in Math".
|
620
|
+
#
|
621
|
+
# Number of characters allowed is 100.
|
622
|
+
# @!attribute [rw] structured_degree
|
623
|
+
# @return [Google::Cloud::Talent::V4beta1::Degree]
|
624
|
+
# Optional.
|
625
|
+
#
|
626
|
+
# The structured notation of the degree.
|
627
|
+
# @!attribute [rw] description
|
628
|
+
# @return [String]
|
629
|
+
# Optional.
|
630
|
+
#
|
631
|
+
# The description of the education.
|
632
|
+
#
|
633
|
+
# Number of characters allowed is 100,000.
|
634
|
+
# @!attribute [rw] is_current
|
635
|
+
# @return [Google::Protobuf::BoolValue]
|
636
|
+
# Optional.
|
637
|
+
#
|
638
|
+
# If this education is current.
|
639
|
+
# @!attribute [rw] school_name_snippet
|
640
|
+
# @return [String]
|
641
|
+
# Output only. The school name snippet shows how the
|
642
|
+
# {Google::Cloud::Talent::V4beta1::EducationRecord#school_name school_name} is
|
643
|
+
# related to a search query in search result. It's empty if the
|
644
|
+
# {Google::Cloud::Talent::V4beta1::EducationRecord#school_name school_name}
|
645
|
+
# isn't related to the search query.
|
646
|
+
# @!attribute [rw] degree_snippet
|
647
|
+
# @return [String]
|
648
|
+
# Output only. The job description snippet shows how the
|
649
|
+
# {Google::Cloud::Talent::V4beta1::Degree degree} is related to a search query
|
650
|
+
# in search result. It's empty if the
|
651
|
+
# {Google::Cloud::Talent::V4beta1::Degree degree} isn't related to the search
|
652
|
+
# query.
|
653
|
+
class EducationRecord; end
|
654
|
+
|
655
|
+
# Resource that represents a degree pursuing or acquired by a candidate.
|
656
|
+
# @!attribute [rw] degree_type
|
657
|
+
# @return [Google::Cloud::Talent::V4beta1::DegreeType]
|
658
|
+
# Optional.
|
659
|
+
#
|
660
|
+
# ISCED degree type.
|
661
|
+
# @!attribute [rw] degree_name
|
662
|
+
# @return [String]
|
663
|
+
# Optional.
|
664
|
+
#
|
665
|
+
# Full Degree name.
|
666
|
+
#
|
667
|
+
# For example, "B.S.", "Master of Arts", etc.
|
668
|
+
#
|
669
|
+
# Number of characters allowed is 100.
|
670
|
+
# @!attribute [rw] fields_of_study
|
671
|
+
# @return [Array<String>]
|
672
|
+
# Optional.
|
673
|
+
#
|
674
|
+
# Fields of study for the degree.
|
675
|
+
#
|
676
|
+
# For example, "Computer science", "engineering".
|
677
|
+
#
|
678
|
+
# Number of characters allowed is 100.
|
679
|
+
class Degree; end
|
680
|
+
|
681
|
+
# Resource that represents a skill of a candidate.
|
682
|
+
# @!attribute [rw] display_name
|
683
|
+
# @return [String]
|
684
|
+
# Optional.
|
685
|
+
#
|
686
|
+
# Skill display name.
|
687
|
+
#
|
688
|
+
# For example, "Java", "Python".
|
689
|
+
#
|
690
|
+
# Number of characters allowed is 100.
|
691
|
+
# @!attribute [rw] last_used_date
|
692
|
+
# @return [Google::Type::Date]
|
693
|
+
# Optional.
|
694
|
+
#
|
695
|
+
# The last time this skill was used.
|
696
|
+
# @!attribute [rw] level
|
697
|
+
# @return [Google::Cloud::Talent::V4beta1::Skill::SkillProficiencyLevel]
|
698
|
+
# Optional.
|
699
|
+
#
|
700
|
+
# Skill proficiency level which indicates how proficient the candidate is at
|
701
|
+
# this skill.
|
702
|
+
# @!attribute [rw] context
|
703
|
+
# @return [String]
|
704
|
+
# Optional.
|
705
|
+
#
|
706
|
+
# A paragraph describes context of this skill.
|
707
|
+
#
|
708
|
+
# Number of characters allowed is 100,000.
|
709
|
+
# @!attribute [rw] skill_name_snippet
|
710
|
+
# @return [String]
|
711
|
+
# Output only. Skill name snippet shows how the
|
712
|
+
# {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} is related
|
713
|
+
# to a search query. It's empty if the
|
714
|
+
# {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} isn't
|
715
|
+
# related to the search query.
|
716
|
+
class Skill
|
717
|
+
# Enum that represents the skill proficiency level.
|
718
|
+
module SkillProficiencyLevel
|
719
|
+
# Default value.
|
720
|
+
SKILL_PROFICIENCY_LEVEL_UNSPECIFIED = 0
|
721
|
+
|
722
|
+
# Have a common knowledge or an understanding of basic techniques and
|
723
|
+
# concepts.
|
724
|
+
FUNDAMENTAL_AWARENESS = 1
|
725
|
+
|
726
|
+
# Have the level of experience gained in a classroom and/or experimental
|
727
|
+
# scenarios or as a trainee on-the-job.
|
728
|
+
NOVICE = 2
|
729
|
+
|
730
|
+
# Be able to successfully complete tasks in this skill as requested. Help
|
731
|
+
# from an expert may be required from time to time, but can usually perform
|
732
|
+
# skill independently.
|
733
|
+
INTERMEDIATE = 3
|
734
|
+
|
735
|
+
# Can perform the actions associated with this skill without assistance.
|
736
|
+
ADVANCED = 4
|
737
|
+
|
738
|
+
# Known as an expert in this area.
|
739
|
+
EXPERT = 5
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
743
|
+
# Resource that represents an individual or collaborative activity participated
|
744
|
+
# in by a candidate, for example, an open-source project, a class assignment,
|
745
|
+
# etc.
|
746
|
+
# @!attribute [rw] display_name
|
747
|
+
# @return [String]
|
748
|
+
# Optional.
|
749
|
+
#
|
750
|
+
# Activity display name.
|
751
|
+
#
|
752
|
+
# Number of characters allowed is 100.
|
753
|
+
# @!attribute [rw] description
|
754
|
+
# @return [String]
|
755
|
+
# Optional.
|
756
|
+
#
|
757
|
+
# Activity description.
|
758
|
+
#
|
759
|
+
# Number of characters allowed is 100,000.
|
760
|
+
# @!attribute [rw] uri
|
761
|
+
# @return [String]
|
762
|
+
# Optional.
|
763
|
+
#
|
764
|
+
# Activity URI.
|
765
|
+
#
|
766
|
+
# Number of characters allowed is 4,000.
|
767
|
+
# @!attribute [rw] create_date
|
768
|
+
# @return [Google::Type::Date]
|
769
|
+
# Optional.
|
770
|
+
#
|
771
|
+
# The first creation date of the activity.
|
772
|
+
# @!attribute [rw] update_date
|
773
|
+
# @return [Google::Type::Date]
|
774
|
+
# Optional.
|
775
|
+
#
|
776
|
+
# The last update date of the activity.
|
777
|
+
# @!attribute [rw] team_members
|
778
|
+
# @return [Array<String>]
|
779
|
+
# Optional.
|
780
|
+
#
|
781
|
+
# A list of team members involved in this activity.
|
782
|
+
#
|
783
|
+
# Number of characters allowed is 100.
|
784
|
+
# @!attribute [rw] skills_used
|
785
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Skill>]
|
786
|
+
# Optional.
|
787
|
+
#
|
788
|
+
# A list of skills used in this activity.
|
789
|
+
# @!attribute [rw] activity_name_snippet
|
790
|
+
# @return [String]
|
791
|
+
# Output only. Activity name snippet shows how the
|
792
|
+
# {Google::Cloud::Talent::V4beta1::Activity#display_name display_name} is
|
793
|
+
# related to a search query. It's empty if the
|
794
|
+
# {Google::Cloud::Talent::V4beta1::Activity#display_name display_name} isn't
|
795
|
+
# related to the search query.
|
796
|
+
# @!attribute [rw] activity_description_snippet
|
797
|
+
# @return [String]
|
798
|
+
# Output only. Activity description snippet shows how the
|
799
|
+
# {Google::Cloud::Talent::V4beta1::Activity#description description} is related
|
800
|
+
# to a search query. It's empty if the
|
801
|
+
# {Google::Cloud::Talent::V4beta1::Activity#description description} isn't
|
802
|
+
# related to the search query.
|
803
|
+
# @!attribute [rw] skills_used_snippet
|
804
|
+
# @return [Array<String>]
|
805
|
+
# Output only. Skill used snippet shows how the corresponding
|
806
|
+
# {Google::Cloud::Talent::V4beta1::Activity#skills_used skills_used} are related
|
807
|
+
# to a search query. It's empty if the corresponding
|
808
|
+
# {Google::Cloud::Talent::V4beta1::Activity#skills_used skills_used} are not
|
809
|
+
# related to the search query.
|
810
|
+
class Activity; end
|
811
|
+
|
812
|
+
# Resource that represents a publication resource of a candidate.
|
813
|
+
# @!attribute [rw] authors
|
814
|
+
# @return [Array<String>]
|
815
|
+
# Optional.
|
816
|
+
#
|
817
|
+
# A list of author names.
|
818
|
+
#
|
819
|
+
# Number of characters allowed is 100.
|
820
|
+
# @!attribute [rw] title
|
821
|
+
# @return [String]
|
822
|
+
# Optional.
|
823
|
+
#
|
824
|
+
# The title of the publication.
|
825
|
+
#
|
826
|
+
# Number of characters allowed is 100.
|
827
|
+
# @!attribute [rw] description
|
828
|
+
# @return [String]
|
829
|
+
# Optional.
|
830
|
+
#
|
831
|
+
# The description of the publication.
|
832
|
+
#
|
833
|
+
# Number of characters allowed is 100,000.
|
834
|
+
# @!attribute [rw] journal
|
835
|
+
# @return [String]
|
836
|
+
# Optional.
|
837
|
+
#
|
838
|
+
# The journal name of the publication.
|
839
|
+
#
|
840
|
+
# Number of characters allowed is 100.
|
841
|
+
# @!attribute [rw] volume
|
842
|
+
# @return [String]
|
843
|
+
# Optional.
|
844
|
+
#
|
845
|
+
# Volume number.
|
846
|
+
#
|
847
|
+
# Number of characters allowed is 100.
|
848
|
+
# @!attribute [rw] publisher
|
849
|
+
# @return [String]
|
850
|
+
# Optional.
|
851
|
+
#
|
852
|
+
# The publisher of the journal.
|
853
|
+
#
|
854
|
+
# Number of characters allowed is 100.
|
855
|
+
# @!attribute [rw] publication_date
|
856
|
+
# @return [Google::Type::Date]
|
857
|
+
# Optional.
|
858
|
+
#
|
859
|
+
# The publication date.
|
860
|
+
# @!attribute [rw] publication_type
|
861
|
+
# @return [String]
|
862
|
+
# Optional.
|
863
|
+
#
|
864
|
+
# The publication type.
|
865
|
+
#
|
866
|
+
# Number of characters allowed is 100.
|
867
|
+
# @!attribute [rw] isbn
|
868
|
+
# @return [String]
|
869
|
+
# Optional.
|
870
|
+
#
|
871
|
+
# ISBN number.
|
872
|
+
#
|
873
|
+
# Number of characters allowed is 100.
|
874
|
+
class Publication; end
|
875
|
+
|
876
|
+
# Resource that represents the patent acquired by a candidate.
|
877
|
+
# @!attribute [rw] display_name
|
878
|
+
# @return [String]
|
879
|
+
# Optional.
|
880
|
+
#
|
881
|
+
# Name of the patent.
|
882
|
+
#
|
883
|
+
# Number of characters allowed is 100.
|
884
|
+
# @!attribute [rw] inventors
|
885
|
+
# @return [Array<String>]
|
886
|
+
# Optional.
|
887
|
+
#
|
888
|
+
# A list of inventors' names.
|
889
|
+
#
|
890
|
+
# Number of characters allowed for each is 100.
|
891
|
+
# @!attribute [rw] patent_status
|
892
|
+
# @return [String]
|
893
|
+
# Optional.
|
894
|
+
#
|
895
|
+
# The status of the patent.
|
896
|
+
#
|
897
|
+
# Number of characters allowed is 100.
|
898
|
+
# @!attribute [rw] patent_status_date
|
899
|
+
# @return [Google::Type::Date]
|
900
|
+
# Optional.
|
901
|
+
#
|
902
|
+
# The date the last time the status of the patent was checked.
|
903
|
+
# @!attribute [rw] patent_filing_date
|
904
|
+
# @return [Google::Type::Date]
|
905
|
+
# Optional.
|
906
|
+
#
|
907
|
+
# The date that the patent was filed.
|
908
|
+
# @!attribute [rw] patent_office
|
909
|
+
# @return [String]
|
910
|
+
# Optional.
|
911
|
+
#
|
912
|
+
# The name of the patent office.
|
913
|
+
#
|
914
|
+
# Number of characters allowed is 100.
|
915
|
+
# @!attribute [rw] patent_number
|
916
|
+
# @return [String]
|
917
|
+
# Optional.
|
918
|
+
#
|
919
|
+
# The number of the patent.
|
920
|
+
#
|
921
|
+
# Number of characters allowed is 100.
|
922
|
+
# @!attribute [rw] patent_description
|
923
|
+
# @return [String]
|
924
|
+
# Optional.
|
925
|
+
#
|
926
|
+
# The description of the patent.
|
927
|
+
#
|
928
|
+
# Number of characters allowed is 100,000.
|
929
|
+
# @!attribute [rw] skills_used
|
930
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Skill>]
|
931
|
+
# Optional.
|
932
|
+
#
|
933
|
+
# The skills used in this patent.
|
934
|
+
class Patent; end
|
935
|
+
|
936
|
+
# Resource that represents a job application record of a candidate.
|
937
|
+
# @!attribute [rw] job
|
938
|
+
# @return [Google::Cloud::Talent::V4beta1::Job]
|
939
|
+
# Optional.
|
940
|
+
#
|
941
|
+
# The information of job which the candidate applied for.
|
942
|
+
#
|
943
|
+
# If {Google::Cloud::Talent::V4beta1::Job#name Job#name} is provided, the
|
944
|
+
# corresponding {Google::Cloud::Talent::V4beta1::Job Job} must be created.
|
945
|
+
#
|
946
|
+
# Otherwise, only
|
947
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id Job#requisition_id},
|
948
|
+
# {Google::Cloud::Talent::V4beta1::Job#title Job#title},
|
949
|
+
# {Google::Cloud::Talent::V4beta1::Job#description Job#description} and
|
950
|
+
# {Google::Cloud::Talent::V4beta1::Job#addresses Job#addresses} provided here
|
951
|
+
# are persisted in the application. No {Google::Cloud::Talent::V4beta1::Job Job}
|
952
|
+
# entity is created in this case.
|
953
|
+
# @!attribute [rw] application_id
|
954
|
+
# @return [String]
|
955
|
+
# Optional.
|
956
|
+
#
|
957
|
+
# The job application id.
|
958
|
+
#
|
959
|
+
# Number of characters allowed is 100.
|
960
|
+
# @!attribute [rw] application_date
|
961
|
+
# @return [Google::Type::Date]
|
962
|
+
# Optional.
|
963
|
+
#
|
964
|
+
# The application date.
|
965
|
+
# @!attribute [rw] last_stage
|
966
|
+
# @return [String]
|
967
|
+
# Optional.
|
968
|
+
#
|
969
|
+
# The last stage the candidate reached in the application progress.
|
970
|
+
# For example, "new", "phone screen", "interview".
|
971
|
+
# @!attribute [rw] state
|
972
|
+
# @return [Google::Cloud::Talent::V4beta1::JobApplication::ApplicationStatus]
|
973
|
+
# Optional.
|
974
|
+
#
|
975
|
+
# The application state.
|
976
|
+
# @!attribute [rw] average_interview_score
|
977
|
+
# @return [Float]
|
978
|
+
# Optional.
|
979
|
+
#
|
980
|
+
# The average interview score.
|
981
|
+
# @!attribute [rw] interview_score_scale_id
|
982
|
+
# @return [String]
|
983
|
+
# Optional.
|
984
|
+
#
|
985
|
+
# The scale id of the interview score.
|
986
|
+
#
|
987
|
+
# Number of characters allowed is 100.
|
988
|
+
# @!attribute [rw] number_of_interviews
|
989
|
+
# @return [Integer]
|
990
|
+
# Optional.
|
991
|
+
#
|
992
|
+
# The number of interviews.
|
993
|
+
# @!attribute [rw] is_employee_referred
|
994
|
+
# @return [Google::Protobuf::BoolValue]
|
995
|
+
# Optional.
|
996
|
+
#
|
997
|
+
# If the candidate is referred by a employee.
|
998
|
+
# @!attribute [rw] update_time
|
999
|
+
# @return [Google::Protobuf::Timestamp]
|
1000
|
+
# Optional.
|
1001
|
+
#
|
1002
|
+
# The last update timestamp.
|
1003
|
+
# @!attribute [rw] outcome_reason
|
1004
|
+
# @return [String]
|
1005
|
+
# Optional.
|
1006
|
+
#
|
1007
|
+
# The outcome reason for the job application.
|
1008
|
+
#
|
1009
|
+
# Number of characters allowed is 100.
|
1010
|
+
# @!attribute [rw] outcome_positiveness
|
1011
|
+
# @return [Float]
|
1012
|
+
# Optional.
|
1013
|
+
#
|
1014
|
+
# Outcome positiveness shows how positive the outcome is.
|
1015
|
+
#
|
1016
|
+
# Currently only -1, 0 and 1 are accepted, where -1 means not positive, 0
|
1017
|
+
# means neutral and 1 means positive. An error is thrown if other value is
|
1018
|
+
# set.
|
1019
|
+
# @!attribute [rw] is_match
|
1020
|
+
# @return [Google::Protobuf::BoolValue]
|
1021
|
+
# Output only. Indicates whether this job application is a match to
|
1022
|
+
# application related filters. This value is only applicable in profile
|
1023
|
+
# search response.
|
1024
|
+
# @!attribute [rw] job_title_snippet
|
1025
|
+
# @return [String]
|
1026
|
+
# Output only. Job title snippet shows how the job title is related to a
|
1027
|
+
# search query. It's empty if the job title isn't related to the search
|
1028
|
+
# query.
|
1029
|
+
class JobApplication
|
1030
|
+
# Enum that represents the application status.
|
1031
|
+
module ApplicationStatus
|
1032
|
+
# Default value.
|
1033
|
+
APPLICATION_STATUS_UNSPECIFIED = 0
|
1034
|
+
|
1035
|
+
# The offer is extended.
|
1036
|
+
OFFER_EXTENDED = 1
|
1037
|
+
|
1038
|
+
# The offer is rejected by candidate.
|
1039
|
+
REJECTED_BY_CANDIDATE = 2
|
1040
|
+
|
1041
|
+
# The application is active.
|
1042
|
+
ACTIVE = 3
|
1043
|
+
|
1044
|
+
# The candidate is rejected by employer.
|
1045
|
+
REJECTED_BY_EMPLOYER = 4
|
1046
|
+
|
1047
|
+
# The candidate is hired and hasn't started the new job.
|
1048
|
+
HIRED_PENDING_DATE = 5
|
1049
|
+
|
1050
|
+
# The candidate is hired started.
|
1051
|
+
HIRED_STARTED = 6
|
1052
|
+
|
1053
|
+
# The candidate is a prospect candidate.
|
1054
|
+
PROSPECTED = 7
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
# Resource that represents a license or certification.
|
1059
|
+
# @!attribute [rw] display_name
|
1060
|
+
# @return [String]
|
1061
|
+
# Optional.
|
1062
|
+
#
|
1063
|
+
# Name of license or certification.
|
1064
|
+
#
|
1065
|
+
# Number of characters allowed is 100.
|
1066
|
+
# @!attribute [rw] acquire_date
|
1067
|
+
# @return [Google::Type::Date]
|
1068
|
+
# Optional.
|
1069
|
+
#
|
1070
|
+
# Acquirement date or effective date of license or certification.
|
1071
|
+
# @!attribute [rw] expire_date
|
1072
|
+
# @return [Google::Type::Date]
|
1073
|
+
# Optional.
|
1074
|
+
#
|
1075
|
+
# Expiration date of license of certification.
|
1076
|
+
# @!attribute [rw] authority
|
1077
|
+
# @return [String]
|
1078
|
+
# Optional.
|
1079
|
+
#
|
1080
|
+
# Authority of license, such as government.
|
1081
|
+
#
|
1082
|
+
# Number of characters allowed is 100.
|
1083
|
+
# @!attribute [rw] description
|
1084
|
+
# @return [String]
|
1085
|
+
# Optional.
|
1086
|
+
#
|
1087
|
+
# Description of license or certification.
|
1088
|
+
#
|
1089
|
+
# Number of characters allowed is 100,000.
|
1090
|
+
class Certification; end
|
1091
|
+
|
1092
|
+
# RecruitingNote represents a note/comment regarding the recruiting for a
|
1093
|
+
# candidate. For example, "This candidate is a potential match for a frontend
|
1094
|
+
# engineer at SF".
|
1095
|
+
# @!attribute [rw] note
|
1096
|
+
# @return [String]
|
1097
|
+
# Optional.
|
1098
|
+
#
|
1099
|
+
# The content of note.
|
1100
|
+
#
|
1101
|
+
# Number of characters allowed is 4,000.
|
1102
|
+
# @!attribute [rw] commenter
|
1103
|
+
# @return [String]
|
1104
|
+
# Optional.
|
1105
|
+
#
|
1106
|
+
# The person who wrote the notes.
|
1107
|
+
#
|
1108
|
+
# Number of characters allowed is 100.
|
1109
|
+
# @!attribute [rw] create_date
|
1110
|
+
# @return [Google::Type::Date]
|
1111
|
+
# Optional.
|
1112
|
+
#
|
1113
|
+
# The create date of the note.
|
1114
|
+
# @!attribute [rw] type
|
1115
|
+
# @return [String]
|
1116
|
+
# Optional.
|
1117
|
+
#
|
1118
|
+
# The note type.
|
1119
|
+
#
|
1120
|
+
# Number of characters allowed is 100.
|
1121
|
+
class RecruitingNote; end
|
1122
|
+
end
|
1123
|
+
end
|
1124
|
+
end
|
1125
|
+
end
|