Class SearchProfilesResponse (2.2.1)

SearchProfilesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response of SearchProfiles method. .. attribute:: estimated_total_size

An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.

:type: int

Attributes

NameDescription
spell_correction google.cloud.talent_v4beta1.types.SpellingCorrection
The spell checking result, and correction.
metadata google.cloud.talent_v4beta1.types.ResponseMetadata
Additional information for the API invocation, such as the request tracking id.
next_page_token str
A token to retrieve the next page of results. This is empty if there are no more results.
histogram_query_results Sequence[google.cloud.talent_v4beta1.types.HistogramQueryResult]
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
summarized_profiles Sequence[google.cloud.talent_v4beta1.types.SummarizedProfile]
The profile entities that match the specified SearchProfilesRequest.
result_set_id str
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.