[[["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 reference documentation for the \u003ccode\u003eListVersionsRequest\u003c/code\u003e class within the Artifact Registry v1beta2 API, detailing its purpose as the request object for listing versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListVersionsRequest\u003c/code\u003e implements multiple 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, indicating its role in paginated requests and data management.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new instances, either default or by copying from an existing \u003ccode\u003eListVersionsRequest\u003c/code\u003e object, for versatile usage.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListVersionsRequest\u003c/code\u003e include \u003ccode\u003eOrderBy\u003c/code\u003e for sorting results, \u003ccode\u003ePageSize\u003c/code\u003e to limit the number of returned versions, \u003ccode\u003ePageToken\u003c/code\u003e for handling pagination, \u003ccode\u003eParent\u003c/code\u003e to specify the resource, and \u003ccode\u003eView\u003c/code\u003e to control the response format.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the ListVersionsRequest is 2.0.0-beta05, and two other versions are also available: 2.0.0-beta04 and 1.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class ListVersionsRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsRequest) \n\n public sealed class ListVersionsRequest : IPageRequest, IMessage\u003cListVersionsRequest\u003e, IEquatable\u003cListVersionsRequest\u003e, IDeepCloneable\u003cListVersionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class ListVersionsRequest.\n\nThe request to list versions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListVersionsRequest \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)[ListVersionsRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListVersionsRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListVersionsRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsRequest), [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.ArtifactRegistry.V1Beta2](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.ArtifactRegistry.V1Beta2.dll\n\nConstructors\n------------\n\n### ListVersionsRequest()\n\n public ListVersionsRequest()\n\n### ListVersionsRequest(ListVersionsRequest)\n\n public ListVersionsRequest(ListVersionsRequest other)\n\nProperties\n----------\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. The field to order the results by.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of versions to return. Maximum page size is 1,000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe next_page_token value returned from a previous list request, if any.\n\n### Parent\n\n public string Parent { get; set; }\n\nThe name of the parent resource whose versions will be listed.\n\n### View\n\n public VersionView View { get; set; }\n\nThe view that should be returned in the response."]]