Interface SearchJobsResponse.MatchingJobOrBuilder (2.2.9)

public static interface SearchJobsResponse.MatchingJobOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommuteInfo()

public abstract SearchJobsResponse.CommuteInfo getCommuteInfo()

Commute information which is generated based on specified CommuteFilter.

.google.cloud.talent.v4.SearchJobsResponse.CommuteInfo commute_info = 5;

Returns
TypeDescription
SearchJobsResponse.CommuteInfo

The commuteInfo.

getCommuteInfoOrBuilder()

public abstract SearchJobsResponse.CommuteInfoOrBuilder getCommuteInfoOrBuilder()

Commute information which is generated based on specified CommuteFilter.

.google.cloud.talent.v4.SearchJobsResponse.CommuteInfo commute_info = 5;

Returns
TypeDescription
SearchJobsResponse.CommuteInfoOrBuilder

getJob()

public abstract Job getJob()

Job resource that matches the specified SearchJobsRequest.

.google.cloud.talent.v4.Job job = 1;

Returns
TypeDescription
Job

The job.

getJobOrBuilder()

public abstract JobOrBuilder getJobOrBuilder()

Job resource that matches the specified SearchJobsRequest.

.google.cloud.talent.v4.Job job = 1;

Returns
TypeDescription
JobOrBuilder

getJobSummary()

public abstract String getJobSummary()

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

string job_summary = 2;

Returns
TypeDescription
String

The jobSummary.

getJobSummaryBytes()

public abstract ByteString getJobSummaryBytes()

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

string job_summary = 2;

Returns
TypeDescription
ByteString

The bytes for jobSummary.

getJobTitleSnippet()

public abstract String getJobTitleSnippet()

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

string job_title_snippet = 3;

Returns
TypeDescription
String

The jobTitleSnippet.

getJobTitleSnippetBytes()

public abstract ByteString getJobTitleSnippetBytes()

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

string job_title_snippet = 3;

Returns
TypeDescription
ByteString

The bytes for jobTitleSnippet.

getSearchTextSnippet()

public abstract String getSearchTextSnippet()

Contains snippets of text from the 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.

string search_text_snippet = 4;

Returns
TypeDescription
String

The searchTextSnippet.

getSearchTextSnippetBytes()

public abstract ByteString getSearchTextSnippetBytes()

Contains snippets of text from the 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.

string search_text_snippet = 4;

Returns
TypeDescription
ByteString

The bytes for searchTextSnippet.

hasCommuteInfo()

public abstract boolean hasCommuteInfo()

Commute information which is generated based on specified CommuteFilter.

.google.cloud.talent.v4.SearchJobsResponse.CommuteInfo commute_info = 5;

Returns
TypeDescription
boolean

Whether the commuteInfo field is set.

hasJob()

public abstract boolean hasJob()

Job resource that matches the specified SearchJobsRequest.

.google.cloud.talent.v4.Job job = 1;

Returns
TypeDescription
boolean

Whether the job field is set.