Class SearchJobsResponse.Types.MatchingJob (1.0.0)

public sealed class MatchingJob : IMessage<SearchJobsResponse.Types.MatchingJob>, IEquatable<SearchJobsResponse.Types.MatchingJob>, IDeepCloneable<SearchJobsResponse.Types.MatchingJob>, IBufferMessage, IMessage

Job entry with metadata inside [SearchJobsResponse][google.cloud.talent.v4.SearchJobsResponse].

Inheritance

System.Object > SearchJobsResponse.Types.MatchingJob

Implements

Google.Protobuf.IMessage<SearchJobsResponse.Types.MatchingJob>, System.IEquatable<SearchJobsResponse.Types.MatchingJob>, Google.Protobuf.IDeepCloneable<SearchJobsResponse.Types.MatchingJob>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

MatchingJob()

public MatchingJob()

MatchingJob(SearchJobsResponse.Types.MatchingJob)

public MatchingJob(SearchJobsResponse.Types.MatchingJob other)
Parameter
NameDescription
otherSearchJobsResponse.Types.MatchingJob

Properties

CommuteInfo

public SearchJobsResponse.Types.CommuteInfo CommuteInfo { get; set; }

Commute information which is generated based on specified [CommuteFilter][google.cloud.talent.v4.CommuteFilter].

Property Value
TypeDescription
SearchJobsResponse.Types.CommuteInfo

Job

public Job Job { get; set; }

Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].

Property Value
TypeDescription
Job

JobSummary

public string JobSummary { get; set; }

A summary of the job with core information that's displayed on the search results listing page.

Property Value
TypeDescription
System.String

JobTitleSnippet

public string JobTitleSnippet { get; set; }

Contains snippets of text from the [Job.title][google.cloud.talent.v4.Job.title] field most closely matching a search query's keywords, if available. The matching query keywords are enclosed in HTML bold tags.

Property Value
TypeDescription
System.String

SearchTextSnippet

public string SearchTextSnippet { get; set; }

Contains snippets of text from the [Job.description][google.cloud.talent.v4.Job.description] and similar fields that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.

Property Value
TypeDescription
System.String