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.
map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getAttributes()
public abstract Map<String,CustomAttribute> getAttributes()Use #getAttributesMap() instead.
| 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.
map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
| 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.
map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
| 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.
map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
| Name | Description |
| key | String |
| defaultValue | CustomAttribute |
| 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.
map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
| Name | Description |
| key | String |
| Type | Description |
| CustomAttribute |
getSuggestion()
public abstract String getSuggestion()The suggestion for the query.
string suggestion = 1;
| Type | Description |
| String | The suggestion. |
getSuggestionBytes()
public abstract ByteString getSuggestionBytes()The suggestion for the query.
string suggestion = 1;
| Type | Description |
| ByteString | The bytes for suggestion. |