Searches for Entries matching the given query and scope.
Path parameters
Required. The project to which the request should be attributed in the following form: projects/{project}/locations/global.
Query parameters
Optional. Specifies the ordering of results. Supported values are: relevance last_modified_timestamp last_modified_timestamp asc
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.
Optional. Page token received from a previous SearchEntries call. Provide this to retrieve the subsequent page.
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).
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.
Optional. Specifies whether the search should understand the meaning and intent behind the query, rather than just matching keywords.
Response
Successful response