Package com.google.cloud.talent.v4
Interface SearchJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchJobsResponse
,SearchJobsResponse.Builder
public interface SearchJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBroadenedQueryJobsCount()
If query broadening is enabled, we may append additional results from the broadened query.HistogramQueryResult
getHistogramQueryResults(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].int
getHistogramQueryResultsCount()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].List<HistogramQueryResult>
getHistogramQueryResultsList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResultOrBuilder
getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].List<? extends HistogramQueryResultOrBuilder>
getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].Location
getLocationFilters(int index)
The location filters that the service applied to the specified query.int
getLocationFiltersCount()
The location filters that the service applied to the specified query.List<Location>
getLocationFiltersList()
The location filters that the service applied to the specified query.LocationOrBuilder
getLocationFiltersOrBuilder(int index)
The location filters that the service applied to the specified query.List<? extends LocationOrBuilder>
getLocationFiltersOrBuilderList()
The location filters that the service applied to the specified query.SearchJobsResponse.MatchingJob
getMatchingJobs(int index)
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].int
getMatchingJobsCount()
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].List<SearchJobsResponse.MatchingJob>
getMatchingJobsList()
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].SearchJobsResponse.MatchingJobOrBuilder
getMatchingJobsOrBuilder(int index)
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].List<? extends SearchJobsResponse.MatchingJobOrBuilder>
getMatchingJobsOrBuilderList()
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].ResponseMetadata
getMetadata()
Additional information for the API invocation, such as the request tracking id.ResponseMetadataOrBuilder
getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.String
getNextPageToken()
The token that specifies the starting position of the next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
The token that specifies the starting position of the next page of results.SpellingCorrection
getSpellCorrection()
The spell checking result, and correction.SpellingCorrectionOrBuilder
getSpellCorrectionOrBuilder()
The spell checking result, and correction.int
getTotalSize()
Number of jobs that match the specified query.boolean
hasMetadata()
Additional information for the API invocation, such as the request tracking id.boolean
hasSpellCorrection()
The spell checking result, and correction.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMatchingJobsList
List<SearchJobsResponse.MatchingJob> getMatchingJobsList()
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
-
getMatchingJobs
SearchJobsResponse.MatchingJob getMatchingJobs(int index)
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
-
getMatchingJobsCount
int getMatchingJobsCount()
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
-
getMatchingJobsOrBuilderList
List<? extends SearchJobsResponse.MatchingJobOrBuilder> getMatchingJobsOrBuilderList()
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
-
getMatchingJobsOrBuilder
SearchJobsResponse.MatchingJobOrBuilder getMatchingJobsOrBuilder(int index)
The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4.SearchJobsRequest].
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
-
getHistogramQueryResultsList
List<HistogramQueryResult> getHistogramQueryResultsList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
-
getHistogramQueryResults
HistogramQueryResult getHistogramQueryResults(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
-
getHistogramQueryResultsCount
int getHistogramQueryResultsCount()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
-
getHistogramQueryResultsOrBuilderList
List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
-
getHistogramQueryResultsOrBuilder
HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
-
getNextPageToken
String getNextPageToken()
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
string next_page_token = 3;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
string next_page_token = 3;
- Returns:
- The bytes for nextPageToken.
-
getLocationFiltersList
List<Location> getLocationFiltersList()
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.v4.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
repeated .google.cloud.talent.v4.Location location_filters = 4;
-
getLocationFilters
Location getLocationFilters(int index)
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.v4.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
repeated .google.cloud.talent.v4.Location location_filters = 4;
-
getLocationFiltersCount
int getLocationFiltersCount()
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.v4.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
repeated .google.cloud.talent.v4.Location location_filters = 4;
-
getLocationFiltersOrBuilderList
List<? extends LocationOrBuilder> getLocationFiltersOrBuilderList()
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.v4.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
repeated .google.cloud.talent.v4.Location location_filters = 4;
-
getLocationFiltersOrBuilder
LocationOrBuilder getLocationFiltersOrBuilder(int index)
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.v4.Location.location_type] is [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4.Location.LocationType.LOCATION_TYPE_UNSPECIFIED].
repeated .google.cloud.talent.v4.Location location_filters = 4;
-
getTotalSize
int getTotalSize()
Number of jobs that match the specified query. Note: This size is precise only if the total is less than 100,000.
int32 total_size = 6;
- Returns:
- The totalSize.
-
hasMetadata
boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 7;
- Returns:
- Whether the metadata field is set.
-
getMetadata
ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 7;
- Returns:
- The metadata.
-
getMetadataOrBuilder
ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 7;
-
getBroadenedQueryJobsCount
int getBroadenedQueryJobsCount()
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.
int32 broadened_query_jobs_count = 8;
- Returns:
- The broadenedQueryJobsCount.
-
hasSpellCorrection
boolean hasSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4.SpellingCorrection spell_correction = 9;
- Returns:
- Whether the spellCorrection field is set.
-
getSpellCorrection
SpellingCorrection getSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4.SpellingCorrection spell_correction = 9;
- Returns:
- The spellCorrection.
-
getSpellCorrectionOrBuilder
SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4.SpellingCorrection spell_correction = 9;
-
-