Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::QueryDataObjectsResponse.
Response message for DataObjectSearchService.QueryDataObjects.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_objects
def data_objects() -> ::Array<::Google::Cloud::VectorSearch::V1::DataObject>
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::DataObject>) — Output only. The list of dataObjects that match the query.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.QueryDataObjectsRequest.page_token][] to obtain that page.