The maximum number of versions to return.
The service may return fewer than this value.
If unspecified, at most 50 values will be returned.
The maximum is 1000; values above 1000 will be coerced to 1000.
[[["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-09-04 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eListApiVersionsRequest\u003c/code\u003e class is 1.0.0-beta07, as part of the Apigee Registry v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used as a request message for listing API versions 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 \u003ccode\u003eListApiVersionsRequest\u003c/code\u003e class provides properties for filtering, setting page size, using a page token for pagination, and defining the parent resource (using the format \u003ccode\u003eprojects/*/locations/*/apis/*\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors: a default constructor and a copy constructor that takes another \u003ccode\u003eListApiVersionsRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsApiName\u003c/code\u003e property offers an \u003ccode\u003eApiName\u003c/code\u003e-typed view of the \u003ccode\u003eParent\u003c/code\u003e resource name for easier use.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListApiVersionsRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiVersionsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListApiVersionsRequest) \n\n public sealed class ListApiVersionsRequest : IPageRequest, IMessage\u003cListApiVersionsRequest\u003e, IEquatable\u003cListApiVersionsRequest\u003e, IDeepCloneable\u003cListApiVersionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListApiVersionsRequest.\n\nRequest message for ListApiVersions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApiVersionsRequest \n\nImplements\n----------\n\n[IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListApiVersionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiVersionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApiVersionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiVersionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApiVersionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiVersionsRequest), [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.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### ListApiVersionsRequest()\n\n public ListApiVersionsRequest()\n\n### ListApiVersionsRequest(ListApiVersionsRequest)\n\n public ListApiVersionsRequest(ListApiVersionsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nAn expression that can be used to filter the list. Filters use the Common\nExpression Language and can refer to all message fields.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of versions to return.\nThe service may return fewer than this value.\nIf unspecified, at most 50 values will be returned.\nThe maximum is 1000; values above 1000 will be coerced to 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token, received from a previous `ListApiVersions` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListApiVersions` must\nmatch the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent, which owns this collection of versions.\nFormat: `projects/*/locations/*/apis/*`\n\n### ParentAsApiName\n\n public ApiName ParentAsApiName { get; set; }\n\n[ApiName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiVersionsRequest#Google_Cloud_ApigeeRegistry_V1_ListApiVersionsRequest_Parent) resource name property."]]