Class: Google::Cloud::Talent::V4beta1::SearchProfilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::SearchProfilesResponse
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb
Overview
Response of SearchProfiles method.
Instance Attribute Summary collapse
-
#estimated_total_size ⇒ Integer
An estimation of the number of profiles that match the specified query.
-
#histogram_query_results ⇒ Array<Google::Cloud::Talent::V4beta1::HistogramQueryResult>
The histogram results that match with specified SearchProfilesRequest#histogram_queries.
-
#metadata ⇒ Google::Cloud::Talent::V4beta1::ResponseMetadata
Additional information for the API invocation, such as the request tracking id.
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
-
#spell_correction ⇒ Google::Cloud::Talent::V4beta1::SpellingCorrection
The spell checking result, and correction.
-
#summarized_profiles ⇒ Array<Google::Cloud::Talent::V4beta1::SummarizedProfile>
The profile entities that match the specified SearchProfilesRequest.
Instance Attribute Details
#estimated_total_size ⇒ Integer
Returns An estimation of the number of profiles that match the specified query.
This number isn't guaranteed to be accurate.
342 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342 class SearchProfilesResponse; end |
#histogram_query_results ⇒ Array<Google::Cloud::Talent::V4beta1::HistogramQueryResult>
Returns The histogram results that match with specified SearchProfilesRequest#histogram_queries.
342 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342 class SearchProfilesResponse; end |
#metadata ⇒ Google::Cloud::Talent::V4beta1::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
342 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342 class SearchProfilesResponse; end |
#next_page_token ⇒ String
Returns A token to retrieve the next page of results. This is empty if there are no more results.
342 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342 class SearchProfilesResponse; end |
#spell_correction ⇒ Google::Cloud::Talent::V4beta1::SpellingCorrection
Returns The spell checking result, and correction.
342 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342 class SearchProfilesResponse; end |
#summarized_profiles ⇒ Array<Google::Cloud::Talent::V4beta1::SummarizedProfile>
Returns The profile entities that match the specified SearchProfilesRequest.
342 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342 class SearchProfilesResponse; end |