Class SearchJobsResponse (2.2.1)

SearchJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for SearchJob method. .. attribute:: matching_jobs

The Job entities that match the specified SearchJobsRequest.

:type: Sequence[google.cloud.talent_v4beta1.types.SearchJobsResponse.MatchingJob]

Attributes

NameDescription
histogram_query_results Sequence[google.cloud.talent_v4beta1.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 Sequence[google.cloud.talent_v4beta1.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.
estimated_total_size int
An estimation of the number of jobs that match the specified query. This number isn't guaranteed to be accurate. For accurate results, see SearchJobsRequest.require_precise_result_size.
total_size int
The precise result count, which is available only if the client set SearchJobsRequest.require_precise_result_size to true, or if the response is the last page of results. Otherwise, the value is -1.
metadata google.cloud.talent_v4beta1.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_v4beta1.types.SpellingCorrection
The spell checking result, and correction.

Classes

CommuteInfo

CommuteInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Commute details related to this job. .. attribute:: job_location

Location used as the destination in the commute calculation.

:type: google.cloud.talent_v4beta1.types.Location

MatchingJob

MatchingJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Job entry with metadata inside SearchJobsResponse.