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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
SpellingCorrection

The spellCorrection.

getSpellCorrectionOrBuilder()

public abstract SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()

The spell checking result, and correction.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
SummarizedProfile

getSummarizedProfilesCount()

public abstract int getSummarizedProfilesCount()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the spellCorrection field is set.