Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::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
Returns
- (::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
Parameter
- 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.
Returns
- (::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.
#histogram_query_results
def histogram_query_results() -> ::Array<::Google::Cloud::Talent::V4::HistogramQueryResult>
Returns
- (::Array<::Google::Cloud::Talent::V4::HistogramQueryResult>) — The histogram results that match with specified SearchJobsRequest.histogram_queries.
#histogram_query_results=
def histogram_query_results=(value) -> ::Array<::Google::Cloud::Talent::V4::HistogramQueryResult>
Parameter
- value (::Array<::Google::Cloud::Talent::V4::HistogramQueryResult>) — The histogram results that match with specified SearchJobsRequest.histogram_queries.
Returns
- (::Array<::Google::Cloud::Talent::V4::HistogramQueryResult>) — The histogram results that match with specified SearchJobsRequest.histogram_queries.
#location_filters
def location_filters() -> ::Array<::Google::Cloud::Talent::V4::Location>
Returns
- (::Array<::Google::Cloud::Talent::V4::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::V4::Location>
Parameter
- value (::Array<::Google::Cloud::Talent::V4::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.
Returns
- (::Array<::Google::Cloud::Talent::V4::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::V4::SearchJobsResponse::MatchingJob>
Returns
- (::Array<::Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob>) — The Job entities that match the specified SearchJobsRequest.
#matching_jobs=
def matching_jobs=(value) -> ::Array<::Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob>
Parameter
- value (::Array<::Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob>) — The Job entities that match the specified SearchJobsRequest.
Returns
- (::Array<::Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob>) — The Job entities that match the specified SearchJobsRequest.
#metadata
def metadata() -> ::Google::Cloud::Talent::V4::ResponseMetadata
Returns
- (::Google::Cloud::Talent::V4::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#metadata=
def metadata=(value) -> ::Google::Cloud::Talent::V4::ResponseMetadata
Parameter
- value (::Google::Cloud::Talent::V4::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
Returns
- (::Google::Cloud::Talent::V4::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#next_page_token
def next_page_token() -> ::String
Returns
- (::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
Parameter
- 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.
Returns
- (::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::V4::SpellingCorrection
Returns
- (::Google::Cloud::Talent::V4::SpellingCorrection) — The spell checking result, and correction.
#spell_correction=
def spell_correction=(value) -> ::Google::Cloud::Talent::V4::SpellingCorrection
Parameter
- value (::Google::Cloud::Talent::V4::SpellingCorrection) — The spell checking result, and correction.
Returns
- (::Google::Cloud::Talent::V4::SpellingCorrection) — The spell checking result, and correction.
#total_size
def total_size() -> ::Integer
Returns
-
(::Integer) — Number of jobs that match the specified query.
Note: This size is precise only if the total is less than 100,000.
#total_size=
def total_size=(value) -> ::Integer
Parameter
-
value (::Integer) — Number of jobs that match the specified query.
Note: This size is precise only if the total is less than 100,000.
Returns
-
(::Integer) — Number of jobs that match the specified query.
Note: This size is precise only if the total is less than 100,000.