Reference documentation and code samples for the Google Cloud Vector Search V1 Client class SearchDataObjectsResponse.
Response for a search request.
Generated from protobuf message google.cloud.vectorsearch.v1.SearchDataObjectsResponse
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ results
↳ next_page_token
string
Output only. A token to retrieve next page of results. Pass to DataObjectSearchService.SearchDataObjectsRequest.page_token to obtain that page.
getResults
Output only. The list of dataObjects that match the search criteria.
setResults
Output only. The list of dataObjects that match the search criteria.
$this
getNextPageToken
Output only. A token to retrieve next page of results.
Pass to DataObjectSearchService.SearchDataObjectsRequest.page_token to obtain that page.
string
setNextPageToken
Output only. A token to retrieve next page of results.
Pass to DataObjectSearchService.SearchDataObjectsRequest.page_token to obtain that page.
var
string
$this

