Class SearchProfilesResponse

public sealed class SearchProfilesResponse : IMessage<SearchProfilesResponse>, IEquatable<SearchProfilesResponse>, IDeepCloneable<SearchProfilesResponse>, IBufferMessage, IMessage

Response of SearchProfiles method.

Inheritance

Object > SearchProfilesResponse

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

SearchProfilesResponse()

public SearchProfilesResponse()

SearchProfilesResponse(SearchProfilesResponse)

public SearchProfilesResponse(SearchProfilesResponse other)
Parameter
NameDescription
otherSearchProfilesResponse

Properties

EstimatedTotalSize

public long EstimatedTotalSize { get; set; }

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

This number isn't guaranteed to be accurate.

Property Value
TypeDescription
Int64

HistogramQueryResults

public RepeatedField<HistogramQueryResult> HistogramQueryResults { get; }

The histogram results that match with specified [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].

Property Value
TypeDescription
RepeatedField<HistogramQueryResult>

Metadata

public ResponseMetadata Metadata { get; set; }

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

Property Value
TypeDescription
ResponseMetadata

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
String

ResultSetId

public string ResultSetId { get; set; }

An id that uniquely identifies the result set of a [SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles] call for consistent results.

Property Value
TypeDescription
String

SpellCorrection

public SpellingCorrection SpellCorrection { get; set; }

The spell checking result, and correction.

Property Value
TypeDescription
SpellingCorrection

SummarizedProfiles

public RepeatedField<SummarizedProfile> SummarizedProfiles { get; }

The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].

Property Value
TypeDescription
RepeatedField<SummarizedProfile>