public sealed class SearchJobsResponse : IMessage<SearchJobsResponse>, IEquatable<SearchJobsResponse>, IDeepCloneable<SearchJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class SearchJobsResponse.
Response for SearchJob method.
Implements
IMessageSearchJobsResponse, IEquatableSearchJobsResponse, IDeepCloneableSearchJobsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
SearchJobsResponse()
public SearchJobsResponse()
SearchJobsResponse(SearchJobsResponse)
public SearchJobsResponse(SearchJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchJobsResponse |
Properties
BroadenedQueryJobsCount
public int BroadenedQueryJobsCount { get; set; }
If query broadening is enabled, we may append additional results from the broadened query. This number indicates how many of the jobs returned in the jobs field are from the broadened query. These results are always at the end of the jobs list. In particular, a value of 0, or if the field isn't set, all the jobs in the jobs list are from the original (without broadening) query. If this field is non-zero, subsequent requests with offset after this result set should contain all broadened results.
Property Value | |
---|---|
Type | Description |
int |
HistogramQueryResults
public RepeatedField<HistogramQueryResult> HistogramQueryResults { get; }
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
Property Value | |
---|---|
Type | Description |
RepeatedFieldHistogramQueryResult |
LocationFilters
public RepeatedField<Location> LocationFilters { get; }
The location filters that the service applied to the specified query. If any filters are lat-lng based, the [Location.location_type][google.cloud.talent.v4.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
Property Value | |
---|---|
Type | Description |
RepeatedFieldLocation |
MatchingJobs
public RepeatedField<SearchJobsResponse.Types.MatchingJob> MatchingJobs { get; }
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
Property Value | |
---|---|
Type | Description |
RepeatedFieldSearchJobsResponseTypesMatchingJob |
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; }
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
Property Value | |
---|---|
Type | Description |
string |
SpellCorrection
public SpellingCorrection SpellCorrection { get; set; }
The spell checking result, and correction.
Property Value | |
---|---|
Type | Description |
SpellingCorrection |
TotalSize
public int TotalSize { get; set; }
Number of jobs that match the specified query.
Note: This size is precise only if the total is less than 100,000.
Property Value | |
---|---|
Type | Description |
int |