Class SearchJobsResponse
Output only. Response for SearchJob method.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class SearchJobsResponse : IDirectResponseSchema
Properties
BroadenedQueryJobsCount
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.
Declaration
[JsonProperty("broadenedQueryJobsCount")]
public virtual int? BroadenedQueryJobsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EstimatedTotalSize
An estimation of the number of jobs that match the specified query. This number is not guaranteed to be accurate. For accurate results, see SearchJobsResponse.total_size.
Declaration
[JsonProperty("estimatedTotalSize")]
public virtual int? EstimatedTotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
HistogramResults
The histogram results that match specified SearchJobsRequest.histogram_facets.
Declaration
[JsonProperty("histogramResults")]
public virtual HistogramResults HistogramResults { get; set; }
Property Value
Type | Description |
---|---|
HistogramResults |
LocationFilters
The location filters that the service applied to the specified query. If any filters are lat-lng based, the JobLocation.location_type is JobLocation.LocationType#LOCATION_TYPE_UNSPECIFIED.
Declaration
[JsonProperty("locationFilters")]
public virtual IList<Location> LocationFilters { get; set; }
Property Value
Type | Description |
---|---|
IList<Location> |
MatchingJobs
The Job entities that match the specified SearchJobsRequest.
Declaration
[JsonProperty("matchingJobs")]
public virtual IList<MatchingJob> MatchingJobs { get; set; }
Property Value
Type | Description |
---|---|
IList<MatchingJob> |
Metadata
Additional information for the API invocation, such as the request tracking id.
Declaration
[JsonProperty("metadata")]
public virtual ResponseMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
ResponseMetadata |
NextPageToken
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SpellCorrection
The spell checking result, and correction.
Declaration
[JsonProperty("spellCorrection")]
public virtual SpellingCorrection SpellCorrection { get; set; }
Property Value
Type | Description |
---|---|
SpellingCorrection |
TotalSize
The precise result count with limit 100,000.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |