When paginating, all other parameters provided to CollectionService.ListCollections must match the call that provided the page token.
filter
string
Filter returned collections by associated data connector data sources. For example: filter = 'dataSource:jira confluence'. If the filter is empty, we return all collections under a project and location.
[[["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-02-28 UTC."],[[["This API endpoint retrieves a list of Collections within a specified project and location using a `GET` request."],["The request requires the `parent` path parameter, specifying the project and location, and supports optional `pageSize`, `pageToken`, and `filter` query parameters to manage the collection retrieval."],["The request body for listing collections must be empty, and the maximum allowed value for the page size is 1000, any other value above it will default to 1000."],["The response includes an array of `Collection` objects and an optional `nextPageToken` for pagination, if there is no `nextPageToken` it means that there are no more subsequent pages of data to show."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.collections.list` IAM permission on the `parent` resource."]]],[]]