[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Interface ListWatchlistsResponseOrBuilder (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.ListWatchlistsResponseOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.ListWatchlistsResponseOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.ListWatchlistsResponseOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.ListWatchlistsResponseOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.ListWatchlistsResponseOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.ListWatchlistsResponseOrBuilder) \n\n public interface ListWatchlistsResponseOrBuilder 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### getNextPageToken()\n\n public abstract String getNextPageToken()\n\nOptional. A token, which can be sent as `page_token` to retrieve the next\npage. If this field is omitted, there are no subsequent pages.\n\n`string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getNextPageTokenBytes()\n\n public abstract ByteString getNextPageTokenBytes()\n\nOptional. A token, which can be sent as `page_token` to retrieve the next\npage. If this field is omitted, there are no subsequent pages.\n\n`string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getWatchlists(int index)\n\n public abstract Watchlist getWatchlists(int index)\n\nOptional. The watchlists from the specified instance.\n\n`\nrepeated .google.cloud.chronicle.v1.Watchlist watchlists = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getWatchlistsCount()\n\n public abstract int getWatchlistsCount()\n\nOptional. The watchlists from the specified instance.\n\n`\nrepeated .google.cloud.chronicle.v1.Watchlist watchlists = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getWatchlistsList()\n\n public abstract List\u003cWatchlist\u003e getWatchlistsList()\n\nOptional. The watchlists from the specified instance.\n\n`\nrepeated .google.cloud.chronicle.v1.Watchlist watchlists = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getWatchlistsOrBuilder(int index)\n\n public abstract WatchlistOrBuilder getWatchlistsOrBuilder(int index)\n\nOptional. The watchlists from the specified instance.\n\n`\nrepeated .google.cloud.chronicle.v1.Watchlist watchlists = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getWatchlistsOrBuilderList()\n\n public abstract List\u003c? extends WatchlistOrBuilder\u003e getWatchlistsOrBuilderList()\n\nOptional. The watchlists from the specified instance.\n\n`\nrepeated .google.cloud.chronicle.v1.Watchlist watchlists = 1 [(.google.api.field_behavior) = OPTIONAL];\n`"]]