Class: Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_service.rb
Overview
Represents the search results.
Instance Attribute Summary collapse
-
#document ⇒ ::Google::Cloud::DiscoveryEngine::V1::Document
The document data snippet in the search response.
-
#id ⇒ ::String
Document.id of the searched Document.
Instance Attribute Details
#document ⇒ ::Google::Cloud::DiscoveryEngine::V1::Document
Returns The document data snippet in the search response. Only fields that are marked as retrievable are populated.
773 774 775 776 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 773 class SearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Document.id of the searched Document.
773 774 775 776 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 773 class SearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |