Interface SearchProfilesResponseOrBuilder (2.2.9)

public interface SearchProfilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

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.v4beta1.ResponseMetadata metadata = 3;

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
SpellingCorrection

The spellCorrection.

getSpellCorrectionOrBuilder()

public abstract SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
boolean

Whether the spellCorrection field is set.