[[["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\u003eListVersionsResponse\u003c/code\u003e class is part of the Google Cloud Artifact Registry v1beta2 API and is used to represent the response from listing versions.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageResponse<Version>\u003c/code\u003e, \u003ccode\u003eIEnumerable<Version>\u003c/code\u003e, \u003ccode\u003eIMessage<ListVersionsResponse>\u003c/code\u003e, \u003ccode\u003eIEquatable<ListVersionsResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ListVersionsResponse>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e (a string for retrieving the next page of versions) and \u003ccode\u003eVersions\u003c/code\u003e (a \u003ccode\u003eRepeatedField<Version>\u003c/code\u003e containing the versions returned).\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a \u003ccode\u003eGetEnumerator()\u003c/code\u003e method to iterate through the \u003ccode\u003eVersion\u003c/code\u003e resources included in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor \u003ccode\u003eListVersionsResponse\u003c/code\u003e that allows for the creation of a new object either as an empty instance, or by copying the parameter of another instance.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class ListVersionsResponse (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.ListVersionsResponse)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsResponse) \n\n public sealed class ListVersionsResponse : IPageResponse\u003cVersion\u003e, IEnumerable\u003cVersion\u003e, IEnumerable, IMessage\u003cListVersionsResponse\u003e, IEquatable\u003cListVersionsResponse\u003e, IDeepCloneable\u003cListVersionsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class ListVersionsResponse.\n\nThe response from listing versions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListVersionsResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Version](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Version), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Version](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Version), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListVersionsResponse](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListVersionsResponse](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListVersionsResponse](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListVersionsResponse), [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### ListVersionsResponse()\n\n public ListVersionsResponse()\n\n### ListVersionsResponse(ListVersionsResponse)\n\n public ListVersionsResponse(ListVersionsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nThe token to retrieve the next page of versions, or empty if there are no\nmore versions to return.\n\n### Versions\n\n public RepeatedField\u003cVersion\u003e Versions { get; }\n\nThe versions returned.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cVersion\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]