Interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.