Interface CompleteQueryResponse.RecentSearchResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRecentSearch()
      The recent search query.
      com.google.protobuf.ByteString getRecentSearchBytes()
      The recent search query.
      • 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

      • getRecentSearch

        String getRecentSearch()
         The recent search query.
         
        string recent_search = 1;
        Returns:
        The recentSearch.
      • getRecentSearchBytes

        com.google.protobuf.ByteString getRecentSearchBytes()
         The recent search query.
         
        string recent_search = 1;
        Returns:
        The bytes for recentSearch.