Class: Google::Apis::JobsV2::SearchJobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::JobsV2::SearchJobsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v2/classes.rb,
generated/google/apis/jobs_v2/representations.rb,
generated/google/apis/jobs_v2/representations.rb
Overview
Output only. Response for SearchJob method.
Instance Attribute Summary collapse
-
#applied_commute_filter ⇒ Google::Apis::JobsV2::CommutePreference
Input only.
-
#applied_job_location_filters ⇒ Array<Google::Apis::JobsV2::JobLocation>
The location filters that the service applied to the specified query.
-
#estimated_total_size ⇒ Fixnum
An estimation of the number of jobs that match the specified query.
-
#histogram_results ⇒ Google::Apis::JobsV2::HistogramResults
Output only.
-
#job_view ⇒ String
Corresponds to SearchJobsRequest.job_view.
-
#matching_jobs ⇒ Array<Google::Apis::JobsV2::MatchingJob>
The Job entities that match the specified SearchJobsRequest.
-
#metadata ⇒ Google::Apis::JobsV2::ResponseMetadata
Output only.
-
#next_page_token ⇒ String
The token that specifies the starting position of the next page of results.
-
#num_jobs_from_broadened_query ⇒ Fixnum
If query broadening is enabled, we may append additional results from the broadened query.
-
#spell_result ⇒ Google::Apis::JobsV2::SpellingCorrection
Output only.
-
#total_size ⇒ Fixnum
The precise result count, which is available only if the client set enable_precise_result_size to
trueor if the response is the last page of results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SearchJobsResponse
constructor
A new instance of SearchJobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SearchJobsResponse
Returns a new instance of SearchJobsResponse
3286 3287 3288 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3286 def initialize(**args) update!(**args) end |
Instance Attribute Details
#applied_commute_filter ⇒ Google::Apis::JobsV2::CommutePreference
Input only.
Parameters needed for commute search.
Corresponds to the JSON property appliedCommuteFilter
3216 3217 3218 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3216 def applied_commute_filter @applied_commute_filter end |
#applied_job_location_filters ⇒ Array<Google::Apis::JobsV2::JobLocation>
The location filters that the service applied to the specified query. If
any filters are lat-lng based, the JobLocation.location_type is
JobLocation.LocationType#LOCATION_TYPE_UNSPECIFIED.
Corresponds to the JSON property appliedJobLocationFilters
3223 3224 3225 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3223 def applied_job_location_filters @applied_job_location_filters end |
#estimated_total_size ⇒ Fixnum
An estimation of the number of jobs that match the specified query.
This number is not guaranteed to be accurate. For accurate results,
seenenable_precise_result_size.
Corresponds to the JSON property estimatedTotalSize
3230 3231 3232 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3230 def estimated_total_size @estimated_total_size end |
#histogram_results ⇒ Google::Apis::JobsV2::HistogramResults
Output only.
Histogram results that matches HistogramFacets specified in
SearchJobsRequest.
Corresponds to the JSON property histogramResults
3237 3238 3239 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3237 def histogram_results @histogram_results end |
#job_view ⇒ String
Corresponds to SearchJobsRequest.job_view.
Corresponds to the JSON property jobView
3242 3243 3244 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3242 def job_view @job_view end |
#matching_jobs ⇒ Array<Google::Apis::JobsV2::MatchingJob>
The Job entities that match the specified SearchJobsRequest.
Corresponds to the JSON property matchingJobs
3247 3248 3249 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3247 def matching_jobs @matching_jobs end |
#metadata ⇒ Google::Apis::JobsV2::ResponseMetadata
Output only.
Additional information returned to client, such as debugging
information.
Corresponds to the JSON property metadata
3254 3255 3256 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3254 def @metadata end |
#next_page_token ⇒ String
The token that specifies the starting position of the next page of results.
This field is empty if there are no more results.
Corresponds to the JSON property nextPageToken
3260 3261 3262 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3260 def next_page_token @next_page_token end |
#num_jobs_from_broadened_query ⇒ Fixnum
If query broadening is enabled, we may append additional results from the
broadened query. This number indicates how many of the jobs returned in the
jobs field are from the broadened query. These results are always at the
end of the jobs list. In particular, a value of 0 means all the jobs in the
jobs list are from the original (without broadening) query. If this
field is non-zero, subsequent requests with offset after this result set
should contain all broadened results.
Corresponds to the JSON property numJobsFromBroadenedQuery
3271 3272 3273 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3271 def num_jobs_from_broadened_query @num_jobs_from_broadened_query end |
#spell_result ⇒ Google::Apis::JobsV2::SpellingCorrection
Output only.
Spell check result.
Corresponds to the JSON property spellResult
3277 3278 3279 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3277 def spell_result @spell_result end |
#total_size ⇒ Fixnum
The precise result count, which is available only if the client set
enable_precise_result_size to true or if the response
is the last page of results. Otherwise, the value will be -1.
Corresponds to the JSON property totalSize
3284 3285 3286 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3284 def total_size @total_size end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 |
# File 'generated/google/apis/jobs_v2/classes.rb', line 3291 def update!(**args) @applied_commute_filter = args[:applied_commute_filter] if args.key?(:applied_commute_filter) @applied_job_location_filters = args[:applied_job_location_filters] if args.key?(:applied_job_location_filters) @estimated_total_size = args[:estimated_total_size] if args.key?(:estimated_total_size) @histogram_results = args[:histogram_results] if args.key?(:histogram_results) @job_view = args[:job_view] if args.key?(:job_view) @matching_jobs = args[:matching_jobs] if args.key?(:matching_jobs) @metadata = args[:metadata] if args.key?(:metadata) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @num_jobs_from_broadened_query = args[:num_jobs_from_broadened_query] if args.key?(:num_jobs_from_broadened_query) @spell_result = args[:spell_result] if args.key?(:spell_result) @total_size = args[:total_size] if args.key?(:total_size) end |