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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile_service.rb

Overview

Response of SearchProfiles method.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

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

    This number isn't guaranteed to be accurate.



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#histogram_query_results::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>

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

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metadata::Google::Cloud::Talent::V4beta1::ResponseMetadata

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

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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.



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#result_set_id::String

Returns An id that uniquely identifies the result set of a SearchProfiles call for consistent results.

Returns:

  • (::String)

    An id that uniquely identifies the result set of a SearchProfiles call for consistent results.



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#spell_correction::Google::Cloud::Talent::V4beta1::SpellingCorrection

Returns The spell checking result, and correction.

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#summarized_profiles::Array<::Google::Cloud::Talent::V4beta1::SummarizedProfile>

Returns The profile entities that match the specified SearchProfilesRequest.

Returns:



361
362
363
364
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 361

class SearchProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end