v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1372300401.5 KB
projects

Searches for Entries matching the given query and scope.

post/v1/{+name}:searchEntries

Path parameters

namestring required

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/global.

Query parameters

orderBystring

Optional. Specifies the ordering of results. Supported values are: relevance last_modified_timestamp last_modified_timestamp asc

pageSizeinteger

Optional. Number of results in the search page. If <=0, then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.

pageTokenstring

Optional. Page token received from a previous SearchEntries call. Provide this to retrieve the subsequent page.

querystring

Required. The query against which entries in scope should be matched. The query syntax is defined in Search syntax for Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/search-syntax).

scopestring

Optional. The scope under which the search should be operating. It must either be organizations/ or projects/. If it is unspecified, it defaults to the organization where the project provided in name is located.

semanticSearchboolean

Optional. Specifies whether the search should understand the meaning and intent behind the query, rather than just matching keywords.

Response

Successful response