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,56 @@
|
|
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
|
+
# Input Only.
|
21
|
+
#
|
22
|
+
# The histogram request.
|
23
|
+
# @!attribute [rw] histogram_query
|
24
|
+
# @return [String]
|
25
|
+
# An expression specifies a histogram request against matching resources
|
26
|
+
# (for example, jobs, profiles) for searches.
|
27
|
+
#
|
28
|
+
# See
|
29
|
+
# {Google::Cloud::Talent::V4beta1::SearchJobsRequest#histogram_queries SearchJobsRequest#histogram_queries}
|
30
|
+
# and
|
31
|
+
# {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#histogram_queries SearchProfilesRequest#histogram_queries}
|
32
|
+
# for details about syntax.
|
33
|
+
class HistogramQuery; end
|
34
|
+
|
35
|
+
# Output only.
|
36
|
+
#
|
37
|
+
# Histogram result that matches {HistogramSpec} specified in searches.
|
38
|
+
# @!attribute [rw] histogram_query
|
39
|
+
# @return [String]
|
40
|
+
# Requested histogram expression.
|
41
|
+
# @!attribute [rw] histogram
|
42
|
+
# @return [Hash{String => Integer}]
|
43
|
+
# A map from the values of the facet associated with distinct values to the
|
44
|
+
# number of matching entries with corresponding value.
|
45
|
+
#
|
46
|
+
# The key format is:
|
47
|
+
# * (for string histogram) string values stored in the field.
|
48
|
+
# * (for named numeric bucket) name specified in `bucket()` function, like
|
49
|
+
# for `bucket(0, MAX, "non-negative")`, the key will be `non-negative`.
|
50
|
+
# * (for anonymous numeric bucket) range formatted as `<low>-<high>`, for
|
51
|
+
# example, `0-1000`, `MIN-0`, and `0-MAX`.
|
52
|
+
class HistogramQueryResult; end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,409 @@
|
|
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 Job resource represents a job posting (also referred to as a "job listing"
|
21
|
+
# or "job requisition"). A job belongs to a
|
22
|
+
# {Google::Cloud::Talent::V4beta1::Company Company}, which is the hiring entity
|
23
|
+
# responsible for the job.
|
24
|
+
# @!attribute [rw] name
|
25
|
+
# @return [String]
|
26
|
+
# Required during job update.
|
27
|
+
#
|
28
|
+
# The resource name for the job. This is generated by the service when a
|
29
|
+
# job is created.
|
30
|
+
#
|
31
|
+
# The format is "projects/{project_id}/jobs/{job_id}",
|
32
|
+
# for example, "projects/api-test-project/jobs/1234".
|
33
|
+
#
|
34
|
+
# Use of this field in job queries and API calls is preferred over the use of
|
35
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id requisition_id} since this
|
36
|
+
# value is unique.
|
37
|
+
# @!attribute [rw] company_name
|
38
|
+
# @return [String]
|
39
|
+
# Required.
|
40
|
+
#
|
41
|
+
# The resource name of the company listing the job, such as
|
42
|
+
# "projects/api-test-project/companies/foo".
|
43
|
+
# @!attribute [rw] requisition_id
|
44
|
+
# @return [String]
|
45
|
+
# Required.
|
46
|
+
#
|
47
|
+
# The requisition ID, also referred to as the posting ID, is assigned by the
|
48
|
+
# client to identify a job. This field is intended to be used by clients
|
49
|
+
# for client identification and tracking of postings. A job isn't allowed
|
50
|
+
# to be created if there is another job with the same
|
51
|
+
# {Google::Cloud::Talent::V4beta1::Job#name company},
|
52
|
+
# {Google::Cloud::Talent::V4beta1::Job#language_code language_code} and
|
53
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id requisition_id}.
|
54
|
+
#
|
55
|
+
# The maximum number of allowed characters is 255.
|
56
|
+
# @!attribute [rw] title
|
57
|
+
# @return [String]
|
58
|
+
# Required.
|
59
|
+
#
|
60
|
+
# The title of the job, such as "Software Engineer"
|
61
|
+
#
|
62
|
+
# The maximum number of allowed characters is 500.
|
63
|
+
# @!attribute [rw] description
|
64
|
+
# @return [String]
|
65
|
+
# Required.
|
66
|
+
#
|
67
|
+
# The description of the job, which typically includes a multi-paragraph
|
68
|
+
# description of the company and related information. Separate fields are
|
69
|
+
# provided on the job object for
|
70
|
+
# {Google::Cloud::Talent::V4beta1::Job#responsibilities responsibilities},
|
71
|
+
# {Google::Cloud::Talent::V4beta1::Job#qualifications qualifications}, and other
|
72
|
+
# job characteristics. Use of these separate job fields is recommended.
|
73
|
+
#
|
74
|
+
# This field accepts and sanitizes HTML input, and also accepts
|
75
|
+
# bold, italic, ordered list, and unordered list markup tags.
|
76
|
+
#
|
77
|
+
# The maximum number of allowed characters is 100,000.
|
78
|
+
# @!attribute [rw] addresses
|
79
|
+
# @return [Array<String>]
|
80
|
+
# Optional but strongly recommended for the best service experience.
|
81
|
+
#
|
82
|
+
# Location(s) where the employer is looking to hire for this job posting.
|
83
|
+
#
|
84
|
+
# Specifying the full street address(es) of the hiring location enables
|
85
|
+
# better API results, especially job searches by commute time.
|
86
|
+
#
|
87
|
+
# At most 50 locations are allowed for best search performance. If a job has
|
88
|
+
# more locations, it is suggested to split it into multiple jobs with unique
|
89
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id requisition_id}s (e.g.
|
90
|
+
# 'ReqA' becomes 'ReqA-1', 'ReqA-2', etc.) as multiple jobs with the same
|
91
|
+
# {Google::Cloud::Talent::V4beta1::Job#name company}[], {Language_code} and
|
92
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id requisition_id} are not
|
93
|
+
# allowed. If the original
|
94
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id requisition_id} must be
|
95
|
+
# preserved, a custom field should be used for storage. It is also suggested
|
96
|
+
# to group the locations that close to each other in the same job for better
|
97
|
+
# search experience.
|
98
|
+
#
|
99
|
+
# The maximum number of allowed characters is 500.
|
100
|
+
# @!attribute [rw] application_info
|
101
|
+
# @return [Google::Cloud::Talent::V4beta1::Job::ApplicationInfo]
|
102
|
+
# Required. At least one field within
|
103
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo ApplicationInfo} must be
|
104
|
+
# specified.
|
105
|
+
#
|
106
|
+
# Job application information.
|
107
|
+
# @!attribute [rw] job_benefits
|
108
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::JobBenefit>]
|
109
|
+
# Optional.
|
110
|
+
#
|
111
|
+
# The benefits included with the job.
|
112
|
+
# @!attribute [rw] compensation_info
|
113
|
+
# @return [Google::Cloud::Talent::V4beta1::CompensationInfo]
|
114
|
+
# Optional.
|
115
|
+
#
|
116
|
+
# Job compensation information.
|
117
|
+
# @!attribute [rw] custom_attributes
|
118
|
+
# @return [Hash{String => Google::Cloud::Talent::V4beta1::CustomAttribute}]
|
119
|
+
# Optional.
|
120
|
+
#
|
121
|
+
# A map of fields to hold both filterable and non-filterable custom job
|
122
|
+
# attributes that are not covered by the provided structured fields.
|
123
|
+
#
|
124
|
+
# The keys of the map are strings up to 64 bytes and must match the
|
125
|
+
# pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
|
126
|
+
# KEY_1_LIKE_THIS.
|
127
|
+
#
|
128
|
+
# At most 100 filterable and at most 100 unfilterable keys are supported.
|
129
|
+
# For filterable `string_values`, across all keys at most 200 values are
|
130
|
+
# allowed, with each string no more than 255 characters. For unfilterable
|
131
|
+
# `string_values`, the maximum total size of `string_values` across all keys
|
132
|
+
# is 50KB.
|
133
|
+
# @!attribute [rw] degree_types
|
134
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::DegreeType>]
|
135
|
+
# Optional.
|
136
|
+
#
|
137
|
+
# The desired education degrees for the job, such as Bachelors, Masters.
|
138
|
+
# @!attribute [rw] department
|
139
|
+
# @return [String]
|
140
|
+
# Optional.
|
141
|
+
#
|
142
|
+
# The department or functional area within the company with the open
|
143
|
+
# position.
|
144
|
+
#
|
145
|
+
# The maximum number of allowed characters is 255.
|
146
|
+
# @!attribute [rw] employment_types
|
147
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::EmploymentType>]
|
148
|
+
# Optional.
|
149
|
+
#
|
150
|
+
# The employment type(s) of a job, for example,
|
151
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentType::FULL_TIME full time} or
|
152
|
+
# {Google::Cloud::Talent::V4beta1::EmploymentType::PART_TIME part time}.
|
153
|
+
# @!attribute [rw] incentives
|
154
|
+
# @return [String]
|
155
|
+
# Optional.
|
156
|
+
#
|
157
|
+
# A description of bonus, commission, and other compensation
|
158
|
+
# incentives associated with the job not including salary or pay.
|
159
|
+
#
|
160
|
+
# The maximum number of allowed characters is 10,000.
|
161
|
+
# @!attribute [rw] language_code
|
162
|
+
# @return [String]
|
163
|
+
# Optional.
|
164
|
+
#
|
165
|
+
# The language of the posting. This field is distinct from
|
166
|
+
# any requirements for fluency that are associated with the job.
|
167
|
+
#
|
168
|
+
# Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
|
169
|
+
# For more information, see
|
170
|
+
# [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
|
171
|
+
# class="external" target="_blank" }.
|
172
|
+
#
|
173
|
+
# If this field is unspecified and
|
174
|
+
# {Google::Cloud::Talent::V4beta1::Job#description Job#description} is present,
|
175
|
+
# detected language code based on
|
176
|
+
# {Google::Cloud::Talent::V4beta1::Job#description Job#description} is assigned,
|
177
|
+
# otherwise defaults to 'en_US'.
|
178
|
+
# @!attribute [rw] job_level
|
179
|
+
# @return [Google::Cloud::Talent::V4beta1::JobLevel]
|
180
|
+
# Optional.
|
181
|
+
#
|
182
|
+
# The experience level associated with the job, such as "Entry Level".
|
183
|
+
# @!attribute [rw] promotion_value
|
184
|
+
# @return [Integer]
|
185
|
+
# Optional.
|
186
|
+
#
|
187
|
+
# A promotion value of the job, as determined by the client.
|
188
|
+
# The value determines the sort order of the jobs returned when searching for
|
189
|
+
# jobs using the featured jobs search call, with higher promotional values
|
190
|
+
# being returned first and ties being resolved by relevance sort. Only the
|
191
|
+
# jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH.
|
192
|
+
#
|
193
|
+
# Default value is 0, and negative values are treated as 0.
|
194
|
+
# @!attribute [rw] qualifications
|
195
|
+
# @return [String]
|
196
|
+
# Optional.
|
197
|
+
#
|
198
|
+
# A description of the qualifications required to perform the
|
199
|
+
# job. The use of this field is recommended
|
200
|
+
# as an alternative to using the more general
|
201
|
+
# {Google::Cloud::Talent::V4beta1::Job#description description} field.
|
202
|
+
#
|
203
|
+
# This field accepts and sanitizes HTML input, and also accepts
|
204
|
+
# bold, italic, ordered list, and unordered list markup tags.
|
205
|
+
#
|
206
|
+
# The maximum number of allowed characters is 10,000.
|
207
|
+
# @!attribute [rw] responsibilities
|
208
|
+
# @return [String]
|
209
|
+
# Optional.
|
210
|
+
#
|
211
|
+
# A description of job responsibilities. The use of this field is
|
212
|
+
# recommended as an alternative to using the more general
|
213
|
+
# {Google::Cloud::Talent::V4beta1::Job#description description} field.
|
214
|
+
#
|
215
|
+
# This field accepts and sanitizes HTML input, and also accepts
|
216
|
+
# bold, italic, ordered list, and unordered list markup tags.
|
217
|
+
#
|
218
|
+
# The maximum number of allowed characters is 10,000.
|
219
|
+
# @!attribute [rw] posting_region
|
220
|
+
# @return [Google::Cloud::Talent::V4beta1::PostingRegion]
|
221
|
+
# Optional.
|
222
|
+
#
|
223
|
+
# The job {Google::Cloud::Talent::V4beta1::PostingRegion PostingRegion} (for
|
224
|
+
# example, state, country) throughout which the job is available. If this
|
225
|
+
# field is set, a
|
226
|
+
# {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in a search
|
227
|
+
# query within the job region finds this job posting if an exact location
|
228
|
+
# match isn't specified. If this field is set to
|
229
|
+
# {Google::Cloud::Talent::V4beta1::PostingRegion::NATION PostingRegion::NATION} or
|
230
|
+
# {Google::Cloud::Talent::V4beta1::PostingRegion::ADMINISTRATIVE_AREA PostingRegion::ADMINISTRATIVE_AREA},
|
231
|
+
# setting job {Google::Cloud::Talent::V4beta1::Job#addresses Job#addresses} to
|
232
|
+
# the same location level as this field is strongly recommended.
|
233
|
+
# @!attribute [rw] visibility
|
234
|
+
# @return [Google::Cloud::Talent::V4beta1::Visibility]
|
235
|
+
# Optional.
|
236
|
+
#
|
237
|
+
# The visibility of the job.
|
238
|
+
#
|
239
|
+
# Defaults to
|
240
|
+
# {Google::Cloud::Talent::V4beta1::Visibility::ACCOUNT_ONLY Visibility::ACCOUNT_ONLY}
|
241
|
+
# if not specified.
|
242
|
+
# @!attribute [rw] job_start_time
|
243
|
+
# @return [Google::Protobuf::Timestamp]
|
244
|
+
# Optional.
|
245
|
+
#
|
246
|
+
# The start timestamp of the job in UTC time zone. Typically this field
|
247
|
+
# is used for contracting engagements. Invalid timestamps are ignored.
|
248
|
+
# @!attribute [rw] job_end_time
|
249
|
+
# @return [Google::Protobuf::Timestamp]
|
250
|
+
# Optional.
|
251
|
+
#
|
252
|
+
# The end timestamp of the job. Typically this field is used for contracting
|
253
|
+
# engagements. Invalid timestamps are ignored.
|
254
|
+
# @!attribute [rw] posting_publish_time
|
255
|
+
# @return [Google::Protobuf::Timestamp]
|
256
|
+
# Optional.
|
257
|
+
#
|
258
|
+
# The timestamp this job posting was most recently published. The default
|
259
|
+
# value is the time the request arrives at the server. Invalid timestamps are
|
260
|
+
# ignored.
|
261
|
+
# @!attribute [rw] posting_expire_time
|
262
|
+
# @return [Google::Protobuf::Timestamp]
|
263
|
+
# Optional but strongly recommended for the best service
|
264
|
+
# experience.
|
265
|
+
#
|
266
|
+
# The expiration timestamp of the job. After this timestamp, the
|
267
|
+
# job is marked as expired, and it no longer appears in search results. The
|
268
|
+
# expired job can't be deleted or listed by the {DeleteJob} and
|
269
|
+
# {ListJobs} APIs, but it can be retrieved with the {GetJob} API or
|
270
|
+
# updated with the {UpdateJob} API. An expired job can be updated and
|
271
|
+
# opened again by using a future expiration timestamp. Updating an expired
|
272
|
+
# job fails if there is another existing open job with same
|
273
|
+
# {Google::Cloud::Talent::V4beta1::Job#name company}[],
|
274
|
+
# {Google::Cloud::Talent::V4beta1::Job#language_code language_code} and
|
275
|
+
# {Google::Cloud::Talent::V4beta1::Job#requisition_id requisition_id}.
|
276
|
+
#
|
277
|
+
# The expired jobs are retained in our system for 90 days. However, the
|
278
|
+
# overall expired job count cannot exceed 3 times the maximum of open jobs
|
279
|
+
# count over the past week, otherwise jobs with earlier expire time are
|
280
|
+
# cleaned first. Expired jobs are no longer accessible after they are cleaned
|
281
|
+
# out.
|
282
|
+
#
|
283
|
+
# Invalid timestamps are ignored, and treated as expire time not provided.
|
284
|
+
#
|
285
|
+
# Timestamp before the instant request is made is considered valid, the job
|
286
|
+
# will be treated as expired immediately.
|
287
|
+
#
|
288
|
+
# If this value isn't provided at the time of job creation or is invalid,
|
289
|
+
# the job posting expires after 30 days from the job's creation time. For
|
290
|
+
# example, if the job was created on 2017/01/01 13:00AM UTC with an
|
291
|
+
# unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
|
292
|
+
#
|
293
|
+
# If this value isn't provided on job update, it depends on the field masks
|
294
|
+
# set by
|
295
|
+
# {Google::Cloud::Talent::V4beta1::UpdateJobRequest#update_mask UpdateJobRequest#update_mask}.
|
296
|
+
# If the field masks include {Expiry_time}, or the masks are empty meaning
|
297
|
+
# that every field is updated, the job posting expires after 30 days from the
|
298
|
+
# job's last update time. Otherwise the expiration date isn't updated.
|
299
|
+
# @!attribute [rw] posting_create_time
|
300
|
+
# @return [Google::Protobuf::Timestamp]
|
301
|
+
# Output only. The timestamp when this job posting was created.
|
302
|
+
# @!attribute [rw] posting_update_time
|
303
|
+
# @return [Google::Protobuf::Timestamp]
|
304
|
+
# Output only. The timestamp when this job posting was last updated.
|
305
|
+
# @!attribute [rw] company_display_name
|
306
|
+
# @return [String]
|
307
|
+
# Output only. Display name of the company listing the job.
|
308
|
+
# @!attribute [rw] derived_info
|
309
|
+
# @return [Google::Cloud::Talent::V4beta1::Job::DerivedInfo]
|
310
|
+
# Output only. Derived details about the job posting.
|
311
|
+
# @!attribute [rw] processing_options
|
312
|
+
# @return [Google::Cloud::Talent::V4beta1::Job::ProcessingOptions]
|
313
|
+
# Optional.
|
314
|
+
#
|
315
|
+
# Options for job processing.
|
316
|
+
class Job
|
317
|
+
# Application related details of a job posting.
|
318
|
+
# @!attribute [rw] emails
|
319
|
+
# @return [Array<String>]
|
320
|
+
# Optional but at least one of
|
321
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#uris uris},
|
322
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#emails emails} or
|
323
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#instruction instruction}
|
324
|
+
# must be specified.
|
325
|
+
#
|
326
|
+
# Use this field to specify email address(es) to which resumes or
|
327
|
+
# applications can be sent.
|
328
|
+
#
|
329
|
+
# The maximum number of allowed characters for each entry is 255.
|
330
|
+
# @!attribute [rw] instruction
|
331
|
+
# @return [String]
|
332
|
+
# Optional but at least one of
|
333
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#uris uris},
|
334
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#emails emails} or
|
335
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#instruction instruction}
|
336
|
+
# must be specified.
|
337
|
+
#
|
338
|
+
# Use this field to provide instructions, such as "Mail your application
|
339
|
+
# to ...", that a candidate can follow to apply for the job.
|
340
|
+
#
|
341
|
+
# This field accepts and sanitizes HTML input, and also accepts
|
342
|
+
# bold, italic, ordered list, and unordered list markup tags.
|
343
|
+
#
|
344
|
+
# The maximum number of allowed characters is 3,000.
|
345
|
+
# @!attribute [rw] uris
|
346
|
+
# @return [Array<String>]
|
347
|
+
# Optional but at least one of
|
348
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#uris uris},
|
349
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#emails emails} or
|
350
|
+
# {Google::Cloud::Talent::V4beta1::Job::ApplicationInfo#instruction instruction}
|
351
|
+
# must be specified.
|
352
|
+
#
|
353
|
+
# Use this URI field to direct an applicant to a website, for example to
|
354
|
+
# link to an online application form.
|
355
|
+
#
|
356
|
+
# The maximum number of allowed characters for each entry is 2,000.
|
357
|
+
class ApplicationInfo; end
|
358
|
+
|
359
|
+
# Output only.
|
360
|
+
#
|
361
|
+
# Derived details about the job posting.
|
362
|
+
# @!attribute [rw] locations
|
363
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::Location>]
|
364
|
+
# Structured locations of the job, resolved from
|
365
|
+
# {Google::Cloud::Talent::V4beta1::Job#addresses Job#addresses}.
|
366
|
+
#
|
367
|
+
# {Google::Cloud::Talent::V4beta1::Job::DerivedInfo#locations locations} are
|
368
|
+
# exactly matched to
|
369
|
+
# {Google::Cloud::Talent::V4beta1::Job#addresses Job#addresses} in the same
|
370
|
+
# order.
|
371
|
+
# @!attribute [rw] job_categories
|
372
|
+
# @return [Array<Google::Cloud::Talent::V4beta1::JobCategory>]
|
373
|
+
# Job categories derived from
|
374
|
+
# {Google::Cloud::Talent::V4beta1::Job#title Job#title} and
|
375
|
+
# {Google::Cloud::Talent::V4beta1::Job#description Job#description}.
|
376
|
+
class DerivedInfo; end
|
377
|
+
|
378
|
+
# Input only.
|
379
|
+
#
|
380
|
+
# Options for job processing.
|
381
|
+
# @!attribute [rw] disable_street_address_resolution
|
382
|
+
# @return [true, false]
|
383
|
+
# Optional.
|
384
|
+
#
|
385
|
+
# If set to `true`, the service does not attempt to resolve a
|
386
|
+
# more precise address for the job.
|
387
|
+
# @!attribute [rw] html_sanitization
|
388
|
+
# @return [Google::Cloud::Talent::V4beta1::HtmlSanitization]
|
389
|
+
# Optional.
|
390
|
+
#
|
391
|
+
# Option for job HTML content sanitization. Applied fields are:
|
392
|
+
#
|
393
|
+
# * description
|
394
|
+
# * applicationInfo.instruction
|
395
|
+
# * incentives
|
396
|
+
# * qualifications
|
397
|
+
# * responsibilities
|
398
|
+
#
|
399
|
+
# HTML tags in these fields may be stripped if sanitiazation isn't
|
400
|
+
# disabled.
|
401
|
+
#
|
402
|
+
# Defaults to
|
403
|
+
# {Google::Cloud::Talent::V4beta1::HtmlSanitization::SIMPLE_FORMATTING_ONLY HtmlSanitization::SIMPLE_FORMATTING_ONLY}.
|
404
|
+
class ProcessingOptions; end
|
405
|
+
end
|
406
|
+
end
|
407
|
+
end
|
408
|
+
end
|
409
|
+
end
|