Class: Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/completion_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Deprecated: Recent search of this user.
Instance Attribute Summary collapse
-
#recent_search ⇒ ::String
The recent search query.
Instance Attribute Details
#recent_search ⇒ ::String
Returns The recent search query.
198 199 200 201 |
# File 'proto_docs/google/cloud/retail/v2/completion_service.rb', line 198 class RecentSearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |