Show / Hide Table of Contents

Class SearchJobsResponse

Response for SearchJob method.

Inheritance
object
SearchJobsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.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

HistogramQueryResults

The histogram results that match with specified SearchJobsRequest.histogram_queries.

Declaration
[JsonProperty("histogramQueryResults")]
public virtual IList<HistogramQueryResult> HistogramQueryResults { get; set; }
Property Value
Type Description
IList<HistogramQueryResult>

LocationFilters

The location filters that the service applied to the specified query. If any filters are lat-lng based, the Location.location_type is Location.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

Number of jobs that match the specified query. Note: This size is precise only if the total is less than 100,000.

Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX