SearchQueryHistories searches query histories for the caller. Permissions required: None (only returns caller’s own query histories)
The maximum number of histories to return. The service may return fewer than this value. If unspecified, at most 10 history entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
A page token, received from a previous ListQueryHistory call.
Provide this to retrieve the subsequent page.
Filter is the filter to apply on the search query history The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filter:
For example: project == "projects/{project}" database == "instances/{instance}/databases/{database}" instance == "instances/{instance}" type == "QUERY" type == "EXPORT" statement.matches("select") type == "QUERY" && statement.matches("select")