- 2.54.0 (latest)
- 2.53.0
- 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 SearchProfilesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEstimatedTotalSize()
public abstract long getEstimatedTotalSize()
An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.
int64 estimated_total_size = 1;
Type | Description |
long | The estimatedTotalSize. |
getHistogramQueryResults(int index)
public abstract HistogramQueryResult getHistogramQueryResults(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
HistogramQueryResult |
getHistogramQueryResultsCount()
public abstract int getHistogramQueryResultsCount()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
int |
getHistogramQueryResultsList()
public abstract List<HistogramQueryResult> getHistogramQueryResultsList()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
List<HistogramQueryResult> |
getHistogramQueryResultsOrBuilder(int index)
public abstract HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
HistogramQueryResultOrBuilder |
getHistogramQueryResultsOrBuilderList()
public abstract List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.HistogramQueryResultOrBuilder> |
getMetadata()
public abstract ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
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.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
ResponseMetadataOrBuilder |
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Type | Description |
ByteString | The bytes for nextPageToken. |
getResultSetId()
public abstract String getResultSetId()
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Type | Description |
String | The resultSetId. |
getResultSetIdBytes()
public abstract ByteString getResultSetIdBytes()
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Type | Description |
ByteString | The bytes for resultSetId. |
getSpellCorrection()
public abstract SpellingCorrection getSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
SpellingCorrection | The spellCorrection. |
getSpellCorrectionOrBuilder()
public abstract SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
SpellingCorrectionOrBuilder |
getSummarizedProfiles(int index)
public abstract SummarizedProfile getSummarizedProfiles(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SummarizedProfile |
getSummarizedProfilesCount()
public abstract int getSummarizedProfilesCount()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
int |
getSummarizedProfilesList()
public abstract List<SummarizedProfile> getSummarizedProfilesList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
List<SummarizedProfile> |
getSummarizedProfilesOrBuilder(int index)
public abstract SummarizedProfileOrBuilder getSummarizedProfilesOrBuilder(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SummarizedProfileOrBuilder |
getSummarizedProfilesOrBuilderList()
public abstract List<? extends SummarizedProfileOrBuilder> getSummarizedProfilesOrBuilderList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.SummarizedProfileOrBuilder> |
hasMetadata()
public abstract boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
boolean | Whether the metadata field is set. |
hasSpellCorrection()
public abstract boolean hasSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
boolean | Whether the spellCorrection field is set. |