Class: Google::Cloud::Talent::V4beta1::SearchProfilesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb

Overview

Response of SearchProfiles method.

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_total_sizeInteger

Returns An estimation of the number of profiles that match the specified query.

This number isn't guaranteed to be accurate.

Returns:

  • (Integer)

    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_resultsArray<Google::Cloud::Talent::V4beta1::HistogramQueryResult>

Returns The histogram results that match with specified SearchProfilesRequest#histogram_queries.

Returns:



342
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342

class SearchProfilesResponse; end

#metadataGoogle::Cloud::Talent::V4beta1::ResponseMetadata

Returns Additional information for the API invocation, such as the request tracking id.

Returns:



342
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342

class SearchProfilesResponse; end

#next_page_tokenString

Returns A token to retrieve the next page of results. This is empty if there are no more results.

Returns:

  • (String)

    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_correctionGoogle::Cloud::Talent::V4beta1::SpellingCorrection

Returns The spell checking result, and correction.

Returns:



342
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342

class SearchProfilesResponse; end

#summarized_profilesArray<Google::Cloud::Talent::V4beta1::SummarizedProfile>

Returns The profile entities that match the specified SearchProfilesRequest.

Returns:



342
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 342

class SearchProfilesResponse; end