Optional. The maximum number of databases to return. The service may return
fewer than this value. If unspecified, 2000 is the default page_size. The
max value of page_size will be 4000, values above max will be coerced to
max.
Optional. A page token, received from a previous ListDatabases call.
This should be provided to retrieve the subsequent page.
This field is currently not supported, its value will be ignored if passed.
[[["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\u003eListDatabasesRequest\u003c/code\u003e class is part of the AlloyDB v1alpha API and is used to request a list of databases.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and integration capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for filtering results (\u003ccode\u003eFilter\u003c/code\u003e), setting the page size (\u003ccode\u003ePageSize\u003c/code\u003e), handling pagination tokens (\u003ccode\u003ePageToken\u003c/code\u003e), and specifying the parent resource (\u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsClusterName\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eConstructors are provided to create new instances of \u003ccode\u003eListDatabasesRequest\u003c/code\u003e, either as a default instance or by copying from an existing \u003ccode\u003eListDatabasesRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe filtering and page token are currently not supported and will be ignored.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class ListDatabasesRequest (1.0.0-alpha12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListDatabasesRequest)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.ListDatabasesRequest) \n\n public sealed class ListDatabasesRequest : IPageRequest, IMessage\u003cListDatabasesRequest\u003e, IEquatable\u003cListDatabasesRequest\u003e, IDeepCloneable\u003cListDatabasesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1alpha API class ListDatabasesRequest.\n\nMessage for requesting list of Databases. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDatabasesRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDatabasesRequest](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListDatabasesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDatabasesRequest](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListDatabasesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDatabasesRequest](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListDatabasesRequest), [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) \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.AlloyDb.V1Alpha](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Alpha.dll\n\nConstructors\n------------\n\n### ListDatabasesRequest()\n\n public ListDatabasesRequest()\n\n### ListDatabasesRequest(ListDatabasesRequest)\n\n public ListDatabasesRequest(ListDatabasesRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. Filtering results.\nThis field is currently not supported, its value will be ignored if passed.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of databases to return. The service may return\nfewer than this value. If unspecified, 2000 is the default page_size. The\nmax value of page_size will be 4000, values above max will be coerced to\nmax.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A page token, received from a previous `ListDatabases` call.\nThis should be provided to retrieve the subsequent page.\nThis field is currently not supported, its value will be ignored if passed.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent value for ListDatabasesRequest.\n\n### ParentAsClusterName\n\n public ClusterName ParentAsClusterName { get; set; }\n\n[ClusterName](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ClusterName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListDatabasesRequest#Google_Cloud_AlloyDb_V1Alpha_ListDatabasesRequest_Parent) resource name property."]]