SearchDataObjectsResponse Stay organized with collections Save and categorize content based on your preferences.
Response for a search request.
| JSON representation |
|---|
{"results":[{object ( |
| Fields | |
|---|---|
results[] |
Output only. The list of dataObjects that match the search criteria. |
nextPageToken |
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 ( |
| Fields | |
|---|---|
dataObject |
Output only. The matching data object. |
distance |
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.