Required. The name of the parent resource. The required format is:
projects/{project}/locations/{location}
Regardless of the parent specified here, as long it is contains a valid
project and location, the service will return a static list of supported
flags resources. Note that we do not yet support region-specific
flags.
[[["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\u003eThis page provides documentation for the \u003ccode\u003eListSupportedDatabaseFlagsRequest\u003c/code\u003e class within the AlloyDB v1alpha API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListSupportedDatabaseFlagsRequest\u003c/code\u003e class is used to request a list of supported database flags and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsLocationName\u003c/code\u003e to control the request and handle paginated results, as well as constructors for creating new instances.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha\u003c/code\u003e namespace and the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class available is \u003ccode\u003e1.0.0-alpha10\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class ListSupportedDatabaseFlagsRequest (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.ListSupportedDatabaseFlagsRequest)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.ListSupportedDatabaseFlagsRequest) \n\n public sealed class ListSupportedDatabaseFlagsRequest : IPageRequest, IMessage\u003cListSupportedDatabaseFlagsRequest\u003e, IEquatable\u003cListSupportedDatabaseFlagsRequest\u003e, IDeepCloneable\u003cListSupportedDatabaseFlagsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1alpha API class ListSupportedDatabaseFlagsRequest.\n\nMessage for listing the information about the supported Database flags. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListSupportedDatabaseFlagsRequest \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)[ListSupportedDatabaseFlagsRequest](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListSupportedDatabaseFlagsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListSupportedDatabaseFlagsRequest](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListSupportedDatabaseFlagsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListSupportedDatabaseFlagsRequest](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListSupportedDatabaseFlagsRequest), [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### ListSupportedDatabaseFlagsRequest()\n\n public ListSupportedDatabaseFlagsRequest()\n\n### ListSupportedDatabaseFlagsRequest(ListSupportedDatabaseFlagsRequest)\n\n public ListSupportedDatabaseFlagsRequest(ListSupportedDatabaseFlagsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nRequested page size. Server may return fewer items than requested.\nIf unspecified, server will pick an appropriate default.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA token identifying a page of results the server should return.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the parent resource. The required format is:\n\n- projects/{project}/locations/{location}\n\nRegardless of the parent specified here, as long it is contains a valid\nproject and location, the service will return a static list of supported\nflags resources. Note that we do not yet support region-specific\nflags.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ListSupportedDatabaseFlagsRequest#Google_Cloud_AlloyDb_V1Alpha_ListSupportedDatabaseFlagsRequest_Parent) resource name property.\n\n### Scope\n\n public SupportedDatabaseFlag.Types.Scope Scope { get; set; }\n\nOptional. The scope for which supported flags are requested. If not\nspecified, default is DATABASE."]]