Show / Hide Table of Contents

Class SearchJobsResponse

Output only. 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.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.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?

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>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX