Interface SearchResponseOrBuilder (2.39.0)

public interface SearchResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppliedControls(int index)

public abstract String getAppliedControls(int index)

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The appliedControls at the given index.

getAppliedControlsBytes(int index)

public abstract ByteString getAppliedControlsBytes(int index)

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the appliedControls at the given index.

getAppliedControlsCount()

public abstract int getAppliedControlsCount()

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Returns
TypeDescription
int

The count of appliedControls.

getAppliedControlsList()

public abstract List<String> getAppliedControlsList()

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Returns
TypeDescription
List<String>

A list containing the appliedControls.

getAttributionToken()

public abstract String getAttributionToken()

A unique search token. This should be included in the UserEvent logs resulting from this search, which enables accurate attribution of search model performance.

string attribution_token = 5;

Returns
TypeDescription
String

The attributionToken.

getAttributionTokenBytes()

public abstract ByteString getAttributionTokenBytes()

A unique search token. This should be included in the UserEvent logs resulting from this search, which enables accurate attribution of search model performance.

string attribution_token = 5;

Returns
TypeDescription
ByteString

The bytes for attributionToken.

getCorrectedQuery()

public abstract String getCorrectedQuery()

Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then the search results are based on corrected_query. Otherwise the original query is used for search.

string corrected_query = 4;

Returns
TypeDescription
String

The correctedQuery.

getCorrectedQueryBytes()

public abstract ByteString getCorrectedQueryBytes()

Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then the search results are based on corrected_query. Otherwise the original query is used for search.

string corrected_query = 4;

Returns
TypeDescription
ByteString

The bytes for correctedQuery.

getExperimentInfo(int index)

public abstract ExperimentInfo getExperimentInfo(int index)

Metadata related to A/B testing Experiment associated with this response. Only exists when an experiment is triggered.

repeated .google.cloud.retail.v2alpha.ExperimentInfo experiment_info = 17;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExperimentInfo

getExperimentInfoCount()

public abstract int getExperimentInfoCount()

Metadata related to A/B testing Experiment associated with this response. Only exists when an experiment is triggered.

repeated .google.cloud.retail.v2alpha.ExperimentInfo experiment_info = 17;

Returns
TypeDescription
int

getExperimentInfoList()

public abstract List<ExperimentInfo> getExperimentInfoList()

Metadata related to A/B testing Experiment associated with this response. Only exists when an experiment is triggered.

repeated .google.cloud.retail.v2alpha.ExperimentInfo experiment_info = 17;

Returns
TypeDescription
List<ExperimentInfo>

getExperimentInfoOrBuilder(int index)

public abstract ExperimentInfoOrBuilder getExperimentInfoOrBuilder(int index)

Metadata related to A/B testing Experiment associated with this response. Only exists when an experiment is triggered.

repeated .google.cloud.retail.v2alpha.ExperimentInfo experiment_info = 17;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExperimentInfoOrBuilder

getExperimentInfoOrBuilderList()

public abstract List<? extends ExperimentInfoOrBuilder> getExperimentInfoOrBuilderList()

Metadata related to A/B testing Experiment associated with this response. Only exists when an experiment is triggered.

repeated .google.cloud.retail.v2alpha.ExperimentInfo experiment_info = 17;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.ExperimentInfoOrBuilder>

getFacets(int index)

public abstract SearchResponse.Facet getFacets(int index)

Results of facets requested by user.

repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.Facet

getFacetsCount()

public abstract int getFacetsCount()

Results of facets requested by user.

repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 2;

Returns
TypeDescription
int

getFacetsList()

public abstract List<SearchResponse.Facet> getFacetsList()

Results of facets requested by user.

repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 2;

Returns
TypeDescription
List<Facet>

getFacetsOrBuilder(int index)

public abstract SearchResponse.FacetOrBuilder getFacetsOrBuilder(int index)

Results of facets requested by user.

repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.FacetOrBuilder

getFacetsOrBuilderList()

public abstract List<? extends SearchResponse.FacetOrBuilder> getFacetsOrBuilderList()

Results of facets requested by user.

repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 2;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.SearchResponse.FacetOrBuilder>

getInvalidConditionBoostSpecs(int index)

public abstract SearchRequest.BoostSpec.ConditionBoostSpec getInvalidConditionBoostSpecs(int index)

The invalid SearchRequest.BoostSpec.condition_boost_specs that are not applied during serving.

repeated .google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpec invalid_condition_boost_specs = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchRequest.BoostSpec.ConditionBoostSpec

getInvalidConditionBoostSpecsCount()

public abstract int getInvalidConditionBoostSpecsCount()

The invalid SearchRequest.BoostSpec.condition_boost_specs that are not applied during serving.

repeated .google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpec invalid_condition_boost_specs = 14;

Returns
TypeDescription
int

getInvalidConditionBoostSpecsList()

public abstract List<SearchRequest.BoostSpec.ConditionBoostSpec> getInvalidConditionBoostSpecsList()

The invalid SearchRequest.BoostSpec.condition_boost_specs that are not applied during serving.

repeated .google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpec invalid_condition_boost_specs = 14;

Returns
TypeDescription
List<ConditionBoostSpec>

getInvalidConditionBoostSpecsOrBuilder(int index)

public abstract SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder getInvalidConditionBoostSpecsOrBuilder(int index)

The invalid SearchRequest.BoostSpec.condition_boost_specs that are not applied during serving.

repeated .google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpec invalid_condition_boost_specs = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder

getInvalidConditionBoostSpecsOrBuilderList()

public abstract List<? extends SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder> getInvalidConditionBoostSpecsOrBuilderList()

The invalid SearchRequest.BoostSpec.condition_boost_specs that are not applied during serving.

repeated .google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpec invalid_condition_boost_specs = 14;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as SearchRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 6;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as SearchRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 6;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getQueryExpansionInfo()

public abstract SearchResponse.QueryExpansionInfo getQueryExpansionInfo()

Query expansion information for the returned results.

.google.cloud.retail.v2alpha.SearchResponse.QueryExpansionInfo query_expansion_info = 7;

Returns
TypeDescription
SearchResponse.QueryExpansionInfo

The queryExpansionInfo.

getQueryExpansionInfoOrBuilder()

public abstract SearchResponse.QueryExpansionInfoOrBuilder getQueryExpansionInfoOrBuilder()

Query expansion information for the returned results.

.google.cloud.retail.v2alpha.SearchResponse.QueryExpansionInfo query_expansion_info = 7;

Returns
TypeDescription
SearchResponse.QueryExpansionInfoOrBuilder

getRedirectUri()

public abstract String getRedirectUri()

The URI of a customer-defined redirect page. If redirect action is triggered, no search is performed, and only redirect_uri and attribution_token are set in the response.

string redirect_uri = 10;

Returns
TypeDescription
String

The redirectUri.

getRedirectUriBytes()

public abstract ByteString getRedirectUriBytes()

The URI of a customer-defined redirect page. If redirect action is triggered, no search is performed, and only redirect_uri and attribution_token are set in the response.

string redirect_uri = 10;

Returns
TypeDescription
ByteString

The bytes for redirectUri.

getResults(int index)

public abstract SearchResponse.SearchResult getResults(int index)

A list of matched items. The order represents the ranking.

repeated .google.cloud.retail.v2alpha.SearchResponse.SearchResult results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.SearchResult

getResultsCount()

public abstract int getResultsCount()

A list of matched items. The order represents the ranking.

repeated .google.cloud.retail.v2alpha.SearchResponse.SearchResult results = 1;

Returns
TypeDescription
int

getResultsList()

public abstract List<SearchResponse.SearchResult> getResultsList()

A list of matched items. The order represents the ranking.

repeated .google.cloud.retail.v2alpha.SearchResponse.SearchResult results = 1;

Returns
TypeDescription
List<SearchResult>

getResultsOrBuilder(int index)

public abstract SearchResponse.SearchResultOrBuilder getResultsOrBuilder(int index)

A list of matched items. The order represents the ranking.

repeated .google.cloud.retail.v2alpha.SearchResponse.SearchResult results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.SearchResultOrBuilder

getResultsOrBuilderList()

public abstract List<? extends SearchResponse.SearchResultOrBuilder> getResultsOrBuilderList()

A list of matched items. The order represents the ranking.

repeated .google.cloud.retail.v2alpha.SearchResponse.SearchResult results = 1;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.SearchResponse.SearchResultOrBuilder>

getTotalSize()

public abstract int getTotalSize()

The estimated total count of matched items irrespective of pagination. The count of results returned by pagination may be less than the total_size that matches.

int32 total_size = 3;

Returns
TypeDescription
int

The totalSize.

hasQueryExpansionInfo()

public abstract boolean hasQueryExpansionInfo()

Query expansion information for the returned results.

.google.cloud.retail.v2alpha.SearchResponse.QueryExpansionInfo query_expansion_info = 7;

Returns
TypeDescription
boolean

Whether the queryExpansionInfo field is set.