Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Job.
A Job resource represents a job posting (also referred to as a "job listing" or "job requisition"). A job belongs to a Company, which is the hiring entity responsible for the job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#addresses
def addresses() -> ::Array<::String>
-
(::Array<::String>) — Strongly recommended for the best service experience.
Location(s) where the employer is looking to hire for this job posting.
Specifying the full street address(es) of the hiring location enables better API results, especially job searches by commute time.
At most 50 locations are allowed for best search performance. If a job has more locations, it is suggested to split it into multiple jobs with unique requisition_ids (e.g. 'ReqA' becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same company, language_code and requisition_id are not allowed. If the original requisition_id must be preserved, a custom field should be used for storage. It is also suggested to group the locations that close to each other in the same job for better search experience.
The maximum number of allowed characters is 500.
#addresses=
def addresses=(value) -> ::Array<::String>
-
value (::Array<::String>) — Strongly recommended for the best service experience.
Location(s) where the employer is looking to hire for this job posting.
Specifying the full street address(es) of the hiring location enables better API results, especially job searches by commute time.
At most 50 locations are allowed for best search performance. If a job has more locations, it is suggested to split it into multiple jobs with unique requisition_ids (e.g. 'ReqA' becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same company, language_code and requisition_id are not allowed. If the original requisition_id must be preserved, a custom field should be used for storage. It is also suggested to group the locations that close to each other in the same job for better search experience.
The maximum number of allowed characters is 500.
-
(::Array<::String>) — Strongly recommended for the best service experience.
Location(s) where the employer is looking to hire for this job posting.
Specifying the full street address(es) of the hiring location enables better API results, especially job searches by commute time.
At most 50 locations are allowed for best search performance. If a job has more locations, it is suggested to split it into multiple jobs with unique requisition_ids (e.g. 'ReqA' becomes 'ReqA-1', 'ReqA-2', and so on.) as multiple jobs with the same company, language_code and requisition_id are not allowed. If the original requisition_id must be preserved, a custom field should be used for storage. It is also suggested to group the locations that close to each other in the same job for better search experience.
The maximum number of allowed characters is 500.
#application_info
def application_info() -> ::Google::Cloud::Talent::V4beta1::Job::ApplicationInfo
- (::Google::Cloud::Talent::V4beta1::Job::ApplicationInfo) — Job application information.
#application_info=
def application_info=(value) -> ::Google::Cloud::Talent::V4beta1::Job::ApplicationInfo
- value (::Google::Cloud::Talent::V4beta1::Job::ApplicationInfo) — Job application information.
- (::Google::Cloud::Talent::V4beta1::Job::ApplicationInfo) — Job application information.
#company
def company() -> ::String
-
(::String) — Required. The resource name of the company listing the job.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".
#company=
def company=(value) -> ::String
-
value (::String) — Required. The resource name of the company listing the job.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".
-
(::String) — Required. The resource name of the company listing the job.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".
#company_display_name
def company_display_name() -> ::String
- (::String) — Output only. Display name of the company listing the job.
#compensation_info
def compensation_info() -> ::Google::Cloud::Talent::V4beta1::CompensationInfo
- (::Google::Cloud::Talent::V4beta1::CompensationInfo) — Job compensation information (a.k.a. "pay rate") i.e., the compensation that will paid to the employee.
#compensation_info=
def compensation_info=(value) -> ::Google::Cloud::Talent::V4beta1::CompensationInfo
- value (::Google::Cloud::Talent::V4beta1::CompensationInfo) — Job compensation information (a.k.a. "pay rate") i.e., the compensation that will paid to the employee.
- (::Google::Cloud::Talent::V4beta1::CompensationInfo) — Job compensation information (a.k.a. "pay rate") i.e., the compensation that will paid to the employee.
#custom_attributes
def custom_attributes() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Talent::V4beta1::CustomAttribute}
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::Talent::V4beta1::CustomAttribute}) — A map of fields to hold both filterable and non-filterable custom job
attributes that are not covered by the provided structured fields.
The keys of the map are strings up to 64 bytes and must match the pattern:
[a-zA-Z][a-zA-Z0-9_]*
. For example, key0LikeThis or KEY_1_LIKE_THIS.At most 100 filterable and at most 100 unfilterable keys are supported. For filterable
string_values
, across all keys at most 200 values are allowed, with each string no more than 255 characters. For unfilterablestring_values
, the maximum total size ofstring_values
across all keys is 50KB.
#custom_attributes=
def custom_attributes=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Talent::V4beta1::CustomAttribute}
-
value (::Google::Protobuf::Map{::String => ::Google::Cloud::Talent::V4beta1::CustomAttribute}) — A map of fields to hold both filterable and non-filterable custom job
attributes that are not covered by the provided structured fields.
The keys of the map are strings up to 64 bytes and must match the pattern:
[a-zA-Z][a-zA-Z0-9_]*
. For example, key0LikeThis or KEY_1_LIKE_THIS.At most 100 filterable and at most 100 unfilterable keys are supported. For filterable
string_values
, across all keys at most 200 values are allowed, with each string no more than 255 characters. For unfilterablestring_values
, the maximum total size ofstring_values
across all keys is 50KB.
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::Talent::V4beta1::CustomAttribute}) — A map of fields to hold both filterable and non-filterable custom job
attributes that are not covered by the provided structured fields.
The keys of the map are strings up to 64 bytes and must match the pattern:
[a-zA-Z][a-zA-Z0-9_]*
. For example, key0LikeThis or KEY_1_LIKE_THIS.At most 100 filterable and at most 100 unfilterable keys are supported. For filterable
string_values
, across all keys at most 200 values are allowed, with each string no more than 255 characters. For unfilterablestring_values
, the maximum total size ofstring_values
across all keys is 50KB.
#degree_types
def degree_types() -> ::Array<::Google::Cloud::Talent::V4beta1::DegreeType>
- (::Array<::Google::Cloud::Talent::V4beta1::DegreeType>) — The desired education degrees for the job, such as Bachelors, Masters.
#degree_types=
def degree_types=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::DegreeType>
- value (::Array<::Google::Cloud::Talent::V4beta1::DegreeType>) — The desired education degrees for the job, such as Bachelors, Masters.
- (::Array<::Google::Cloud::Talent::V4beta1::DegreeType>) — The desired education degrees for the job, such as Bachelors, Masters.
#department
def department() -> ::String
-
(::String) — The department or functional area within the company with the open
position.
The maximum number of allowed characters is 255.
#department=
def department=(value) -> ::String
-
value (::String) — The department or functional area within the company with the open
position.
The maximum number of allowed characters is 255.
-
(::String) — The department or functional area within the company with the open
position.
The maximum number of allowed characters is 255.
#derived_info
def derived_info() -> ::Google::Cloud::Talent::V4beta1::Job::DerivedInfo
- (::Google::Cloud::Talent::V4beta1::Job::DerivedInfo) — Output only. Derived details about the job posting.
#description
def description() -> ::String
-
(::String) — Required. The description of the job, which typically includes a
multi-paragraph description of the company and related information.
Separate fields are provided on the job object for
responsibilities,
qualifications, and other
job characteristics. Use of these separate job fields is recommended.
This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags.
The maximum number of allowed characters is 100,000.
#description=
def description=(value) -> ::String
-
value (::String) — Required. The description of the job, which typically includes a
multi-paragraph description of the company and related information.
Separate fields are provided on the job object for
responsibilities,
qualifications, and other
job characteristics. Use of these separate job fields is recommended.
This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags.
The maximum number of allowed characters is 100,000.
-
(::String) — Required. The description of the job, which typically includes a
multi-paragraph description of the company and related information.
Separate fields are provided on the job object for
responsibilities,
qualifications, and other
job characteristics. Use of these separate job fields is recommended.
This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags.
The maximum number of allowed characters is 100,000.
#employment_types
def employment_types() -> ::Array<::Google::Cloud::Talent::V4beta1::EmploymentType>
- (::Array<::Google::Cloud::Talent::V4beta1::EmploymentType>) — The employment type(s) of a job, for example, full time or part time.
#employment_types=
def employment_types=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::EmploymentType>
- value (::Array<::Google::Cloud::Talent::V4beta1::EmploymentType>) — The employment type(s) of a job, for example, full time or part time.
- (::Array<::Google::Cloud::Talent::V4beta1::EmploymentType>) — The employment type(s) of a job, for example, full time or part time.
#incentives
def incentives() -> ::String
-
(::String) — A description of bonus, commission, and other compensation
incentives associated with the job not including salary or pay.
The maximum number of allowed characters is 10,000.
#incentives=
def incentives=(value) -> ::String
-
value (::String) — A description of bonus, commission, and other compensation
incentives associated with the job not including salary or pay.
The maximum number of allowed characters is 10,000.
-
(::String) — A description of bonus, commission, and other compensation
incentives associated with the job not including salary or pay.
The maximum number of allowed characters is 10,000.
#job_benefits
def job_benefits() -> ::Array<::Google::Cloud::Talent::V4beta1::JobBenefit>
- (::Array<::Google::Cloud::Talent::V4beta1::JobBenefit>) — The benefits included with the job.
#job_benefits=
def job_benefits=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::JobBenefit>
- value (::Array<::Google::Cloud::Talent::V4beta1::JobBenefit>) — The benefits included with the job.
- (::Array<::Google::Cloud::Talent::V4beta1::JobBenefit>) — The benefits included with the job.
#job_end_time
def job_end_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The end timestamp of the job. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
#job_end_time=
def job_end_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The end timestamp of the job. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
- (::Google::Protobuf::Timestamp) — The end timestamp of the job. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
#job_level
def job_level() -> ::Google::Cloud::Talent::V4beta1::JobLevel
- (::Google::Cloud::Talent::V4beta1::JobLevel) — The experience level associated with the job, such as "Entry Level".
#job_level=
def job_level=(value) -> ::Google::Cloud::Talent::V4beta1::JobLevel
- value (::Google::Cloud::Talent::V4beta1::JobLevel) — The experience level associated with the job, such as "Entry Level".
- (::Google::Cloud::Talent::V4beta1::JobLevel) — The experience level associated with the job, such as "Entry Level".
#job_start_time
def job_start_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The start timestamp of the job in UTC time zone. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
#job_start_time=
def job_start_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The start timestamp of the job in UTC time zone. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
- (::Google::Protobuf::Timestamp) — The start timestamp of the job in UTC time zone. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
#language_code
def language_code() -> ::String
-
(::String) — The language of the posting. This field is distinct from
any requirements for fluency that are associated with the job.
Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages{: class="external" target="_blank" }.
If this field is unspecified and Job.description is present, detected language code based on Job.description is assigned, otherwise defaults to 'en_US'.
#language_code=
def language_code=(value) -> ::String
-
value (::String) — The language of the posting. This field is distinct from
any requirements for fluency that are associated with the job.
Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages{: class="external" target="_blank" }.
If this field is unspecified and Job.description is present, detected language code based on