public static interface SearchRequest.ConversationalSearchSpec.UserAnswer.SelectedAnswerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProductAttributeValue |
getProductAttributeValue()
This field specifies the selected answer which is a attribute
key-value.
|
ProductAttributeValueOrBuilder |
getProductAttributeValueOrBuilder()
This field specifies the selected answer which is a attribute
key-value.
|
ProductAttributeValue |
getProductAttributeValues(int index)
Deprecated.
|
int |
getProductAttributeValuesCount()
Deprecated.
|
List<ProductAttributeValue> |
getProductAttributeValuesList()
Deprecated.
|
ProductAttributeValueOrBuilder |
getProductAttributeValuesOrBuilder(int index)
Deprecated.
|
List<? extends ProductAttributeValueOrBuilder> |
getProductAttributeValuesOrBuilderList()
Deprecated.
|
boolean |
hasProductAttributeValue()
This field specifies the selected answer which is a attribute
key-value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated List<ProductAttributeValue> getProductAttributeValuesList()
This field is deprecated and should not be set.
repeated .google.cloud.retail.v2.ProductAttributeValue product_attribute_values = 1 [deprecated = true];
@Deprecated ProductAttributeValue getProductAttributeValues(int index)
This field is deprecated and should not be set.
repeated .google.cloud.retail.v2.ProductAttributeValue product_attribute_values = 1 [deprecated = true];
@Deprecated int getProductAttributeValuesCount()
This field is deprecated and should not be set.
repeated .google.cloud.retail.v2.ProductAttributeValue product_attribute_values = 1 [deprecated = true];
@Deprecated List<? extends ProductAttributeValueOrBuilder> getProductAttributeValuesOrBuilderList()
This field is deprecated and should not be set.
repeated .google.cloud.retail.v2.ProductAttributeValue product_attribute_values = 1 [deprecated = true];
@Deprecated ProductAttributeValueOrBuilder getProductAttributeValuesOrBuilder(int index)
This field is deprecated and should not be set.
repeated .google.cloud.retail.v2.ProductAttributeValue product_attribute_values = 1 [deprecated = true];
boolean hasProductAttributeValue()
This field specifies the selected answer which is a attribute key-value.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 2;ProductAttributeValue getProductAttributeValue()
This field specifies the selected answer which is a attribute key-value.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 2;ProductAttributeValueOrBuilder getProductAttributeValueOrBuilder()
This field specifies the selected answer which is a attribute key-value.
.google.cloud.retail.v2.ProductAttributeValue product_attribute_value = 2;Copyright © 2025 Google LLC. All rights reserved.