Send feedback
Class SearchJobsResponse.MatchingJob (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.21.0 keyboard_arrow_down
public static final class SearchJobsResponse . MatchingJob extends GeneratedMessageV3 implements SearchJobsResponse . MatchingJobOrBuilder
Job entry with metadata inside
SearchJobsResponse .
Protobuf type google.cloud.talent.v4.SearchJobsResponse.MatchingJob
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
COMMUTE_INFO_FIELD_NUMBER
public static final int COMMUTE_INFO_FIELD_NUMBER
Field Value Type Description int
JOB_FIELD_NUMBER
public static final int JOB_FIELD_NUMBER
Field Value Type Description int
JOB_SUMMARY_FIELD_NUMBER
public static final int JOB_SUMMARY_FIELD_NUMBER
Field Value Type Description int
JOB_TITLE_SNIPPET_FIELD_NUMBER
public static final int JOB_TITLE_SNIPPET_FIELD_NUMBER
Field Value Type Description int
SEARCH_TEXT_SNIPPET_FIELD_NUMBER
public static final int SEARCH_TEXT_SNIPPET_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static SearchJobsResponse . MatchingJob getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SearchJobsResponse . MatchingJob . Builder newBuilder ()
newBuilder(SearchJobsResponse.MatchingJob prototype)
public static SearchJobsResponse . MatchingJob . Builder newBuilder ( SearchJobsResponse . MatchingJob prototype )
public static SearchJobsResponse . MatchingJob parseDelimitedFrom ( InputStream input )
public static SearchJobsResponse . MatchingJob parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SearchJobsResponse . MatchingJob parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchJobsResponse . MatchingJob parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SearchJobsResponse . MatchingJob parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchJobsResponse . MatchingJob parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SearchJobsResponse . MatchingJob parseFrom ( CodedInputStream input )
public static SearchJobsResponse . MatchingJob parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SearchJobsResponse . MatchingJob parseFrom ( InputStream input )
public static SearchJobsResponse . MatchingJob parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SearchJobsResponse . MatchingJob parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchJobsResponse . MatchingJob parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SearchJobsResponse . MatchingJob > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getCommuteInfo()
public SearchJobsResponse . CommuteInfo getCommuteInfo ()
Commute information which is generated based on specified
CommuteFilter .
.google.cloud.talent.v4.SearchJobsResponse.CommuteInfo commute_info = 5;
getCommuteInfoOrBuilder()
public SearchJobsResponse . CommuteInfoOrBuilder getCommuteInfoOrBuilder ()
Commute information which is generated based on specified
CommuteFilter .
.google.cloud.talent.v4.SearchJobsResponse.CommuteInfo commute_info = 5;
getDefaultInstanceForType()
public SearchJobsResponse . MatchingJob getDefaultInstanceForType ()
getJob()
Job resource that matches the specified
SearchJobsRequest .
.google.cloud.talent.v4.Job job = 1;
Returns Type Description Job
The job.
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder ()
Job resource that matches the specified
SearchJobsRequest .
.google.cloud.talent.v4.Job job = 1;
getJobSummary()
public String getJobSummary ()
A summary of the job with core information that's displayed on the search
results listing page.
string job_summary = 2;
Returns Type Description String
The jobSummary.
getJobSummaryBytes()
public ByteString getJobSummaryBytes ()
A summary of the job with core information that's displayed on the search
results listing page.
string job_summary = 2;
Returns Type Description ByteString
The bytes for jobSummary.
getJobTitleSnippet()
public 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 Type Description String
The jobTitleSnippet.
getJobTitleSnippetBytes()
public 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 Type Description ByteString
The bytes for jobTitleSnippet.
getParserForType()
public Parser<SearchJobsResponse . MatchingJob > getParserForType ()
Overrides
getSearchTextSnippet()
public 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 Type Description String
The searchTextSnippet.
getSearchTextSnippetBytes()
public 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 Type Description ByteString
The bytes for searchTextSnippet.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hasCommuteInfo()
public boolean hasCommuteInfo ()
Commute information which is generated based on specified
CommuteFilter .
.google.cloud.talent.v4.SearchJobsResponse.CommuteInfo commute_info = 5;
Returns Type Description boolean
Whether the commuteInfo field is set.
hasJob()
Job resource that matches the specified
SearchJobsRequest .
.google.cloud.talent.v4.Job job = 1;
Returns Type Description boolean
Whether the job field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SearchJobsResponse . MatchingJob . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchJobsResponse . MatchingJob . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public SearchJobsResponse . MatchingJob . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]