Class SearchResponse.Builder (2.43.0)

public static final class SearchResponse.Builder extends GeneratedMessageV3.Builder<SearchResponse.Builder> implements SearchResponseOrBuilder

Response message for SearchService.Search method.

Protobuf type google.cloud.retail.v2alpha.SearchResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllAppliedControls(Iterable<String> values)

public SearchResponse.Builder addAllAppliedControls(Iterable<String> values)

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Parameter
NameDescription
valuesIterable<String>

The appliedControls to add.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

addAllExperimentInfo(Iterable<? extends ExperimentInfo> values)

public SearchResponse.Builder addAllExperimentInfo(Iterable<? extends ExperimentInfo> values)

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
valuesIterable<? extends com.google.cloud.retail.v2alpha.ExperimentInfo>
Returns
TypeDescription
SearchResponse.Builder

addAllFacets(Iterable<? extends SearchResponse.Facet> values)

public SearchResponse.Builder addAllFacets(Iterable<? extends SearchResponse.Facet> values)

Results of facets requested by user.

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

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.SearchResponse.Facet>
Returns
TypeDescription
SearchResponse.Builder

addAllInvalidConditionBoostSpecs(Iterable<? extends SearchRequest.BoostSpec.ConditionBoostSpec> values)

public SearchResponse.Builder addAllInvalidConditionBoostSpecs(Iterable<? extends SearchRequest.BoostSpec.ConditionBoostSpec> values)

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
valuesIterable<? extends com.google.cloud.retail.v2alpha.SearchRequest.BoostSpec.ConditionBoostSpec>
Returns
TypeDescription
SearchResponse.Builder

addAllResults(Iterable<? extends SearchResponse.SearchResult> values)

public SearchResponse.Builder addAllResults(Iterable<? extends SearchResponse.SearchResult> values)

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

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

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.SearchResponse.SearchResult>
Returns
TypeDescription
SearchResponse.Builder

addAppliedControls(String value)

public SearchResponse.Builder addAppliedControls(String value)

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Parameter
NameDescription
valueString

The appliedControls to add.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

addAppliedControlsBytes(ByteString value)

public SearchResponse.Builder addAppliedControlsBytes(ByteString value)

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Parameter
NameDescription
valueByteString

The bytes of the appliedControls to add.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

addExperimentInfo(ExperimentInfo value)

public SearchResponse.Builder addExperimentInfo(ExperimentInfo value)

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
valueExperimentInfo
Returns
TypeDescription
SearchResponse.Builder

addExperimentInfo(ExperimentInfo.Builder builderForValue)

public SearchResponse.Builder addExperimentInfo(ExperimentInfo.Builder builderForValue)

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
builderForValueExperimentInfo.Builder
Returns
TypeDescription
SearchResponse.Builder

addExperimentInfo(int index, ExperimentInfo value)

public SearchResponse.Builder addExperimentInfo(int index, ExperimentInfo value)

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;

Parameters
NameDescription
indexint
valueExperimentInfo
Returns
TypeDescription
SearchResponse.Builder

addExperimentInfo(int index, ExperimentInfo.Builder builderForValue)

public SearchResponse.Builder addExperimentInfo(int index, ExperimentInfo.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueExperimentInfo.Builder
Returns
TypeDescription
SearchResponse.Builder

addExperimentInfoBuilder()

public ExperimentInfo.Builder addExperimentInfoBuilder()

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
ExperimentInfo.Builder

addExperimentInfoBuilder(int index)

public ExperimentInfo.Builder addExperimentInfoBuilder(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.Builder

addFacets(SearchResponse.Facet value)

public SearchResponse.Builder addFacets(SearchResponse.Facet value)

Results of facets requested by user.

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

Parameter
NameDescription
valueSearchResponse.Facet
Returns
TypeDescription
SearchResponse.Builder

addFacets(SearchResponse.Facet.Builder builderForValue)

public SearchResponse.Builder addFacets(SearchResponse.Facet.Builder builderForValue)

Results of facets requested by user.

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

Parameter
NameDescription
builderForValueSearchResponse.Facet.Builder
Returns
TypeDescription
SearchResponse.Builder

addFacets(int index, SearchResponse.Facet value)

public SearchResponse.Builder addFacets(int index, SearchResponse.Facet value)

Results of facets requested by user.

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

Parameters
NameDescription
indexint
valueSearchResponse.Facet
Returns
TypeDescription
SearchResponse.Builder

addFacets(int index, SearchResponse.Facet.Builder builderForValue)

public SearchResponse.Builder addFacets(int index, SearchResponse.Facet.Builder builderForValue)

Results of facets requested by user.

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

Parameters
NameDescription
indexint
builderForValueSearchResponse.Facet.Builder
Returns
TypeDescription
SearchResponse.Builder

addFacetsBuilder()

public SearchResponse.Facet.Builder addFacetsBuilder()

Results of facets requested by user.

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

Returns
TypeDescription
SearchResponse.Facet.Builder

addFacetsBuilder(int index)

public SearchResponse.Facet.Builder addFacetsBuilder(int index)

Results of facets requested by user.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.Facet.Builder

addInvalidConditionBoostSpecs(SearchRequest.BoostSpec.ConditionBoostSpec value)

public SearchResponse.Builder addInvalidConditionBoostSpecs(SearchRequest.BoostSpec.ConditionBoostSpec value)

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
valueSearchRequest.BoostSpec.ConditionBoostSpec
Returns
TypeDescription
SearchResponse.Builder

addInvalidConditionBoostSpecs(SearchRequest.BoostSpec.ConditionBoostSpec.Builder builderForValue)

public SearchResponse.Builder addInvalidConditionBoostSpecs(SearchRequest.BoostSpec.ConditionBoostSpec.Builder builderForValue)

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
builderForValueSearchRequest.BoostSpec.ConditionBoostSpec.Builder
Returns
TypeDescription
SearchResponse.Builder

addInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec value)

public SearchResponse.Builder addInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec value)

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;

Parameters
NameDescription
indexint
valueSearchRequest.BoostSpec.ConditionBoostSpec
Returns
TypeDescription
SearchResponse.Builder

addInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec.Builder builderForValue)

public SearchResponse.Builder addInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueSearchRequest.BoostSpec.ConditionBoostSpec.Builder
Returns
TypeDescription
SearchResponse.Builder

addInvalidConditionBoostSpecsBuilder()

public SearchRequest.BoostSpec.ConditionBoostSpec.Builder addInvalidConditionBoostSpecsBuilder()

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
SearchRequest.BoostSpec.ConditionBoostSpec.Builder

addInvalidConditionBoostSpecsBuilder(int index)

public SearchRequest.BoostSpec.ConditionBoostSpec.Builder addInvalidConditionBoostSpecsBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SearchResponse.Builder
Overrides

addResults(SearchResponse.SearchResult value)

public SearchResponse.Builder addResults(SearchResponse.SearchResult value)

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

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

Parameter
NameDescription
valueSearchResponse.SearchResult
Returns
TypeDescription
SearchResponse.Builder

addResults(SearchResponse.SearchResult.Builder builderForValue)

public SearchResponse.Builder addResults(SearchResponse.SearchResult.Builder builderForValue)

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

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

Parameter
NameDescription
builderForValueSearchResponse.SearchResult.Builder
Returns
TypeDescription
SearchResponse.Builder

addResults(int index, SearchResponse.SearchResult value)

public SearchResponse.Builder addResults(int index, SearchResponse.SearchResult value)

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

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

Parameters
NameDescription
indexint
valueSearchResponse.SearchResult
Returns
TypeDescription
SearchResponse.Builder

addResults(int index, SearchResponse.SearchResult.Builder builderForValue)

public SearchResponse.Builder addResults(int index, SearchResponse.SearchResult.Builder builderForValue)

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

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

Parameters
NameDescription
indexint
builderForValueSearchResponse.SearchResult.Builder
Returns
TypeDescription
SearchResponse.Builder

addResultsBuilder()

public SearchResponse.SearchResult.Builder addResultsBuilder()

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

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

Returns
TypeDescription
SearchResponse.SearchResult.Builder

addResultsBuilder(int index)

public SearchResponse.SearchResult.Builder addResultsBuilder(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.Builder

build()

public SearchResponse build()
Returns
TypeDescription
SearchResponse

buildPartial()

public SearchResponse buildPartial()
Returns
TypeDescription
SearchResponse

clear()

public SearchResponse.Builder clear()
Returns
TypeDescription
SearchResponse.Builder
Overrides

clearAppliedControls()

public SearchResponse.Builder clearAppliedControls()

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

clearAttributionToken()

public SearchResponse.Builder clearAttributionToken()

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
SearchResponse.Builder

This builder for chaining.

clearCorrectedQuery()

public SearchResponse.Builder clearCorrectedQuery()

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
SearchResponse.Builder

This builder for chaining.

clearExperimentInfo()

public SearchResponse.Builder clearExperimentInfo()

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
SearchResponse.Builder

clearFacets()

public SearchResponse.Builder clearFacets()

Results of facets requested by user.

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

Returns
TypeDescription
SearchResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public SearchResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SearchResponse.Builder
Overrides

clearInvalidConditionBoostSpecs()

public SearchResponse.Builder clearInvalidConditionBoostSpecs()

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
SearchResponse.Builder

clearNextPageToken()

public SearchResponse.Builder clearNextPageToken()

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
SearchResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SearchResponse.Builder
Overrides

clearQueryExpansionInfo()

public SearchResponse.Builder clearQueryExpansionInfo()

Query expansion information for the returned results.

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

Returns
TypeDescription
SearchResponse.Builder

clearRedirectUri()

public SearchResponse.Builder clearRedirectUri()

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
SearchResponse.Builder

This builder for chaining.

clearResults()

public SearchResponse.Builder clearResults()

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

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

Returns
TypeDescription
SearchResponse.Builder

clearTotalSize()

public SearchResponse.Builder clearTotalSize()

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
SearchResponse.Builder

This builder for chaining.

clone()

public SearchResponse.Builder clone()
Returns
TypeDescription
SearchResponse.Builder
Overrides

getAppliedControls(int index)

public 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 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 int getAppliedControlsCount()

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Returns
TypeDescription
int

The count of appliedControls.

getAppliedControlsList()

public ProtocolStringList getAppliedControlsList()

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Returns
TypeDescription
ProtocolStringList

A list containing the appliedControls.

getAttributionToken()

public 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 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 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 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.

getDefaultInstanceForType()

public SearchResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExperimentInfo(int index)

public 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

getExperimentInfoBuilder(int index)

public ExperimentInfo.Builder getExperimentInfoBuilder(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.Builder

getExperimentInfoBuilderList()

public List<ExperimentInfo.Builder> getExperimentInfoBuilderList()

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<Builder>

getExperimentInfoCount()

public 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 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 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 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 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

getFacetsBuilder(int index)

public SearchResponse.Facet.Builder getFacetsBuilder(int index)

Results of facets requested by user.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.Facet.Builder

getFacetsBuilderList()

public List<SearchResponse.Facet.Builder> getFacetsBuilderList()

Results of facets requested by user.

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

Returns
TypeDescription
List<Builder>

getFacetsCount()

public int getFacetsCount()

Results of facets requested by user.

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

Returns
TypeDescription
int

getFacetsList()

public 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 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 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 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

getInvalidConditionBoostSpecsBuilder(int index)

public SearchRequest.BoostSpec.ConditionBoostSpec.Builder getInvalidConditionBoostSpecsBuilder(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.Builder

getInvalidConditionBoostSpecsBuilderList()

public List<SearchRequest.BoostSpec.ConditionBoostSpec.Builder> getInvalidConditionBoostSpecsBuilderList()

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<Builder>

getInvalidConditionBoostSpecsCount()

public 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 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 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 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 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 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 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.

getQueryExpansionInfoBuilder()

public SearchResponse.QueryExpansionInfo.Builder getQueryExpansionInfoBuilder()

Query expansion information for the returned results.

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

Returns
TypeDescription
SearchResponse.QueryExpansionInfo.Builder

getQueryExpansionInfoOrBuilder()

public 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 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 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 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

getResultsBuilder(int index)

public SearchResponse.SearchResult.Builder getResultsBuilder(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.Builder

getResultsBuilderList()

public List<SearchResponse.SearchResult.Builder> getResultsBuilderList()

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

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

Returns
TypeDescription
List<Builder>

getResultsCount()

public 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SearchResponse other)

public SearchResponse.Builder mergeFrom(SearchResponse other)
Parameter
NameDescription
otherSearchResponse
Returns
TypeDescription
SearchResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SearchResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SearchResponse.Builder
Overrides

mergeQueryExpansionInfo(SearchResponse.QueryExpansionInfo value)

public SearchResponse.Builder mergeQueryExpansionInfo(SearchResponse.QueryExpansionInfo value)

Query expansion information for the returned results.

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

Parameter
NameDescription
valueSearchResponse.QueryExpansionInfo
Returns
TypeDescription
SearchResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SearchResponse.Builder
Overrides

removeExperimentInfo(int index)

public SearchResponse.Builder removeExperimentInfo(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
SearchResponse.Builder

removeFacets(int index)

public SearchResponse.Builder removeFacets(int index)

Results of facets requested by user.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.Builder

removeInvalidConditionBoostSpecs(int index)

public SearchResponse.Builder removeInvalidConditionBoostSpecs(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
SearchResponse.Builder

removeResults(int index)

public SearchResponse.Builder removeResults(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.Builder

setAppliedControls(int index, String value)

public SearchResponse.Builder setAppliedControls(int index, String value)

The fully qualified resource name of applied controls.

repeated string applied_controls = 12;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The appliedControls to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setAttributionToken(String value)

public SearchResponse.Builder setAttributionToken(String value)

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;

Parameter
NameDescription
valueString

The attributionToken to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setAttributionTokenBytes(ByteString value)

public SearchResponse.Builder setAttributionTokenBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for attributionToken to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setCorrectedQuery(String value)

public SearchResponse.Builder setCorrectedQuery(String value)

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;

Parameter
NameDescription
valueString

The correctedQuery to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setCorrectedQueryBytes(ByteString value)

public SearchResponse.Builder setCorrectedQueryBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for correctedQuery to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setExperimentInfo(int index, ExperimentInfo value)

public SearchResponse.Builder setExperimentInfo(int index, ExperimentInfo value)

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;

Parameters
NameDescription
indexint
valueExperimentInfo
Returns
TypeDescription
SearchResponse.Builder

setExperimentInfo(int index, ExperimentInfo.Builder builderForValue)

public SearchResponse.Builder setExperimentInfo(int index, ExperimentInfo.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueExperimentInfo.Builder
Returns
TypeDescription
SearchResponse.Builder

setFacets(int index, SearchResponse.Facet value)

public SearchResponse.Builder setFacets(int index, SearchResponse.Facet value)

Results of facets requested by user.

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

Parameters
NameDescription
indexint
valueSearchResponse.Facet
Returns
TypeDescription
SearchResponse.Builder

setFacets(int index, SearchResponse.Facet.Builder builderForValue)

public SearchResponse.Builder setFacets(int index, SearchResponse.Facet.Builder builderForValue)

Results of facets requested by user.

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

Parameters
NameDescription
indexint
builderForValueSearchResponse.Facet.Builder
Returns
TypeDescription
SearchResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public SearchResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SearchResponse.Builder
Overrides

setInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec value)

public SearchResponse.Builder setInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec value)

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;

Parameters
NameDescription
indexint
valueSearchRequest.BoostSpec.ConditionBoostSpec
Returns
TypeDescription
SearchResponse.Builder

setInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec.Builder builderForValue)

public SearchResponse.Builder setInvalidConditionBoostSpecs(int index, SearchRequest.BoostSpec.ConditionBoostSpec.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueSearchRequest.BoostSpec.ConditionBoostSpec.Builder
Returns
TypeDescription
SearchResponse.Builder

setNextPageToken(String value)

public SearchResponse.Builder setNextPageToken(String value)

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;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public SearchResponse.Builder setNextPageTokenBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setQueryExpansionInfo(SearchResponse.QueryExpansionInfo value)

public SearchResponse.Builder setQueryExpansionInfo(SearchResponse.QueryExpansionInfo value)

Query expansion information for the returned results.

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

Parameter
NameDescription
valueSearchResponse.QueryExpansionInfo
Returns
TypeDescription
SearchResponse.Builder

setQueryExpansionInfo(SearchResponse.QueryExpansionInfo.Builder builderForValue)

public SearchResponse.Builder setQueryExpansionInfo(SearchResponse.QueryExpansionInfo.Builder builderForValue)

Query expansion information for the returned results.

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

Parameter
NameDescription
builderForValueSearchResponse.QueryExpansionInfo.Builder
Returns
TypeDescription
SearchResponse.Builder

setRedirectUri(String value)

public SearchResponse.Builder setRedirectUri(String value)

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;

Parameter
NameDescription
valueString

The redirectUri to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setRedirectUriBytes(ByteString value)

public SearchResponse.Builder setRedirectUriBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for redirectUri to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SearchResponse.Builder
Overrides

setResults(int index, SearchResponse.SearchResult value)

public SearchResponse.Builder setResults(int index, SearchResponse.SearchResult value)

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

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

Parameters
NameDescription
indexint
valueSearchResponse.SearchResult
Returns
TypeDescription
SearchResponse.Builder

setResults(int index, SearchResponse.SearchResult.Builder builderForValue)

public SearchResponse.Builder setResults(int index, SearchResponse.SearchResult.Builder builderForValue)

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

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

Parameters
NameDescription
indexint
builderForValueSearchResponse.SearchResult.Builder
Returns
TypeDescription
SearchResponse.Builder

setTotalSize(int value)

public SearchResponse.Builder setTotalSize(int value)

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;

Parameter
NameDescription
valueint

The totalSize to set.

Returns
TypeDescription
SearchResponse.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SearchResponse.Builder
Overrides