SearchDataObjectsResponse

Response for a search request.

JSON representation
{"results":[{object (SearchResult)}],"nextPageToken":string}
Fields
results[]

object (SearchResult)

Output only. The list of dataObjects that match the search criteria.

nextPageToken

string

Output only. A token to retrieve next page of results. Pass to [DataObjectSearchService.SearchDataObjectsRequest.page_token][] to obtain that page.

SearchResult

A single search result.

JSON representation
{"dataObject":{object (DataObject)},"distance":number}
Fields
dataObject

object (DataObject)

Output only. The matching data object.

distance

number

Output only. The similarity distance.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-29 UTC.