SearchJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response for SearchJob method.
Attributes |
|
---|---|
Name | Description |
matching_jobs |
MutableSequence[google.cloud.talent_v4.types.SearchJobsResponse.MatchingJob]
The Job entities that match the specified SearchJobsRequest. |
histogram_query_results |
MutableSequence[google.cloud.talent_v4.types.HistogramQueryResult]
The histogram results that match with specified SearchJobsRequest.histogram_queries. |
next_page_token |
str
The token that specifies the starting position of the next page of results. This field is empty if there are no more results. |
location_filters |
MutableSequence[google.cloud.talent_v4.types.Location]
The location filters that the service applied to the specified query. If any filters are lat-lng based, the Location.location_type is Location.LocationType.LOCATION_TYPE_UNSPECIFIED. |
total_size |
int
Number of jobs that match the specified query. Note: This size is precise only if the total is less than 100,000. |
metadata |
google.cloud.talent_v4.types.ResponseMetadata
Additional information for the API invocation, such as the request tracking id. |
broadened_query_jobs_count |
int
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, or if the field isn't set, 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. |
spell_correction |
google.cloud.talent_v4.types.SpellingCorrection
The spell checking result, and correction. |
Classes
CommuteInfo
CommuteInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Commute details related to this job.
MatchingJob
MatchingJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Job entry with metadata inside SearchJobsResponse.