Interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchResponse.GuidedSearchResult.RefinementAttribute,SearchResponse.GuidedSearchResult.RefinementAttribute.Builder
- Enclosing class:
- SearchResponse.GuidedSearchResult
public static interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAttributeKey()Attribute key used to refine the results e.g.com.google.protobuf.ByteStringgetAttributeKeyBytes()Attribute key used to refine the results e.g.StringgetAttributeValue()Attribute value used to refine the results e.g.com.google.protobuf.ByteStringgetAttributeValueBytes()Attribute value used to refine the results e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttributeKey
String getAttributeKey()
Attribute key used to refine the results e.g. 'movie_type'.
string attribute_key = 1;- Returns:
- The attributeKey.
-
getAttributeKeyBytes
com.google.protobuf.ByteString getAttributeKeyBytes()
Attribute key used to refine the results e.g. 'movie_type'.
string attribute_key = 1;- Returns:
- The bytes for attributeKey.
-
getAttributeValue
String getAttributeValue()
Attribute value used to refine the results e.g. 'drama'.
string attribute_value = 2;- Returns:
- The attributeValue.
-
getAttributeValueBytes
com.google.protobuf.ByteString getAttributeValueBytes()
Attribute value used to refine the results e.g. 'drama'.
string attribute_value = 2;- Returns:
- The bytes for attributeValue.
-
-