Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class SearchJobsResponse.
Response for SearchJob method.
Generated from protobuf message google.cloud.talent.v4beta1.SearchJobsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ matching_jobs
array< Google\Cloud\Talent\V4beta1\SearchJobsResponse\MatchingJob
>
The Job entities that match the specified SearchJobsRequest .
↳ histogram_query_results
array< Google\Cloud\Talent\V4beta1\HistogramQueryResult
>
The histogram results that match with specified SearchJobsRequest.histogram_queries .
↳ 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.
↳ location_filters
array< Google\Cloud\Talent\V4beta1\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 SearchJobsResponse.total_size .
↳ total_size
int
The precise result count with limit 100,000.
↳ metadata
Google\Cloud\Talent\V4beta1\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
getMatchingJobs
The Job entities that match the specified SearchJobsRequest .
setMatchingJobs
The Job entities that match the specified SearchJobsRequest .
$this
getHistogramQueryResults
The histogram results that match with specified SearchJobsRequest.histogram_queries .
setHistogramQueryResults
The histogram results that match with specified SearchJobsRequest.histogram_queries .
$this
getNextPageToken
The token that specifies the starting position of the next page of results.
This field is empty if there are no more results.
string
setNextPageToken
The token that specifies the starting position of the next page of results.
This field is empty if there are no more results.
var
string
$this
getLocationFilters
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 .
setLocationFilters
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 .
$this
getEstimatedTotalSize
An estimation of the number of jobs that match the specified query.
This number isn't guaranteed to be accurate. For accurate results, see SearchJobsResponse.total_size .
int
setEstimatedTotalSize
An estimation of the number of jobs that match the specified query.
This number isn't guaranteed to be accurate. For accurate results, see SearchJobsResponse.total_size .
var
int
$this
getTotalSize
The precise result count with limit 100,000.
int
setTotalSize
The precise result count with limit 100,000.
var
int
$this
getMetadata
Additional information for the API invocation, such as the request tracking id.
hasMetadata
clearMetadata
setMetadata
Additional information for the API invocation, such as the request tracking id.
$this
getBroadenedQueryJobsCount
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.
int
setBroadenedQueryJobsCount
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.
var
int
$this
getSpellCorrection
The spell checking result, and correction.
hasSpellCorrection
clearSpellCorrection
setSpellCorrection
The spell checking result, and correction.
$this

