public static interface ConversationalSearchResponse.ConversationalFilteringResult.AdditionalFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProductAttributeValue()
public abstract ProductAttributeValue getProductAttributeValue()Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;
| Returns | |
|---|---|
| Type | Description |
ProductAttributeValue |
The productAttributeValue. |
getProductAttributeValueOrBuilder()
public abstract ProductAttributeValueOrBuilder getProductAttributeValueOrBuilder()Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;
| Returns | |
|---|---|
| Type | Description |
ProductAttributeValueOrBuilder |
|
hasProductAttributeValue()
public abstract boolean hasProductAttributeValue()Product attribute value, including an attribute key and an attribute value. Other types can be added here in the future.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productAttributeValue field is set. |