SearchEntriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)| Attributes | |
|---|---|
| Name | Description | 
| name | strRequired. The project to which the request should be attributed in the following form: projects/{project}/locations/global. | 
| query | strRequired. The query against which entries in scope should be matched. The query syntax is defined in `Search syntax for Dataplex Universal Catalog | 
| page_size | intOptional. 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. | 
| page_token | strOptional. Page token received from a previous SearchEntriescall. Provide this to retrieve the
   subsequent page. | 
| order_by | strOptional. Specifies the ordering of results. Supported values are: - relevance-last_modified_timestamp-last_modified_timestamp asc | 
| scope | strOptional. The scope under which the search should be operating. It must either be organizations/orprojects/. If it is unspecified, it
   defaults to the organization where the project provided innameis located. | 
| semantic_search | boolOptional. Specifies whether the search should understand the meaning and intent behind the query, rather than just matching keywords. |