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

