Google Cloud Talent Solution v4beta1 API - Class SearchJobsResponse (3.0.0-beta05)

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.

Inheritance

object > SearchJobsResponse

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.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

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].

Property Value
Type Description
int

HistogramQueryResults

public RepeatedField<HistogramQueryResult> HistogramQueryResults { get; }

The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.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.v4beta1.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.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.v4beta1.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; }

The precise result count with limit 100,000.

Property Value
Type Description
int

Methods

GetEnumerator()

public IEnumerator<SearchJobsResponse.Types.MatchingJob> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSearchJobsResponseTypesMatchingJob