public static interface SearchJobsResponse.MatchingJobOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SearchJobsResponse.CommuteInfo |
getCommuteInfo()
Commute information which is generated based on specified
[CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter].
|
SearchJobsResponse.CommuteInfoOrBuilder |
getCommuteInfoOrBuilder()
Commute information which is generated based on specified
[CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter].
|
Job |
getJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
|
JobOrBuilder |
getJobOrBuilder()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
|
String |
getJobSummary()
A summary of the job with core information that's displayed on the search
results listing page.
|
ByteString |
getJobSummaryBytes()
A summary of the job with core information that's displayed on the search
results listing page.
|
String |
getJobTitleSnippet()
Contains snippets of text from the [Job.title][google.cloud.talent.v4beta1.Job.title] field most
closely matching a search query's keywords, if available.
|
ByteString |
getJobTitleSnippetBytes()
Contains snippets of text from the [Job.title][google.cloud.talent.v4beta1.Job.title] field most
closely matching a search query's keywords, if available.
|
String |
getSearchTextSnippet()
Contains snippets of text from the [Job.description][google.cloud.talent.v4beta1.Job.description] and similar
fields that most closely match a search query's keywords, if available.
|
ByteString |
getSearchTextSnippetBytes()
Contains snippets of text from the [Job.description][google.cloud.talent.v4beta1.Job.description] and similar
fields that most closely match a search query's keywords, if available.
|
boolean |
hasCommuteInfo()
Commute information which is generated based on specified
[CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter].
|
boolean |
hasJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
.google.cloud.talent.v4beta1.Job job = 1;
Job getJob()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
.google.cloud.talent.v4beta1.Job job = 1;
JobOrBuilder getJobOrBuilder()
Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
.google.cloud.talent.v4beta1.Job job = 1;
String getJobSummary()
A summary of the job with core information that's displayed on the search results listing page.
string job_summary = 2;
ByteString getJobSummaryBytes()
A summary of the job with core information that's displayed on the search results listing page.
string job_summary = 2;
String getJobTitleSnippet()
Contains snippets of text from the [Job.title][google.cloud.talent.v4beta1.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;
ByteString getJobTitleSnippetBytes()
Contains snippets of text from the [Job.title][google.cloud.talent.v4beta1.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;
String getSearchTextSnippet()
Contains snippets of text from the [Job.description][google.cloud.talent.v4beta1.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;
ByteString getSearchTextSnippetBytes()
Contains snippets of text from the [Job.description][google.cloud.talent.v4beta1.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;
boolean hasCommuteInfo()
Commute information which is generated based on specified [CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter].
.google.cloud.talent.v4beta1.SearchJobsResponse.CommuteInfo commute_info = 5;
SearchJobsResponse.CommuteInfo getCommuteInfo()
Commute information which is generated based on specified [CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter].
.google.cloud.talent.v4beta1.SearchJobsResponse.CommuteInfo commute_info = 5;
SearchJobsResponse.CommuteInfoOrBuilder getCommuteInfoOrBuilder()
Commute information which is generated based on specified [CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter].
.google.cloud.talent.v4beta1.SearchJobsResponse.CommuteInfo commute_info = 5;
Copyright © 2022 Google LLC. All rights reserved.