Class: Google::Cloud::VectorSearch::V1::SearchDataObjectsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::SearchDataObjectsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb
Overview
Response for a search request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#results ⇒ ::Array<::Google::Cloud::VectorSearch::V1::SearchResult>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String (readonly)
Returns Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.SearchDataObjectsRequest.page_token][] to obtain that page.
248 249 250 251 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb', line 248 class SearchDataObjectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Array<::Google::Cloud::VectorSearch::V1::SearchResult> (readonly)
Returns Output only. The list of dataObjects that match the search criteria.
248 249 250 251 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb', line 248 class SearchDataObjectsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |