Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::SearchJobsResponse.
Response for SearchJob method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#broadened_query_jobs_count
def broadened_query_jobs_count() -> ::Integer
- (::Integer) — 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.
#broadened_query_jobs_count=
def broadened_query_jobs_count=(value) -> ::Integer
- value (::Integer) — 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.
- (::Integer) — 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.
#estimated_total_size
def estimated_total_size() -> ::Integer
-
(::Integer) — 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.
#estimated_total_size=
def estimated_total_size=(value) -> ::Integer
-
value (::Integer) — 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.
-
(::Integer) — 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.
#histogram_query_results
def histogram_query_results() -> ::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>
- (::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>) — The histogram results that match with specified SearchJobsRequest.histogram_queries.
#histogram_query_results=
def histogram_query_results=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>
- value (::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>) — The histogram results that match with specified SearchJobsRequest.histogram_queries.
- (::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>) — The histogram results that match with specified SearchJobsRequest.histogram_queries.
#location_filters
def location_filters() -> ::Array<::Google::Cloud::Talent::V4beta1::Location>
- (::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.
#location_filters=
def location_filters=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Location>
- value (::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.
- (::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.
#matching_jobs
def matching_jobs() -> ::Array<::Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob>
- (::Array<::Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob>) — The Job entities that match the specified SearchJobsRequest.
#matching_jobs=
def matching_jobs=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob>
- value (::Array<::Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob>) — The Job entities that match the specified SearchJobsRequest.
- (::Array<::Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob>) — The Job entities that match the specified SearchJobsRequest.
#metadata
def metadata() -> ::Google::Cloud::Talent::V4beta1::ResponseMetadata
- (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#metadata=
def metadata=(value) -> ::Google::Cloud::Talent::V4beta1::ResponseMetadata
- value (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
- (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#next_page_token
def next_page_token() -> ::String
- (::String) — The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
- value (::String) — The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
- (::String) — The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
#spell_correction
def spell_correction() -> ::Google::Cloud::Talent::V4beta1::SpellingCorrection
- (::Google::Cloud::Talent::V4beta1::SpellingCorrection) — The spell checking result, and correction.
#spell_correction=
def spell_correction=(value) -> ::Google::Cloud::Talent::V4beta1::SpellingCorrection
- value (::Google::Cloud::Talent::V4beta1::SpellingCorrection) — The spell checking result, and correction.
- (::Google::Cloud::Talent::V4beta1::SpellingCorrection) — The spell checking result, and correction.
#total_size
def total_size() -> ::Integer
- (::Integer) — The precise result count with limit 100,000.
#total_size=
def total_size=(value) -> ::Integer
- value (::Integer) — The precise result count with limit 100,000.
- (::Integer) — The precise result count with limit 100,000.