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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface ListWatchlistsRequestOrBuilder (0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/java/docs/reference/google-cloud-chronicle/latest/com.google.cloud.chronicle.v1.ListWatchlistsRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.ListWatchlistsRequestOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.ListWatchlistsRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.ListWatchlistsRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.ListWatchlistsRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.ListWatchlistsRequestOrBuilder) \n\n public interface ListWatchlistsRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getFilter()\n\n public abstract String getFilter()\n\nOptional. Which watchlist to return in aip.dev/160 form.\nCurrently, only the following filters are supported:\n\n- `watchlist_user_preferences.pinned=true`\n- `has_entity([ENTITY_INDICATOR],[ENTITY_TYPE])`\n- `has_entity([ENTITY_INDICATOR],[ENTITY_TYPE],[NAMESPACE])`\n\n`string filter = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getFilterBytes()\n\n public abstract ByteString getFilterBytes()\n\nOptional. Which watchlist to return in aip.dev/160 form.\nCurrently, only the following filters are supported:\n\n- `watchlist_user_preferences.pinned=true`\n- `has_entity([ENTITY_INDICATOR],[ENTITY_TYPE])`\n- `has_entity([ENTITY_INDICATOR],[ENTITY_TYPE],[NAMESPACE])`\n\n`string filter = 4 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nOptional. The maximum number of watchlists to return.\nThe service may return fewer than this value.\nIf unspecified, at most 200 watchlists will be returned.\nThe maximum value is 200; values above 200 will be coerced to 200.\n\n`int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nOptional. A page token, received from a previous `ListWatchlists` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n`ListWatchlists` must match the call that provided the page\ntoken.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nOptional. A page token, received from a previous `ListWatchlists` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n`ListWatchlists` must match the call that provided the page\ntoken.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. The parent, which owns this collection of watchlists.\nFormat: `projects/{project}/locations/{location}/instances/{instance}`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getParentBytes()\n\n public abstract ByteString getParentBytes()\n\nRequired. The parent, which owns this collection of watchlists.\nFormat: `projects/{project}/locations/{location}/instances/{instance}`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]