[[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eListParameterVersionsRequest\u003c/code\u003e is a sealed class used to request a list of ParameterVersions within the Parameter Manager v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e 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, for comprehensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eIt offers filtering, ordering, pagination, and parent resource specification options through properties such as \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for the class allow creating a new instance or copying from an existing \u003ccode\u003eListParameterVersionsRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsParameterName\u003c/code\u003e property provides a strongly-typed way to manage the parent resource name of the parameter.\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class ListParameterVersionsRequest (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.ListParameterVersionsRequest) \n\n public sealed class ListParameterVersionsRequest : IPageRequest, IMessage\u003cListParameterVersionsRequest\u003e, IEquatable\u003cListParameterVersionsRequest\u003e, IDeepCloneable\u003cListParameterVersionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class ListParameterVersionsRequest.\n\nMessage for requesting list of ParameterVersions \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListParameterVersionsRequest \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)[ListParameterVersionsRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListParameterVersionsRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListParameterVersionsRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsRequest), [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.ParameterManager.V1](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ParameterManager.V1.dll\n\nConstructors\n------------\n\n### ListParameterVersionsRequest()\n\n public ListParameterVersionsRequest()\n\n### ListParameterVersionsRequest(ListParameterVersionsRequest)\n\n public ListParameterVersionsRequest(ListParameterVersionsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. Filtering results\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. Hint for how to order the results\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, server will pick an appropriate default.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A token identifying a page of results the server should return.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent value for ListParameterVersionsRequest in the format\n`projects/*/locations/*/parameters/*`.\n\n### ParentAsParameterName\n\n public ParameterName ParentAsParameterName { get; set; }\n\n[ParameterName](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsRequest#Google_Cloud_ParameterManager_V1_ListParameterVersionsRequest_Parent) resource name property."]]