Class: Google::Apis::JobsV4::JobQuery
- Inherits:
-
Object
- Object
- Google::Apis::JobsV4::JobQuery
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v4/classes.rb,
generated/google/apis/jobs_v4/representations.rb,
generated/google/apis/jobs_v4/representations.rb
Overview
The query required to perform a search query.
Instance Attribute Summary collapse
-
#commute_filter ⇒ Google::Apis::JobsV4::CommuteFilter
Parameters needed for commute search.
-
#companies ⇒ Array<String>
This filter specifies the company entities to search against.
-
#company_display_names ⇒ Array<String>
This filter specifies the exact company Company.display_name of the jobs to search against.
-
#compensation_filter ⇒ Google::Apis::JobsV4::CompensationFilter
Filter on job compensation type and amount.
-
#custom_attribute_filter ⇒ String
This filter specifies a structured syntax to match against the Job.
-
#disable_spell_check ⇒ Boolean
(also: #disable_spell_check?)
This flag controls the spell-check feature.
-
#employment_types ⇒ Array<String>
The employment type filter specifies the employment type of jobs to search against, such as EmploymentType.FULL_TIME.
-
#excluded_jobs ⇒ Array<String>
This filter specifies a list of job names to be excluded during search.
-
#job_categories ⇒ Array<String>
The category filter specifies the categories of jobs to search against.
-
#language_codes ⇒ Array<String>
This filter specifies the locale of jobs to search against, for example, "en- US".
-
#location_filters ⇒ Array<Google::Apis::JobsV4::LocationFilter>
The location filter specifies geo-regions containing the jobs to search against.
-
#publish_time_range ⇒ Google::Apis::JobsV4::TimestampRange
Message representing a period of time between two timestamps.
-
#query ⇒ String
The query string that matches against the job title, description, and location fields.
-
#query_language_code ⇒ String
The language code of query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ JobQuery
constructor
A new instance of JobQuery.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ JobQuery
Returns a new instance of JobQuery.
1390 1391 1392 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1390 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commute_filter ⇒ Google::Apis::JobsV4::CommuteFilter
Parameters needed for commute search.
Corresponds to the JSON property commuteFilter
1277 1278 1279 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1277 def commute_filter @commute_filter end |
#companies ⇒ Array<String>
This filter specifies the company entities to search against. If a value isn't
specified, jobs are searched for against all companies. If multiple values are
specified, jobs are searched against the companies specified. The format is "
projects/project_id
/tenants/tenant_id
/companies/company_id
". For example,
"projects/foo/tenants/bar/companies/baz". At most 20 company filters are
allowed.
Corresponds to the JSON property companies
1287 1288 1289 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1287 def companies @companies end |
#company_display_names ⇒ Array<String>
This filter specifies the exact company Company.display_name of the jobs to
search against. If a value isn't specified, jobs within the search results are
associated with any company. If multiple values are specified, jobs within the
search results may be associated with any of the specified companies. At most
20 company display name filters are allowed.
Corresponds to the JSON property companyDisplayNames
1296 1297 1298 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1296 def company_display_names @company_display_names end |
#compensation_filter ⇒ Google::Apis::JobsV4::CompensationFilter
Filter on job compensation type and amount.
Corresponds to the JSON property compensationFilter
1301 1302 1303 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1301 def compensation_filter @compensation_filter end |
#custom_attribute_filter ⇒ String
This filter specifies a structured syntax to match against the Job.
custom_attributes marked as filterable
. The syntax for this expression is a
subset of SQL syntax. Supported operators are: =
, !=
, <
, <=
, >
, and `
=
where the left of the operator is a custom field key and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Supported functions are
LOWER([field_name])to perform a case insensitive match and
EMPTY([field_name])to filter on the existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100 comparisons or functions are allowed in the expression. The expression must be < 6000 bytes in length. Sample Query:
(LOWER(driving_license)="class \ "a\"" OR EMPTY(driving_license)) AND driving_years > 10Corresponds to the JSON property
customAttributeFilter`
1317 1318 1319 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1317 def custom_attribute_filter @custom_attribute_filter end |
#disable_spell_check ⇒ Boolean Also known as: disable_spell_check?
This flag controls the spell-check feature. If false, the service attempts to
correct a misspelled query, for example, "enginee" is corrected to "engineer".
Defaults to false: a spell check is performed.
Corresponds to the JSON property disableSpellCheck
1324 1325 1326 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1324 def disable_spell_check @disable_spell_check end |
#employment_types ⇒ Array<String>
The employment type filter specifies the employment type of jobs to search
against, such as EmploymentType.FULL_TIME. If a value isn't specified, jobs in
the search results includes any employment type. If multiple values are
specified, jobs in the search results include any of the specified employment
types.
Corresponds to the JSON property employmentTypes
1334 1335 1336 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1334 def employment_types @employment_types end |
#excluded_jobs ⇒ Array<String>
This filter specifies a list of job names to be excluded during search. At
most 400 excluded job names are allowed.
Corresponds to the JSON property excludedJobs
1340 1341 1342 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1340 def excluded_jobs @excluded_jobs end |
#job_categories ⇒ Array<String>
The category filter specifies the categories of jobs to search against. See
JobCategory for more information. If a value isn't specified, jobs from any
category are searched against. If multiple values are specified, jobs from any
of the specified categories are searched against.
Corresponds to the JSON property jobCategories
1348 1349 1350 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1348 def job_categories @job_categories end |
#language_codes ⇒ Array<String>
This filter specifies the locale of jobs to search against, for example, "en-
US". If a value isn't specified, the search results can contain jobs in any
locale. Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn"
. For more information, see Tags for Identifying Languages. At most 10 language code filters are allowed.
Corresponds to the JSON property languageCodes
1357 1358 1359 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1357 def language_codes @language_codes end |
#location_filters ⇒ Array<Google::Apis::JobsV4::LocationFilter>
The location filter specifies geo-regions containing the jobs to search
against. See LocationFilter for more information. If a location value isn't
specified, jobs fitting the other search criteria are retrieved regardless of
where they're located. If multiple values are specified, jobs are retrieved
from any of the specified locations. If different values are specified for the
LocationFilter.distance_in_miles parameter, the maximum provided distance is
used for all locations. At most 5 location filters are allowed.
Corresponds to the JSON property locationFilters
1368 1369 1370 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1368 def location_filters @location_filters end |
#publish_time_range ⇒ Google::Apis::JobsV4::TimestampRange
Message representing a period of time between two timestamps.
Corresponds to the JSON property publishTimeRange
1373 1374 1375 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1373 def publish_time_range @publish_time_range end |
#query ⇒ String
The query string that matches against the job title, description, and location
fields. The maximum number of allowed characters is 255.
Corresponds to the JSON property query
1379 1380 1381 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1379 def query @query end |
#query_language_code ⇒ String
The language code of query. For example, "en-US". This field helps to better
interpret the query. If a value isn't specified, the query language code is
automatically detected, which may not be accurate. Language code should be in
BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags
for Identifying Languages.
Corresponds to the JSON property queryLanguageCode
1388 1389 1390 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1388 def query_language_code @query_language_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 1395 def update!(**args) @commute_filter = args[:commute_filter] if args.key?(:commute_filter) @companies = args[:companies] if args.key?(:companies) @company_display_names = args[:company_display_names] if args.key?(:company_display_names) @compensation_filter = args[:compensation_filter] if args.key?(:compensation_filter) @custom_attribute_filter = args[:custom_attribute_filter] if args.key?(:custom_attribute_filter) @disable_spell_check = args[:disable_spell_check] if args.key?(:disable_spell_check) @employment_types = args[:employment_types] if args.key?(:employment_types) @excluded_jobs = args[:excluded_jobs] if args.key?(:excluded_jobs) @job_categories = args[:job_categories] if args.key?(:job_categories) @language_codes = args[:language_codes] if args.key?(:language_codes) @location_filters = args[:location_filters] if args.key?(:location_filters) @publish_time_range = args[:publish_time_range] if args.key?(:publish_time_range) @query = args[:query] if args.key?(:query) @query_language_code = args[:query_language_code] if args.key?(:query_language_code) end |