public static interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeKey()
Attribute key used to refine the results e.g.
|
com.google.protobuf.ByteString |
getAttributeKeyBytes()
Attribute key used to refine the results e.g.
|
String |
getAttributeValue()
Attribute value used to refine the results e.g.
|
com.google.protobuf.ByteString |
getAttributeValueBytes()
Attribute value used to refine the results e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttributeKey()
Attribute key used to refine the results e.g. 'movie_type'.
string attribute_key = 1;com.google.protobuf.ByteString getAttributeKeyBytes()
Attribute key used to refine the results e.g. 'movie_type'.
string attribute_key = 1;String getAttributeValue()
Attribute value used to refine the results e.g. 'drama'.
string attribute_value = 2;com.google.protobuf.ByteString getAttributeValueBytes()
Attribute value used to refine the results e.g. 'drama'.
string attribute_value = 2;Copyright © 2024 Google LLC. All rights reserved.