Body
To filter the search result. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filter:
- creator: the worksheet creator in "users/{email}" format, support "==" and "!=" operator.
- starred: should be "true" or "false", filter starred/unstarred sheets, support "==" operator.
- visibility: check Visibility enum in the Worksheet message for values, support "==" and "in [xx]" operator.
For example: creator == "users/{email}" creator != "users/{email}" starred == true starred == false visibility in ["PRIVATE", "PROJECT_READ", "PROJECT_WRITE"] visibility == "PRIVATE"
Not used. The maximum number of worksheets to return. The service may return fewer than this value. If unspecified, at most 10 worksheets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Not used.
A page token, received from a previous SearchWorksheets
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SearchWorksheets
must match
the call that provided the page token.