Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::SearchJobsResponse (v0.13.0)

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

#histogram_query_results=

def histogram_query_results=(value) -> ::Array<::Google::Cloud::Talent::V4::HistogramQueryResult>
Parameter
Returns

#location_filters

def location_filters() -> ::Array<::Google::Cloud::Talent::V4::Location>
Returns

#location_filters=

def location_filters=(value) -> ::Array<::Google::Cloud::Talent::V4::Location>
Parameter
Returns

#matching_jobs

def matching_jobs() -> ::Array<::Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob>
Returns

#matching_jobs=

def matching_jobs=(value) -> ::Array<::Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob>
Parameter
Returns

#metadata

def metadata() -> ::Google::Cloud::Talent::V4::ResponseMetadata
Returns

#metadata=

def metadata=(value) -> ::Google::Cloud::Talent::V4::ResponseMetadata
Parameter
Returns

#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

#spell_correction=

def spell_correction=(value) -> ::Google::Cloud::Talent::V4::SpellingCorrection
Parameter
Returns

#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.