Class SearchEntriesRequest (2.4.0)

SearchEntriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
name str
Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.
query str
Required. The query against which entries in scope should be matched.
page_size int
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.
page_token str
Optional. Page token received from a previous SearchEntries call. Provide this to retrieve the subsequent page.
order_by str
Optional. Specifies the ordering of results.
scope str
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.