google-cloud-talent 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/talent.rb +28 -0
  3. data/lib/google/cloud/talent/v4beta1.rb +57 -0
  4. data/lib/google/cloud/talent/v4beta1/application_pb.rb +1 -2
  5. data/lib/google/cloud/talent/v4beta1/application_service_client.rb +26 -24
  6. data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +1 -0
  7. data/lib/google/cloud/talent/v4beta1/batch_pb.rb +30 -0
  8. data/lib/google/cloud/talent/v4beta1/common_pb.rb +1 -0
  9. data/lib/google/cloud/talent/v4beta1/company_pb.rb +1 -1
  10. data/lib/google/cloud/talent/v4beta1/company_service_client.rb +28 -29
  11. data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +1 -0
  12. data/lib/google/cloud/talent/v4beta1/completion_client.rb +36 -32
  13. data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +1 -0
  14. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application.rb +14 -33
  15. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb +18 -27
  16. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb +144 -135
  17. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb +19 -36
  18. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb +20 -32
  19. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb +30 -32
  20. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb +121 -41
  21. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb +3 -7
  22. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb +239 -281
  23. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb +9 -3
  24. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb +129 -142
  25. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb +280 -215
  26. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb +198 -338
  27. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb +128 -108
  28. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant.rb +11 -13
  29. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb +16 -27
  30. data/lib/google/cloud/talent/v4beta1/doc/google/longrunning/operations.rb +51 -0
  31. data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/any.rb +131 -0
  32. data/lib/google/cloud/talent/v4beta1/doc/google/rpc/status.rb +87 -0
  33. data/lib/google/cloud/talent/v4beta1/doc/google/type/postal_address.rb +1 -1
  34. data/lib/google/cloud/talent/v4beta1/event_pb.rb +1 -1
  35. data/lib/google/cloud/talent/v4beta1/event_service_client.rb +13 -10
  36. data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +1 -0
  37. data/lib/google/cloud/talent/v4beta1/filters_pb.rb +6 -1
  38. data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +1 -1
  39. data/lib/google/cloud/talent/v4beta1/job_pb.rb +1 -1
  40. data/lib/google/cloud/talent/v4beta1/job_service_client.rb +528 -301
  41. data/lib/google/cloud/talent/v4beta1/job_service_client_config.json +10 -0
  42. data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +13 -0
  43. data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +16 -8
  44. data/lib/google/cloud/talent/v4beta1/profile_service_client.rb +118 -91
  45. data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +3 -0
  46. data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +3 -1
  47. data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +1 -1
  48. data/lib/google/cloud/talent/v4beta1/tenant_service_client.rb +24 -24
  49. data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +1 -0
  50. data/lib/google/cloud/talent/version.rb +22 -0
  51. metadata +8 -9
  52. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb +0 -98
  53. data/lib/google/cloud/talent/v4beta1/resume_service_client.rb +0 -296
  54. data/lib/google/cloud/talent/v4beta1/resume_service_client_config.json +0 -31
  55. data/lib/google/cloud/talent/v4beta1/resume_service_pb.rb +0 -37
  56. data/lib/google/cloud/talent/v4beta1/resume_service_services_pb.rb +0 -75
@@ -18,8 +18,7 @@ module Google
18
18
  module Talent
19
19
  module V4beta1
20
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 {Google::Cloud::Talent::V4beta1::Company Company}, which is
22
- # the company/organization that owns the profile.
21
+ # as a "single-source profile").
23
22
  # @!attribute [rw] name
24
23
  # @return [String]
25
24
  # Required during profile update.
@@ -31,16 +30,12 @@ module Google
31
30
  # for example, "projects/api-test-project/tenants/foo/profiles/bar".
32
31
  # @!attribute [rw] external_id
33
32
  # @return [String]
34
- # Optional.
35
- #
36
- # Profile's id in client system if available.
33
+ # Optional. Profile's id in client system if available.
37
34
  #
38
35
  # The maximum number of bytes allowed is 100.
39
36
  # @!attribute [rw] source
40
37
  # @return [String]
41
- # Optional.
42
- #
43
- # The source description indicating where the profile is acquired.
38
+ # Optional. The source description indicating where the profile is acquired.
44
39
  #
45
40
  # For example, if a candidate profile is acquired from a resume, the user can
46
41
  # input "resume" here to indicate the source.
@@ -48,137 +43,110 @@ module Google
48
43
  # The maximum number of bytes allowed is 100.
49
44
  # @!attribute [rw] uri
50
45
  # @return [String]
51
- # Optional.
52
- #
53
- # The URI set by clients that links to this profile's client-side copy.
46
+ # Optional. The URI set by clients that links to this profile's client-side
47
+ # copy.
54
48
  #
55
49
  # The maximum number of bytes allowed is 4000.
56
50
  # @!attribute [rw] group_id
57
51
  # @return [String]
58
- # Optional.
59
- #
60
- # The cluster id of the profile to associate with other profile(s) for the
61
- # same candidate.
52
+ # Optional. The cluster id of the profile to associate with other profile(s)
53
+ # for the same candidate.
62
54
  #
63
55
  # This field should be generated by the customer. If a value is not provided,
64
- # a random UUI is assigned to this field of the profile.
56
+ # a random UUID is assigned to this field of the profile.
65
57
  #
66
58
  # This is used to link multiple profiles to the same candidate. For example,
67
59
  # a client has a candidate with two profiles, where one was created recently
68
60
  # and the other one was created 5 years ago. These two profiles may be very
69
61
  # different. The clients can create the first profile and get a generated
70
- # {Google::Cloud::Talent::V4beta1::Profile#group_id group_id}, and assign it when the second profile is created,
71
- # indicating these two profiles are referring to the same candidate.
62
+ # {Google::Cloud::Talent::V4beta1::Profile#group_id group_id}, and assign it
63
+ # when the second profile is created, indicating these two profiles are
64
+ # referring to the same candidate.
72
65
  # @!attribute [rw] is_hirable
73
66
  # @return [Google::Protobuf::BoolValue]
74
- # Optional.
75
- #
76
- # Indicates the hirable status of the candidate.
67
+ # Optional. Indicates the hirable status of the candidate.
77
68
  # @!attribute [rw] create_time
78
69
  # @return [Google::Protobuf::Timestamp]
79
- # Optional.
80
- #
81
- # The timestamp when the profile was first created at this source.
70
+ # Optional. The timestamp when the profile was first created at this source.
82
71
  # @!attribute [rw] update_time
83
72
  # @return [Google::Protobuf::Timestamp]
84
- # Optional.
85
- #
86
- # The timestamp when the profile was last updated at this source.
73
+ # Optional. The timestamp when the profile was last updated at this source.
87
74
  # @!attribute [rw] resume
88
75
  # @return [Google::Cloud::Talent::V4beta1::Resume]
89
- # Optional.
90
- #
91
- # The resume representing this profile.
76
+ # Optional. The resume representing this profile.
92
77
  # @!attribute [rw] person_names
93
78
  # @return [Array<Google::Cloud::Talent::V4beta1::PersonName>]
94
- # Optional.
95
- #
96
- # The names of the candidate this profile references.
79
+ # Optional. The names of the candidate this profile references.
97
80
  #
98
81
  # Currently only one person name is supported.
99
82
  # @!attribute [rw] addresses
100
83
  # @return [Array<Google::Cloud::Talent::V4beta1::Address>]
101
- # Optional.
102
- #
103
- # The candidate's postal addresses.
84
+ # Optional. The candidate's postal addresses.
104
85
  # @!attribute [rw] email_addresses
105
86
  # @return [Array<Google::Cloud::Talent::V4beta1::Email>]
106
- # Optional.
107
- #
108
- # The candidate's email addresses.
87
+ # Optional. The candidate's email addresses.
109
88
  # @!attribute [rw] phone_numbers
110
89
  # @return [Array<Google::Cloud::Talent::V4beta1::Phone>]
111
- # Optional.
112
- #
113
- # The candidate's phone number(s).
90
+ # Optional. The candidate's phone number(s).
114
91
  # @!attribute [rw] personal_uris
115
92
  # @return [Array<Google::Cloud::Talent::V4beta1::PersonalUri>]
116
- # Optional.
117
- #
118
- # The candidate's personal URIs.
93
+ # Optional. The candidate's personal URIs.
119
94
  # @!attribute [rw] additional_contact_info
120
95
  # @return [Array<Google::Cloud::Talent::V4beta1::AdditionalContactInfo>]
121
- # Optional.
122
- #
123
- # Available contact information besides {Google::Cloud::Talent::V4beta1::Profile#addresses addresses}, {Google::Cloud::Talent::V4beta1::Profile#email_addresses email_addresses},
124
- # {Google::Cloud::Talent::V4beta1::Profile#phone_numbers phone_numbers} and {Google::Cloud::Talent::V4beta1::Profile#personal_uris personal_uris}. For example, Hang-out, Skype.
96
+ # Optional. Available contact information besides
97
+ # {Google::Cloud::Talent::V4beta1::Profile#addresses addresses},
98
+ # {Google::Cloud::Talent::V4beta1::Profile#email_addresses email_addresses},
99
+ # {Google::Cloud::Talent::V4beta1::Profile#phone_numbers phone_numbers} and
100
+ # {Google::Cloud::Talent::V4beta1::Profile#personal_uris personal_uris}. For
101
+ # example, Hang-out, Skype.
125
102
  # @!attribute [rw] employment_records
126
103
  # @return [Array<Google::Cloud::Talent::V4beta1::EmploymentRecord>]
127
- # Optional.
128
- #
129
- # The employment history records of the candidate. It's highly recommended
130
- # to input this information as accurately as possible to help improve search
131
- # quality. Here are some recommendations:
104
+ # Optional. The employment history records of the candidate. It's highly
105
+ # recommended to input this information as accurately as possible to help
106
+ # improve search quality. Here are some recommendations:
132
107
  #
133
108
  # * Specify the start and end dates of the employment records.
134
109
  # * List different employment types separately, no matter how minor the
135
110
  # change is.
136
111
  # For example, only job title is changed from "software engineer" to "senior
137
112
  # software engineer".
138
- # * Provide {Google::Cloud::Talent::V4beta1::EmploymentRecord#is_current EmploymentRecord#is_current} for the current employment if
139
- # possible. If not, it's inferred from user inputs.
113
+ # * Provide
114
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#is_current EmploymentRecord#is_current}
115
+ # for the current employment if possible. If not, it's inferred from user
116
+ # inputs.
140
117
  # @!attribute [rw] education_records
141
118
  # @return [Array<Google::Cloud::Talent::V4beta1::EducationRecord>]
142
- # Optional.
143
- #
144
- # The education history record of the candidate. It's highly recommended to
145
- # input this information as accurately as possible to help improve search
146
- # quality. Here are some recommendations:
119
+ # Optional. The education history record of the candidate. It's highly
120
+ # recommended to input this information as accurately as possible to help
121
+ # improve search quality. Here are some recommendations:
147
122
  #
148
123
  # * Specify the start and end dates of the education records.
149
124
  # * List each education type separately, no matter how minor the change is.
150
125
  # For example, the profile contains the education experience from the same
151
126
  # school but different degrees.
152
- # * Provide {Google::Cloud::Talent::V4beta1::EducationRecord#is_current EducationRecord#is_current} for the current education if
153
- # possible. If not, it's inferred from user inputs.
127
+ # * Provide
128
+ # {Google::Cloud::Talent::V4beta1::EducationRecord#is_current EducationRecord#is_current}
129
+ # for the current education if possible. If not, it's inferred from user
130
+ # inputs.
154
131
  # @!attribute [rw] skills
155
132
  # @return [Array<Google::Cloud::Talent::V4beta1::Skill>]
156
- # Optional.
157
- #
158
- # The skill set of the candidate. It's highly recommended to provide as
159
- # much information as possible to help improve the search quality.
133
+ # Optional. The skill set of the candidate. It's highly recommended to
134
+ # provide as much information as possible to help improve the search quality.
160
135
  # @!attribute [rw] activities
161
136
  # @return [Array<Google::Cloud::Talent::V4beta1::Activity>]
162
- # Optional.
163
- #
164
- # The individual or collaborative activities which the candidate has
165
- # participated in, for example, open-source projects, class assignments that
166
- # aren't listed in {Google::Cloud::Talent::V4beta1::Profile#employment_records employment_records}.
137
+ # Optional. The individual or collaborative activities which the candidate
138
+ # has participated in, for example, open-source projects, class assignments
139
+ # that aren't listed in
140
+ # {Google::Cloud::Talent::V4beta1::Profile#employment_records employment_records}.
167
141
  # @!attribute [rw] publications
168
142
  # @return [Array<Google::Cloud::Talent::V4beta1::Publication>]
169
- # Optional.
170
- #
171
- # The publications published by the candidate.
143
+ # Optional. The publications published by the candidate.
172
144
  # @!attribute [rw] patents
173
145
  # @return [Array<Google::Cloud::Talent::V4beta1::Patent>]
174
- # Optional.
175
- #
176
- # The patents acquired by the candidate.
146
+ # Optional. The patents acquired by the candidate.
177
147
  # @!attribute [rw] certifications
178
148
  # @return [Array<Google::Cloud::Talent::V4beta1::Certification>]
179
- # Optional.
180
- #
181
- # The certifications acquired by the candidate.
149
+ # Optional. The certifications acquired by the candidate.
182
150
  # @!attribute [rw] applications
183
151
  # @return [Array<String>]
184
152
  # Output only. The resource names of the candidate's applications.
@@ -187,11 +155,10 @@ module Google
187
155
  # Output only. The resource names of the candidate's assignments.
188
156
  # @!attribute [rw] custom_attributes
189
157
  # @return [Hash{String => Google::Cloud::Talent::V4beta1::CustomAttribute}]
190
- # Optional.
191
- #
192
- # A map of fields to hold both filterable and non-filterable custom profile
193
- # attributes that aren't covered by the provided structured fields. See
194
- # {Google::Cloud::Talent::V4beta1::CustomAttribute CustomAttribute} for more details.
158
+ # Optional. A map of fields to hold both filterable and non-filterable custom
159
+ # profile attributes that aren't covered by the provided structured fields.
160
+ # See {Google::Cloud::Talent::V4beta1::CustomAttribute CustomAttribute} for more
161
+ # details.
195
162
  #
196
163
  # At most 100 filterable and at most 100 unfilterable keys are supported. If
197
164
  # limit is exceeded, an error is thrown. Custom attributes are `unfilterable`
@@ -209,32 +176,37 @@ module Google
209
176
  # The maximum total byte size is 10KB.
210
177
  # @!attribute [rw] processed
211
178
  # @return [true, false]
212
- # Output only. Indicates if the profile is fully processed and searchable.
179
+ # Output only. Indicates if a summarized profile was created as part of the
180
+ # profile creation API call. This flag does not indicate whether a profile is
181
+ # searchable or not.
213
182
  # @!attribute [rw] keyword_snippet
214
183
  # @return [String]
215
184
  # Output only. Keyword snippet shows how the search result is related to a
216
- # search query. This is only returned in {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse}.
185
+ # search query. This is only returned in
186
+ # {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse}.
217
187
  class Profile; end
218
188
 
219
189
  # Resource that represents a resume.
220
190
  # @!attribute [rw] structured_resume
221
191
  # @return [String]
222
- # Optional.
223
- #
224
- # Users can create a profile with only this field field, if {Google::Cloud::Talent::V4beta1::Resume#resume_type resume_type}
225
- # is {HRXML}. For example, the API parses this field and creates a profile
226
- # with all structured fields populated, for example. {Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord},
227
- # {Google::Cloud::Talent::V4beta1::EducationRecord EducationRecord}, and so on. An error is thrown if this field cannot be
228
- # parsed.
192
+ # Optional. Users can create a profile with only this field field, if
193
+ # {Google::Cloud::Talent::V4beta1::Resume#resume_type resume_type} is
194
+ # {Google::Cloud::Talent::V4beta1::Resume::ResumeType::HRXML HRXML}. For example,
195
+ # the API parses this field and creates a profile with all structured fields
196
+ # populated, for example.
197
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord},
198
+ # {Google::Cloud::Talent::V4beta1::EducationRecord EducationRecord}, and so on.
199
+ # An error is thrown if this field cannot be parsed.
229
200
  #
230
201
  # If this field is provided during profile creation or update,
231
202
  # any other structured data provided in the profile is ignored. The
232
- # API populates these fields by parsing this field.
203
+ # API populates these fields by parsing this field. Note that the use of the
204
+ # functionality offered by this field to extract data from resumes is an
205
+ # Alpha feature and as such is not covered by any SLA.
233
206
  # @!attribute [rw] resume_type
234
207
  # @return [Google::Cloud::Talent::V4beta1::Resume::ResumeType]
235
- # Optional.
236
- #
237
- # The format of {Google::Cloud::Talent::V4beta1::Resume#structured_resume structured_resume}.
208
+ # Optional. The format of
209
+ # {Google::Cloud::Talent::V4beta1::Resume#structured_resume structured_resume}.
238
210
  class Resume
239
211
  # The format of a structured resume.
240
212
  module ResumeType
@@ -254,22 +226,18 @@ module Google
254
226
  # Resource that represents the name of a person.
255
227
  # @!attribute [rw] formatted_name
256
228
  # @return [String]
257
- # Optional.
258
- #
259
- # A string represents a person's full name. For example, "Dr. John Smith".
229
+ # Optional. A string represents a person's full name. For example, "Dr.
230
+ # John Smith".
260
231
  #
261
232
  # Number of characters allowed is 100.
262
233
  # @!attribute [rw] structured_name
263
234
  # @return [Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName]
264
- # Optional.
265
- #
266
- # A person's name in a structured way (last name, first name, suffix, and
267
- # so on.)
235
+ # Optional. A person's name in a structured way (last name, first name,
236
+ # suffix, and so on.)
268
237
  # @!attribute [rw] preferred_name
269
238
  # @return [String]
270
- # Optional.
271
- #
272
- # Preferred name for the person. This field is ignored if {Google::Cloud::Talent::V4beta1::PersonName#structured_name structured_name}
239
+ # Optional. Preferred name for the person. This field is ignored if
240
+ # {Google::Cloud::Talent::V4beta1::PersonName#structured_name structured_name}
273
241
  # is provided.
274
242
  #
275
243
  # Number of characters allowed is 100.
@@ -277,50 +245,44 @@ module Google
277
245
  # Resource that represents a person's structured name.
278
246
  # @!attribute [rw] given_name
279
247
  # @return [String]
280
- # Optional.
281
- #
282
- # Given/first name.
248
+ # Optional. Given/first name.
283
249
  #
284
- # It's derived from {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name} if not provided.
250
+ # It's derived from
251
+ # {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name}
252
+ # if not provided.
285
253
  #
286
254
  # Number of characters allowed is 100.
287
255
  # @!attribute [rw] preferred_name
288
256
  # @return [String]
289
- # Optional.
290
- #
291
- # Preferred given/first name or nickname.
257
+ # Optional. Preferred given/first name or nickname.
292
258
  #
293
259
  # Number of characters allowed is 100.
294
260
  # @!attribute [rw] middle_initial
295
261
  # @return [String]
296
- # Optional.
297
- #
298
- # Middle initial.
262
+ # Optional. Middle initial.
299
263
  #
300
- # It's derived from {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name} if not provided.
264
+ # It's derived from
265
+ # {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name}
266
+ # if not provided.
301
267
  #
302
268
  # Number of characters allowed is 20.
303
269
  # @!attribute [rw] family_name
304
270
  # @return [String]
305
- # Optional.
271
+ # Optional. Family/last name.
306
272
  #
307
- # Family/last name.
308
- #
309
- # It's derived from {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name} if not provided.
273
+ # It's derived from
274
+ # {Google::Cloud::Talent::V4beta1::PersonName#formatted_name formatted_name}
275
+ # if not provided.
310
276
  #
311
277
  # Number of characters allowed is 100.
312
278
  # @!attribute [rw] suffixes
313
279
  # @return [Array<String>]
314
- # Optional.
315
- #
316
- # Suffixes.
280
+ # Optional. Suffixes.
317
281
  #
318
282
  # Number of characters allowed is 20.
319
283
  # @!attribute [rw] prefixes
320
284
  # @return [Array<String>]
321
- # Optional.
322
- #
323
- # Prefixes.
285
+ # Optional. Prefixes.
324
286
  #
325
287
  # Number of characters allowed is 20.
326
288
  class PersonStructuredName; end
@@ -329,14 +291,10 @@ module Google
329
291
  # Resource that represents a address.
330
292
  # @!attribute [rw] usage
331
293
  # @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
332
- # Optional.
333
- #
334
- # The usage of the address. For example, SCHOOL, WORK, PERSONAL.
294
+ # Optional. The usage of the address. For example, SCHOOL, WORK, PERSONAL.
335
295
  # @!attribute [rw] unstructured_address
336
296
  # @return [String]
337
- # Optional.
338
- #
339
- # Unstructured address.
297
+ # Optional. Unstructured address.
340
298
  #
341
299
  # For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043",
342
300
  # "Sunnyvale, California".
@@ -344,28 +302,21 @@ module Google
344
302
  # Number of characters allowed is 100.
345
303
  # @!attribute [rw] structured_address
346
304
  # @return [Google::Type::PostalAddress]
347
- # Optional.
348
- #
349
- # Structured address that contains street address, city, state, country,
350
- # and so on.
305
+ # Optional. Structured address that contains street address, city, state,
306
+ # country, and so on.
351
307
  # @!attribute [rw] current
352
308
  # @return [Google::Protobuf::BoolValue]
353
- # Optional.
354
- #
355
- # Indicates if it's the person's current address.
309
+ # Optional. Indicates if it's the person's current address.
356
310
  class Address; end
357
311
 
358
312
  # Resource that represents a person's email address.
359
313
  # @!attribute [rw] usage
360
314
  # @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
361
- # Optional.
362
- #
363
- # The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
315
+ # Optional. The usage of the email address. For example, SCHOOL, WORK,
316
+ # PERSONAL.
364
317
  # @!attribute [rw] email_address
365
318
  # @return [String]
366
- # Optional.
367
- #
368
- # Email address.
319
+ # Optional. Email address.
369
320
  #
370
321
  # Number of characters allowed is 4,000.
371
322
  class Email; end
@@ -373,19 +324,13 @@ module Google
373
324
  # Resource that represents a person's telephone number.
374
325
  # @!attribute [rw] usage
375
326
  # @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
376
- # Optional.
377
- #
378
- # The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
327
+ # Optional. The usage of the phone. For example, SCHOOL, WORK, PERSONAL.
379
328
  # @!attribute [rw] type
380
329
  # @return [Google::Cloud::Talent::V4beta1::Phone::PhoneType]
381
- # Optional.
382
- #
383
- # The phone type. For example, LANDLINE, MOBILE, FAX.
330
+ # Optional. The phone type. For example, LANDLINE, MOBILE, FAX.
384
331
  # @!attribute [rw] number
385
332
  # @return [String]
386
- # Optional.
387
- #
388
- # Phone number.
333
+ # Optional. Phone number.
389
334
  #
390
335
  # Any phone formats are supported and only exact matches are performed on
391
336
  # searches. For example, if a phone number in profile is provided in the
@@ -395,9 +340,8 @@ module Google
395
340
  # Number of characters allowed is 20.
396
341
  # @!attribute [rw] when_available
397
342
  # @return [String]
398
- # Optional.
399
- #
400
- # When this number is available. Any descriptive string is expected.
343
+ # Optional. When this number is available. Any descriptive string is
344
+ # expected.
401
345
  #
402
346
  # Number of characters allowed is 100.
403
347
  class Phone
@@ -427,9 +371,10 @@ module Google
427
371
  # A virtual telephone number is a number that can be routed to another
428
372
  # number and managed by the user via Web, SMS, IVR, and so on. It is
429
373
  # associated with a particular person, and may be routed to either a MOBILE
430
- # or LANDLINE number. The phone usage (see ContactInfoUsage above) should
431
- # be set to PERSONAL for these phone types. Some more information can be
432
- # found here: http://en.wikipedia.org/wiki/Personal_Numbers
374
+ # or LANDLINE number. The [phone
375
+ # usage][google.cloud.talent.v4beta1.ContactInfoUsage] should be set to
376
+ # PERSONAL for these phone types. Some more information can be found here:
377
+ # http://en.wikipedia.org/wiki/Personal_Numbers
433
378
  VIRTUAL = 7
434
379
 
435
380
  # Voice over IP numbers. This includes TSoIP (Telephony Service over IP).
@@ -444,9 +389,7 @@ module Google
444
389
  # Resource that represents a valid URI for a personal use.
445
390
  # @!attribute [rw] uri
446
391
  # @return [String]
447
- # Optional.
448
- #
449
- # The personal URI.
392
+ # Optional. The personal URI.
450
393
  #
451
394
  # Number of characters allowed is 4,000.
452
395
  class PersonalUri; end
@@ -455,23 +398,18 @@ module Google
455
398
  # URI and addresses.
456
399
  # @!attribute [rw] usage
457
400
  # @return [Google::Cloud::Talent::V4beta1::ContactInfoUsage]
458
- # Optional.
459
- #
460
- # The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
401
+ # Optional. The usage of this contact method. For example, SCHOOL, WORK,
402
+ # PERSONAL.
461
403
  # @!attribute [rw] name
462
404
  # @return [String]
463
- # Optional.
464
- #
465
- # The name of the contact method.
405
+ # Optional. The name of the contact method.
466
406
  #
467
407
  # For example, "hangout", "skype".
468
408
  #
469
409
  # Number of characters allowed is 100.
470
410
  # @!attribute [rw] contact_id
471
411
  # @return [String]
472
- # Optional.
473
- #
474
- # The contact id.
412
+ # Optional. The contact id.
475
413
  #
476
414
  # Number of characters allowed is 100.
477
415
  class AdditionalContactInfo; end
@@ -479,173 +417,139 @@ module Google
479
417
  # Resource that represents an employment record of a candidate.
480
418
  # @!attribute [rw] start_date
481
419
  # @return [Google::Type::Date]
482
- # Optional.
483
- #
484
- # Start date of the employment.
420
+ # Optional. Start date of the employment.
485
421
  # @!attribute [rw] end_date
486
422
  # @return [Google::Type::Date]
487
- # Optional.
488
- #
489
- # End date of the employment.
423
+ # Optional. End date of the employment.
490
424
  # @!attribute [rw] employer_name
491
425
  # @return [String]
492
- # Optional.
493
- #
494
- # The name of the employer company/organization.
426
+ # Optional. The name of the employer company/organization.
495
427
  #
496
428
  # For example, "Google", "Alphabet", and so on.
497
429
  #
498
430
  # Number of characters allowed is 100.
499
431
  # @!attribute [rw] division_name
500
432
  # @return [String]
501
- # Optional.
502
- #
503
- # The division name of the employment.
433
+ # Optional. The division name of the employment.
504
434
  #
505
435
  # For example, division, department, client, and so on.
506
436
  #
507
437
  # Number of characters allowed is 100.
508
438
  # @!attribute [rw] address
509
439
  # @return [Google::Cloud::Talent::V4beta1::Address]
510
- # Optional.
511
- #
512
- # The physical address of the employer.
440
+ # Optional. The physical address of the employer.
513
441
  # @!attribute [rw] job_title
514
442
  # @return [String]
515
- # Optional.
516
- #
517
- # The job title of the employment.
443
+ # Optional. The job title of the employment.
518
444
  #
519
445
  # For example, "Software Engineer", "Data Scientist", and so on.
520
446
  #
521
447
  # Number of characters allowed is 100.
522
448
  # @!attribute [rw] job_description
523
449
  # @return [String]
524
- # Optional.
525
- #
526
- # The description of job content.
450
+ # Optional. The description of job content.
527
451
  #
528
452
  # Number of characters allowed is 100,000.
529
453
  # @!attribute [rw] is_supervisor
530
454
  # @return [Google::Protobuf::BoolValue]
531
- # Optional.
532
- #
533
- # If the jobs is a supervisor position.
455
+ # Optional. If the jobs is a supervisor position.
534
456
  # @!attribute [rw] is_self_employed
535
457
  # @return [Google::Protobuf::BoolValue]
536
- # Optional.
537
- #
538
- # If this employment is self-employed.
458
+ # Optional. If this employment is self-employed.
539
459
  # @!attribute [rw] is_current
540
460
  # @return [Google::Protobuf::BoolValue]
541
- # Optional.
542
- #
543
- # If this employment is current.
461
+ # Optional. If this employment is current.
544
462
  # @!attribute [rw] job_title_snippet
545
463
  # @return [String]
546
- # Output only. The job title snippet shows how the {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_title job_title} is related
547
- # to a search query. It's empty if the {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_title job_title} isn't related to the
548
- # search query.
464
+ # Output only. The job title snippet shows how the
465
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_title job_title} is
466
+ # related to a search query. It's empty if the
467
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_title job_title} isn't
468
+ # related to the search query.
549
469
  # @!attribute [rw] job_description_snippet
550
470
  # @return [String]
551
- # Output only. The job description snippet shows how the {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_description job_description}
552
- # is related to a search query. It's empty if the {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_description job_description} isn't
553
- # related to the search query.
471
+ # Output only. The job description snippet shows how the
472
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_description job_description}
473
+ # is related to a search query. It's empty if the
474
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#job_description job_description}
475
+ # isn't related to the search query.
554
476
  # @!attribute [rw] employer_name_snippet
555
477
  # @return [String]
556
- # Output only. The employer name snippet shows how the {Google::Cloud::Talent::V4beta1::EmploymentRecord#employer_name employer_name} is
557
- # related to a search query. It's empty if the {Google::Cloud::Talent::V4beta1::EmploymentRecord#employer_name employer_name} isn't
558
- # related to the search query.
478
+ # Output only. The employer name snippet shows how the
479
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#employer_name employer_name}
480
+ # is related to a search query. It's empty if the
481
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord#employer_name employer_name}
482
+ # isn't related to the search query.
559
483
  class EmploymentRecord; end
560
484
 
561
485
  # Resource that represents an education record of a candidate.
562
486
  # @!attribute [rw] start_date
563
487
  # @return [Google::Type::Date]
564
- # Optional.
565
- #
566
- # The start date of the education.
488
+ # Optional. The start date of the education.
567
489
  # @!attribute [rw] end_date
568
490
  # @return [Google::Type::Date]
569
- # Optional.
570
- #
571
- # The end date of the education.
491
+ # Optional. The end date of the education.
572
492
  # @!attribute [rw] expected_graduation_date
573
493
  # @return [Google::Type::Date]
574
- # Optional.
575
- #
576
- # The expected graduation date if currently pursuing a degree.
494
+ # Optional. The expected graduation date if currently pursuing a degree.
577
495
  # @!attribute [rw] school_name
578
496
  # @return [String]
579
- # Optional.
580
- #
581
- # The name of the school or institution.
497
+ # Optional. The name of the school or institution.
582
498
  #
583
499
  # For example, "Stanford University", "UC Berkeley", and so on.
584
500
  #
585
501
  # Number of characters allowed is 100.
586
502
  # @!attribute [rw] address
587
503
  # @return [Google::Cloud::Talent::V4beta1::Address]
588
- # Optional.
589
- #
590
- # The physical address of the education institution.
504
+ # Optional. The physical address of the education institution.
591
505
  # @!attribute [rw] degree_description
592
506
  # @return [String]
593
- # Optional.
594
- #
595
- # The full description of the degree.
507
+ # Optional. The full description of the degree.
596
508
  #
597
509
  # For example, "Master of Science in Computer Science", "B.S in Math".
598
510
  #
599
511
  # Number of characters allowed is 100.
600
512
  # @!attribute [rw] structured_degree
601
513
  # @return [Google::Cloud::Talent::V4beta1::Degree]
602
- # Optional.
603
- #
604
- # The structured notation of the degree.
514
+ # Optional. The structured notation of the degree.
605
515
  # @!attribute [rw] description
606
516
  # @return [String]
607
- # Optional.
608
- #
609
- # The description of the education.
517
+ # Optional. The description of the education.
610
518
  #
611
519
  # Number of characters allowed is 100,000.
612
520
  # @!attribute [rw] is_current
613
521
  # @return [Google::Protobuf::BoolValue]
614
- # Optional.
615
- #
616
- # If this education is current.
522
+ # Optional. If this education is current.
617
523
  # @!attribute [rw] school_name_snippet
618
524
  # @return [String]
619
- # Output only. The school name snippet shows how the {Google::Cloud::Talent::V4beta1::EducationRecord#school_name school_name} is
525
+ # Output only. The school name snippet shows how the
526
+ # {Google::Cloud::Talent::V4beta1::EducationRecord#school_name school_name} is
620
527
  # related to a search query in search result. It's empty if the
621
- # {Google::Cloud::Talent::V4beta1::EducationRecord#school_name school_name} isn't related to the search query.
528
+ # {Google::Cloud::Talent::V4beta1::EducationRecord#school_name school_name}
529
+ # isn't related to the search query.
622
530
  # @!attribute [rw] degree_snippet
623
531
  # @return [String]
624
- # Output only. The job description snippet shows how the {Google::Cloud::Talent::V4beta1::Degree degree} is
625
- # related to a search query in search result. It's empty if the {Google::Cloud::Talent::V4beta1::Degree degree}
626
- # isn't related to the search query.
532
+ # Output only. The job description snippet shows how the
533
+ # {Google::Cloud::Talent::V4beta1::Degree Degree} is related to a search query
534
+ # in search result. It's empty if the
535
+ # {Google::Cloud::Talent::V4beta1::Degree Degree} isn't related to the search
536
+ # query.
627
537
  class EducationRecord; end
628
538
 
629
539
  # Resource that represents a degree pursuing or acquired by a candidate.
630
540
  # @!attribute [rw] degree_type
631
541
  # @return [Google::Cloud::Talent::V4beta1::DegreeType]
632
- # Optional.
633
- #
634
- # ISCED degree type.
542
+ # Optional. ISCED degree type.
635
543
  # @!attribute [rw] degree_name
636
544
  # @return [String]
637
- # Optional.
638
- #
639
- # Full Degree name.
545
+ # Optional. Full Degree name.
640
546
  #
641
547
  # For example, "B.S.", "Master of Arts", and so on.
642
548
  #
643
549
  # Number of characters allowed is 100.
644
550
  # @!attribute [rw] fields_of_study
645
551
  # @return [Array<String>]
646
- # Optional.
647
- #
648
- # Fields of study for the degree.
552
+ # Optional. Fields of study for the degree.
649
553
  #
650
554
  # For example, "Computer science", "engineering".
651
555
  #
@@ -657,124 +561,98 @@ module Google
657
561
  # and so on.
658
562
  # @!attribute [rw] display_name
659
563
  # @return [String]
660
- # Optional.
661
- #
662
- # Activity display name.
564
+ # Optional. Activity display name.
663
565
  #
664
566
  # Number of characters allowed is 100.
665
567
  # @!attribute [rw] description
666
568
  # @return [String]
667
- # Optional.
668
- #
669
- # Activity description.
569
+ # Optional. Activity description.
670
570
  #
671
571
  # Number of characters allowed is 100,000.
672
572
  # @!attribute [rw] uri
673
573
  # @return [String]
674
- # Optional.
675
- #
676
- # Activity URI.
574
+ # Optional. Activity URI.
677
575
  #
678
576
  # Number of characters allowed is 4,000.
679
577
  # @!attribute [rw] create_date
680
578
  # @return [Google::Type::Date]
681
- # Optional.
682
- #
683
- # The first creation date of the activity.
579
+ # Optional. The first creation date of the activity.
684
580
  # @!attribute [rw] update_date
685
581
  # @return [Google::Type::Date]
686
- # Optional.
687
- #
688
- # The last update date of the activity.
582
+ # Optional. The last update date of the activity.
689
583
  # @!attribute [rw] team_members
690
584
  # @return [Array<String>]
691
- # Optional.
692
- #
693
- # A list of team members involved in this activity.
585
+ # Optional. A list of team members involved in this activity.
694
586
  #
695
587
  # Number of characters allowed is 100.
696
588
  # @!attribute [rw] skills_used
697
589
  # @return [Array<Google::Cloud::Talent::V4beta1::Skill>]
698
- # Optional.
699
- #
700
- # A list of skills used in this activity.
590
+ # Optional. A list of skills used in this activity.
701
591
  # @!attribute [rw] activity_name_snippet
702
592
  # @return [String]
703
- # Output only. Activity name snippet shows how the {Google::Cloud::Talent::V4beta1::Activity#display_name display_name} is
704
- # related to a search query. It's empty if the {Google::Cloud::Talent::V4beta1::Activity#display_name display_name} isn't related
705
- # to the search query.
593
+ # Output only. Activity name snippet shows how the
594
+ # {Google::Cloud::Talent::V4beta1::Activity#display_name display_name} is
595
+ # related to a search query. It's empty if the
596
+ # {Google::Cloud::Talent::V4beta1::Activity#display_name display_name} isn't
597
+ # related to the search query.
706
598
  # @!attribute [rw] activity_description_snippet
707
599
  # @return [String]
708
600
  # Output only. Activity description snippet shows how the
709
- # {Google::Cloud::Talent::V4beta1::Activity#description description} is related to a search query. It's empty if the
710
- # {Google::Cloud::Talent::V4beta1::Activity#description description} isn't related to the search query.
601
+ # {Google::Cloud::Talent::V4beta1::Activity#description description} is related
602
+ # to a search query. It's empty if the
603
+ # {Google::Cloud::Talent::V4beta1::Activity#description description} isn't
604
+ # related to the search query.
711
605
  # @!attribute [rw] skills_used_snippet
712
606
  # @return [Array<String>]
713
607
  # Output only. Skill used snippet shows how the corresponding
714
- # {Google::Cloud::Talent::V4beta1::Activity#skills_used skills_used} are related to a search query. It's empty if the
715
- # corresponding {Google::Cloud::Talent::V4beta1::Activity#skills_used skills_used} are not related to the search query.
608
+ # {Google::Cloud::Talent::V4beta1::Activity#skills_used skills_used} are related
609
+ # to a search query. It's empty if the corresponding
610
+ # {Google::Cloud::Talent::V4beta1::Activity#skills_used skills_used} are not
611
+ # related to the search query.
716
612
  class Activity; end
717
613
 
718
614
  # Resource that represents a publication resource of a candidate.
719
615
  # @!attribute [rw] authors
720
616
  # @return [Array<String>]
721
- # Optional.
722
- #
723
- # A list of author names.
617
+ # Optional. A list of author names.
724
618
  #
725
619
  # Number of characters allowed is 100.
726
620
  # @!attribute [rw] title
727
621
  # @return [String]
728
- # Optional.
729
- #
730
- # The title of the publication.
622
+ # Optional. The title of the publication.
731
623
  #
732
624
  # Number of characters allowed is 100.
733
625
  # @!attribute [rw] description
734
626
  # @return [String]
735
- # Optional.
736
- #
737
- # The description of the publication.
627
+ # Optional. The description of the publication.
738
628
  #
739
629
  # Number of characters allowed is 100,000.
740
630
  # @!attribute [rw] journal
741
631
  # @return [String]
742
- # Optional.
743
- #
744
- # The journal name of the publication.
632
+ # Optional. The journal name of the publication.
745
633
  #
746
634
  # Number of characters allowed is 100.
747
635
  # @!attribute [rw] volume
748
636
  # @return [String]
749
- # Optional.
750
- #
751
- # Volume number.
637
+ # Optional. Volume number.
752
638
  #
753
639
  # Number of characters allowed is 100.
754
640
  # @!attribute [rw] publisher
755
641
  # @return [String]
756
- # Optional.
757
- #
758
- # The publisher of the journal.
642
+ # Optional. The publisher of the journal.
759
643
  #
760
644
  # Number of characters allowed is 100.
761
645
  # @!attribute [rw] publication_date
762
646
  # @return [Google::Type::Date]
763
- # Optional.
764
- #
765
- # The publication date.
647
+ # Optional. The publication date.
766
648
  # @!attribute [rw] publication_type
767
649
  # @return [String]
768
- # Optional.
769
- #
770
- # The publication type.
650
+ # Optional. The publication type.
771
651
  #
772
652
  # Number of characters allowed is 100.
773
653
  # @!attribute [rw] isbn
774
654
  # @return [String]
775
- # Optional.
776
- #
777
- # ISBN number.
655
+ # Optional. ISBN number.
778
656
  #
779
657
  # Number of characters allowed is 100.
780
658
  class Publication; end
@@ -782,61 +660,43 @@ module Google
782
660
  # Resource that represents the patent acquired by a candidate.
783
661
  # @!attribute [rw] display_name
784
662
  # @return [String]
785
- # Optional.
786
- #
787
- # Name of the patent.
663
+ # Optional. Name of the patent.
788
664
  #
789
665
  # Number of characters allowed is 100.
790
666
  # @!attribute [rw] inventors
791
667
  # @return [Array<String>]
792
- # Optional.
793
- #
794
- # A list of inventors' names.
668
+ # Optional. A list of inventors' names.
795
669
  #
796
670
  # Number of characters allowed for each is 100.
797
671
  # @!attribute [rw] patent_status
798
672
  # @return [String]
799
- # Optional.
800
- #
801
- # The status of the patent.
673
+ # Optional. The status of the patent.
802
674
  #
803
675
  # Number of characters allowed is 100.
804
676
  # @!attribute [rw] patent_status_date
805
677
  # @return [Google::Type::Date]
806
- # Optional.
807
- #
808
- # The date the last time the status of the patent was checked.
678
+ # Optional. The date the last time the status of the patent was checked.
809
679
  # @!attribute [rw] patent_filing_date
810
680
  # @return [Google::Type::Date]
811
- # Optional.
812
- #
813
- # The date that the patent was filed.
681
+ # Optional. The date that the patent was filed.
814
682
  # @!attribute [rw] patent_office
815
683
  # @return [String]
816
- # Optional.
817
- #
818
- # The name of the patent office.
684
+ # Optional. The name of the patent office.
819
685
  #
820
686
  # Number of characters allowed is 100.
821
687
  # @!attribute [rw] patent_number
822
688
  # @return [String]
823
- # Optional.
824
- #
825
- # The number of the patent.
689
+ # Optional. The number of the patent.
826
690
  #
827
691
  # Number of characters allowed is 100.
828
692
  # @!attribute [rw] patent_description
829
693
  # @return [String]
830
- # Optional.
831
- #
832
- # The description of the patent.
694
+ # Optional. The description of the patent.
833
695
  #
834
696
  # Number of characters allowed is 100,000.
835
697
  # @!attribute [rw] skills_used
836
698
  # @return [Array<Google::Cloud::Talent::V4beta1::Skill>]
837
- # Optional.
838
- #
839
- # The skills used in this patent.
699
+ # Optional. The skills used in this patent.
840
700
  class Patent; end
841
701
  end
842
702
  end