public static interface CompleteQueryResponse.CompletionResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v2beta.CustomAttribute> attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAttributes() (deprecated)
public abstract Map<String,CustomAttribute> getAttributes()Use #getAttributesMap() instead.
| Returns | |
|---|---|
| Type | Description |
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.v2beta.CustomAttribute> attributes = 2;
| Returns | |
|---|---|
| Type | Description |
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.v2beta.CustomAttribute> attributes = 2;
| Returns | |
|---|---|
| Type | Description |
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.v2beta.CustomAttribute> attributes = 2;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
CustomAttribute |
| Returns | |
|---|---|
| Type | Description |
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.v2beta.CustomAttribute> attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
CustomAttribute |
|
getSuggestion()
public abstract String getSuggestion()The suggestion for the query.
string suggestion = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The suggestion. |
getSuggestionBytes()
public abstract ByteString getSuggestionBytes()The suggestion for the query.
string suggestion = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for suggestion. |