public sealed class SearchJobsResponse : IMessage<SearchJobsResponse>, IEquatable<SearchJobsResponse>, IDeepCloneable<SearchJobsResponse>, IBufferMessage, IMessage, IPageResponse<SearchJobsResponse.Types.MatchingJob>, IEnumerable<SearchJobsResponse.Types.MatchingJob>, IEnumerable
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class SearchJobsResponse.
Response for SearchJob method.
Implements
IMessage<SearchJobsResponse>, IEquatable<SearchJobsResponse>, IDeepCloneable<SearchJobsResponse>, IBufferMessage, IMessage, IPageResponse<SearchJobsResponse.Types.MatchingJob>, IEnumerable<SearchJobsResponse.Types.MatchingJob>, IEnumerableNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
SearchJobsResponse()
public SearchJobsResponse()
SearchJobsResponse(SearchJobsResponse)
public SearchJobsResponse(SearchJobsResponse other)
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.
Type | Description |
Int32 |
EstimatedTotalSize
public int EstimatedTotalSize { get; set; }
An estimation of the number of jobs that match the specified query.
This number isn't guaranteed to be accurate. For accurate results, see [SearchJobsResponse.total_size][google.cloud.talent.v4beta1.SearchJobsResponse.total_size].
Type | Description |
Int32 |
HistogramQueryResults
public RepeatedField<HistogramQueryResult> HistogramQueryResults { get; }
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries].
Type | Description |
RepeatedField<HistogramQueryResult> |
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.v4beta1.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
Type | Description |
RepeatedField<Location> |
MatchingJobs
public RepeatedField<SearchJobsResponse.Types.MatchingJob> MatchingJobs { get; }
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
Type | Description |
RepeatedField<SearchJobsResponse.Types.MatchingJob> |
Metadata
public ResponseMetadata Metadata { get; set; }
Additional information for the API invocation, such as the request tracking id.
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.
Type | Description |
String |
SpellCorrection
public SpellingCorrection SpellCorrection { get; set; }
The spell checking result, and correction.
Type | Description |
SpellingCorrection |
TotalSize
public int TotalSize { get; set; }
The precise result count with limit 100,000.
Type | Description |
Int32 |
Methods
GetEnumerator()
public IEnumerator<SearchJobsResponse.Types.MatchingJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Type | Description |
IEnumerator<SearchJobsResponse.Types.MatchingJob> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Type | Description |
IEnumerator |