public sealed class SearchProfilesResponse : IMessage<SearchProfilesResponse>, IEquatable<SearchProfilesResponse>, IDeepCloneable<SearchProfilesResponse>, IBufferMessage, IMessage
Response of SearchProfiles method.
Implements
IMessage<SearchProfilesResponse>, IEquatable<SearchProfilesResponse>, IDeepCloneable<SearchProfilesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
SearchProfilesResponse()
public SearchProfilesResponse()
SearchProfilesResponse(SearchProfilesResponse)
public SearchProfilesResponse(SearchProfilesResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchProfilesResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<HistogramQueryResult> |
Metadata
public ResponseMetadata Metadata { get; set; }
Additional information for the API invocation, such as the request tracking id.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
SpellCorrection
public SpellingCorrection SpellCorrection { get; set; }
The spell checking result, and correction.
Property Value | |
---|---|
Type | Description |
SpellingCorrection |
SummarizedProfiles
public RepeatedField<SummarizedProfile> SummarizedProfiles { get; }
The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
Property Value | |
---|---|
Type | Description |
RepeatedField<SummarizedProfile> |