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.
|
com.google.protobuf.ByteString |
getAttributeKeyBytes()
Attribute key used to refine the results.
|
String |
getAttributeValue()
Attribute value used to refine the results.
|
com.google.protobuf.ByteString |
getAttributeValueBytes()
Attribute value used to refine the results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttributeKey()
Attribute key used to refine the results. For example, `"movie_type"`.
string attribute_key = 1;com.google.protobuf.ByteString getAttributeKeyBytes()
Attribute key used to refine the results. For example, `"movie_type"`.
string attribute_key = 1;String getAttributeValue()
Attribute value used to refine the results. For example, `"drama"`.
string attribute_value = 2;com.google.protobuf.ByteString getAttributeValueBytes()
Attribute value used to refine the results. For example, `"drama"`.
string attribute_value = 2;Copyright © 2025 Google LLC. All rights reserved.