Maximum number of
[DataStore][google.cloud.discoveryengine.v1beta.DataStore]s to return. If
unspecified, defaults to 10. The maximum allowed value is 50. Values above
50 will be coerced to 50.
If this field is negative, an INVALID_ARGUMENT is returned.
A page token
[ListDataStoresResponse.next_page_token][google.cloud.discoveryengine.v1beta.ListDataStoresResponse.next_page_token],
received from a previous
[DataStoreService.ListDataStores][google.cloud.discoveryengine.v1beta.DataStoreService.ListDataStores]
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
[DataStoreService.ListDataStores][google.cloud.discoveryengine.v1beta.DataStoreService.ListDataStores]
must match the call that provided the page token. Otherwise, an
INVALID_ARGUMENT error is returned.
Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection_id}.
If the caller does not have permission to list
[DataStore][google.cloud.discoveryengine.v1beta.DataStore]s under this
location, regardless of whether or not this data store exists, a
PERMISSION_DENIED error is returned.
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListDataStoresRequest\u003c/code\u003e class is used to request a list of data stores from the Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, for data handling and serialization.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e to customize the data retrieval and to implement pagination when requesting a large number of data stores.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is a required string representing the resource path for the data stores that the user wants to retrieve, such as \u003ccode\u003eprojects/{project}/locations/{location}/collections/{collection_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors \u003ccode\u003eListDataStoresRequest()\u003c/code\u003e and \u003ccode\u003eListDataStoresRequest(ListDataStoresRequest other)\u003c/code\u003e to create new instances of this data request class.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ListDataStoresRequest (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListDataStoresRequest)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ListDataStoresRequest) \n\n public sealed class ListDataStoresRequest : IMessage\u003cListDataStoresRequest\u003e, IEquatable\u003cListDataStoresRequest\u003e, IDeepCloneable\u003cListDataStoresRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Discovery Engine v1beta API class ListDataStoresRequest.\n\nRequest message for\n\\[DataStoreService.ListDataStores\\]\\[google.cloud.discoveryengine.v1beta.DataStoreService.ListDataStores\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDataStoresRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDataStoresRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListDataStoresRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDataStoresRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListDataStoresRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDataStoresRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListDataStoresRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### ListDataStoresRequest()\n\n public ListDataStoresRequest()\n\n### ListDataStoresRequest(ListDataStoresRequest)\n\n public ListDataStoresRequest(ListDataStoresRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nFilter by solution type .\nFor example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`\n\n### PageSize\n\n public int PageSize { get; set; }\n\nMaximum number of\n\\[DataStore\\]\\[google.cloud.discoveryengine.v1beta.DataStore\\]s to return. If\nunspecified, defaults to 10. The maximum allowed value is 50. Values above\n50 will be coerced to 50.\n\nIf this field is negative, an INVALID_ARGUMENT is returned.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token\n\\[ListDataStoresResponse.next_page_token\\]\\[google.cloud.discoveryengine.v1beta.ListDataStoresResponse.next_page_token\\],\nreceived from a previous\n\\[DataStoreService.ListDataStores\\]\\[google.cloud.discoveryengine.v1beta.DataStoreService.ListDataStores\\]\ncall. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n\\[DataStoreService.ListDataStores\\]\\[google.cloud.discoveryengine.v1beta.DataStoreService.ListDataStores\\]\nmust match the call that provided the page token. Otherwise, an\nINVALID_ARGUMENT error is returned.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent branch resource name, such as\n`projects/{project}/locations/{location}/collections/{collection_id}`.\n\nIf the caller does not have permission to list\n\\[DataStore\\]\\[google.cloud.discoveryengine.v1beta.DataStore\\]s under this\nlocation, regardless of whether or not this data store exists, a\nPERMISSION_DENIED error is returned.\n\n### ParentAsCollectionName\n\n public CollectionName ParentAsCollectionName { get; set; }\n\n[CollectionName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.CollectionName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListDataStoresRequest#Google_Cloud_DiscoveryEngine_V1Beta_ListDataStoresRequest_Parent) resource name property."]]