Interface CompleteQueryResponse.CompletionResultOrBuilder (2.43.0)

public static interface CompleteQueryResponse.CompletionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsAttributes(String key)

public abstract boolean containsAttributes(String key)

Custom attributes for the suggestion term.

  • For "user-data", the attributes are additional custom attributes ingested through BigQuery.

  • For "cloud-retail", the attributes are product attributes generated by Cloud Retail. It requires UserEvent.product_details is imported properly.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAttributes() (deprecated)

public abstract Map<String,CustomAttribute> getAttributes()

Use #getAttributesMap() instead.

Returns
TypeDescription
Map<String,CustomAttribute>

getAttributesCount()

public abstract int getAttributesCount()

Custom attributes for the suggestion term.

  • For "user-data", the attributes are additional custom attributes ingested through BigQuery.

  • For "cloud-retail", the attributes are product attributes generated by Cloud Retail. It requires UserEvent.product_details is imported properly.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;

Returns
TypeDescription
int

getAttributesMap()

public abstract Map<String,CustomAttribute> getAttributesMap()

Custom attributes for the suggestion term.

  • For "user-data", the attributes are additional custom attributes ingested through BigQuery.

  • For "cloud-retail", the attributes are product attributes generated by Cloud Retail. It requires UserEvent.product_details is imported properly.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;

Returns
TypeDescription
Map<String,CustomAttribute>

getAttributesOrDefault(String key, CustomAttribute defaultValue)

public abstract CustomAttribute getAttributesOrDefault(String key, CustomAttribute defaultValue)

Custom attributes for the suggestion term.

  • For "user-data", the attributes are additional custom attributes ingested through BigQuery.

  • For "cloud-retail", the attributes are product attributes generated by Cloud Retail. It requires UserEvent.product_details is imported properly.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;

Parameters
NameDescription
keyString
defaultValueCustomAttribute
Returns
TypeDescription
CustomAttribute

getAttributesOrThrow(String key)

public abstract CustomAttribute getAttributesOrThrow(String key)

Custom attributes for the suggestion term.

  • For "user-data", the attributes are additional custom attributes ingested through BigQuery.

  • For "cloud-retail", the attributes are product attributes generated by Cloud Retail. It requires UserEvent.product_details is imported properly.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
CustomAttribute

getFacets(int index)

public abstract SearchResponse.Facet getFacets(int index)

Facet information for the suggestion term. Gives the number of items resulting from a search with this suggestion term for each facet.

This is an experimental feature for limited customers. Please reach out to the support team if you would like to receive this information.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.Facet

getFacetsCount()

public abstract int getFacetsCount()

Facet information for the suggestion term. Gives the number of items resulting from a search with this suggestion term for each facet.

This is an experimental feature for limited customers. Please reach out to the support team if you would like to receive this information.

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

Returns
TypeDescription
int

getFacetsList()

public abstract List<SearchResponse.Facet> getFacetsList()

Facet information for the suggestion term. Gives the number of items resulting from a search with this suggestion term for each facet.

This is an experimental feature for limited customers. Please reach out to the support team if you would like to receive this information.

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

Returns
TypeDescription
List<Facet>

getFacetsOrBuilder(int index)

public abstract SearchResponse.FacetOrBuilder getFacetsOrBuilder(int index)

Facet information for the suggestion term. Gives the number of items resulting from a search with this suggestion term for each facet.

This is an experimental feature for limited customers. Please reach out to the support team if you would like to receive this information.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchResponse.FacetOrBuilder

getFacetsOrBuilderList()

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

Facet information for the suggestion term. Gives the number of items resulting from a search with this suggestion term for each facet.

This is an experimental feature for limited customers. Please reach out to the support team if you would like to receive this information.

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

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

getSuggestion()

public abstract String getSuggestion()

The suggestion for the query.

string suggestion = 1;

Returns
TypeDescription
String

The suggestion.

getSuggestionBytes()

public abstract ByteString getSuggestionBytes()

The suggestion for the query.

string suggestion = 1;

Returns
TypeDescription
ByteString

The bytes for suggestion.

getTotalProductCount()

public abstract int getTotalProductCount()

Total number of products associated with a search with this suggestion.

This is an experimental feature for limited customers. Please reach out to the support team if you would like to receive this information.

int32 total_product_count = 4;

Returns
TypeDescription
int

The totalProductCount.