ListWatchlistsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for listing watchlists.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent, which owns this collection of watchlists. Format: projects/{project}/locations/{location}/instances/{instance}
|
page_size |
int
Optional. The maximum number of watchlists to return. The service may return fewer than this value. If unspecified, at most 200 watchlists will be returned. The maximum value is 200; values above 200 will be coerced to 200. |
page_token |
str
Optional. A page token, received from a previous ListWatchlists call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListWatchlists must match the call that provided the
page token.
|
filter |
str
Optional. Which watchlist to return in aip.dev/160 form. Currently, only the following filters are supported: - watchlist_user_preferences.pinned=true
- has_entity([ENTITY_INDICATOR],[ENTITY_TYPE])
- has_entity([ENTITY_INDICATOR],[ENTITY_TYPE],[NAMESPACE])
|