- 2.53.0 (latest)
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public interface SearchJobsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBroadenedQueryJobsCount()
public abstract 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 | |
---|---|
Type | Description |
int | The broadenedQueryJobsCount. |
getHistogramQueryResults(int index)
public abstract HistogramQueryResult getHistogramQueryResults(int index)
The histogram results that match with specified SearchJobsRequest.histogram_queries.
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
HistogramQueryResult |
getHistogramQueryResultsCount()
public abstract int getHistogramQueryResultsCount()
The histogram results that match with specified SearchJobsRequest.histogram_queries.
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
Returns | |
---|---|
Type | Description |
int |
getHistogramQueryResultsList()
public abstract List<HistogramQueryResult> getHistogramQueryResultsList()
The histogram results that match with specified SearchJobsRequest.histogram_queries.
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
Returns | |
---|---|
Type | Description |
List<HistogramQueryResult> |
getHistogramQueryResultsOrBuilder(int index)
public abstract HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified SearchJobsRequest.histogram_queries.
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
HistogramQueryResultOrBuilder |
getHistogramQueryResultsOrBuilderList()
public abstract List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified SearchJobsRequest.histogram_queries.
repeated .google.cloud.talent.v4.HistogramQueryResult histogram_query_results = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.talent.v4.HistogramQueryResultOrBuilder> |
getLocationFilters(int index)
public abstract 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 is Location.LocationType.LOCATION_TYPE_UNSPECIFIED.
repeated .google.cloud.talent.v4.Location location_filters = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Location |
getLocationFiltersCount()
public abstract int getLocationFiltersCount()
The location filters that the service applied to the specified query. If any filters are lat-lng based, the Location.location_type is Location.LocationType.LOCATION_TYPE_UNSPECIFIED.
repeated .google.cloud.talent.v4.Location location_filters = 4;
Returns | |
---|---|
Type | Description |
int |
getLocationFiltersList()
public abstract 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 is Location.LocationType.LOCATION_TYPE_UNSPECIFIED.
repeated .google.cloud.talent.v4.Location location_filters = 4;
Returns | |
---|---|
Type | Description |
List<Location> |
getLocationFiltersOrBuilder(int index)
public abstract 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 is Location.LocationType.LOCATION_TYPE_UNSPECIFIED.
repeated .google.cloud.talent.v4.Location location_filters = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
LocationOrBuilder |
getLocationFiltersOrBuilderList()
public abstract 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 is Location.LocationType.LOCATION_TYPE_UNSPECIFIED.
repeated .google.cloud.talent.v4.Location location_filters = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.talent.v4.LocationOrBuilder> |
getMatchingJobs(int index)
public abstract SearchJobsResponse.MatchingJob getMatchingJobs(int index)
The Job entities that match the specified SearchJobsRequest.
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchJobsResponse.MatchingJob |
getMatchingJobsCount()
public abstract int getMatchingJobsCount()
The Job entities that match the specified SearchJobsRequest.
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
Returns | |
---|---|
Type | Description |
int |
getMatchingJobsList()
public abstract List<SearchJobsResponse.MatchingJob> getMatchingJobsList()
The Job entities that match the specified SearchJobsRequest.
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
Returns | |
---|---|
Type | Description |
List<MatchingJob> |
getMatchingJobsOrBuilder(int index)
public abstract SearchJobsResponse.MatchingJobOrBuilder getMatchingJobsOrBuilder(int index)
The Job entities that match the specified SearchJobsRequest.
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchJobsResponse.MatchingJobOrBuilder |
getMatchingJobsOrBuilderList()
public abstract List<? extends SearchJobsResponse.MatchingJobOrBuilder> getMatchingJobsOrBuilderList()
The Job entities that match the specified SearchJobsRequest.
repeated .google.cloud.talent.v4.SearchJobsResponse.MatchingJob matching_jobs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.talent.v4.SearchJobsResponse.MatchingJobOrBuilder> |
getMetadata()
public abstract ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 7;
Returns | |
---|---|
Type | Description |
ResponseMetadata | The metadata. |
getMetadataOrBuilder()
public abstract ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 7;
Returns | |
---|---|
Type | Description |
ResponseMetadataOrBuilder |
getNextPageToken()
public abstract 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 | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getSpellCorrection()
public abstract SpellingCorrection getSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4.SpellingCorrection spell_correction = 9;
Returns | |
---|---|
Type | Description |
SpellingCorrection | The spellCorrection. |
getSpellCorrectionOrBuilder()
public abstract SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4.SpellingCorrection spell_correction = 9;
Returns | |
---|---|
Type | Description |
SpellingCorrectionOrBuilder |
getTotalSize()
public abstract 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 | |
---|---|
Type | Description |
int | The totalSize. |
hasMetadata()
public abstract boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4.ResponseMetadata metadata = 7;
Returns | |
---|---|
Type | Description |
boolean | Whether the metadata field is set. |
hasSpellCorrection()
public abstract boolean hasSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4.SpellingCorrection spell_correction = 9;
Returns | |
---|---|
Type | Description |
boolean | Whether the spellCorrection field is set. |