[[["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\u003eListParameterVersionsResponse\u003c/code\u003e is a sealed class in the Google Cloud Parameter Manager v1 API, serving as a message for responses when listing ParameterVersions.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageResponse<ParameterVersion>\u003c/code\u003e, \u003ccode\u003eIEnumerable<ParameterVersion>\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, and more, which provide functionalities for managing pages, enumerating items, and handling messages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListParameterVersionsResponse\u003c/code\u003e class includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e, \u003ccode\u003eParameterVersions\u003c/code\u003e, and \u003ccode\u003eUnreachable\u003c/code\u003e, enabling the retrieval of paged results, lists of parameter versions, and locations that could not be reached.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, one default and one that accepts another \u003ccode\u003eListParameterVersionsResponse\u003c/code\u003e object, facilitating the creation of new instances and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method enables iteration through the \u003ccode\u003eParameterVersion\u003c/code\u003e resources contained within the response, allowing for easy access and manipulation of individual items.\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class ListParameterVersionsResponse (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.ListParameterVersionsResponse)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.ListParameterVersionsResponse) \n\n public sealed class ListParameterVersionsResponse : IPageResponse\u003cParameterVersion\u003e, IEnumerable\u003cParameterVersion\u003e, IEnumerable, IMessage\u003cListParameterVersionsResponse\u003e, IEquatable\u003cListParameterVersionsResponse\u003e, IDeepCloneable\u003cListParameterVersionsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class ListParameterVersionsResponse.\n\nMessage for response to listing ParameterVersions \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListParameterVersionsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[ParameterVersion](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterVersion), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[ParameterVersion](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterVersion), [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)[ListParameterVersionsResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListParameterVersionsResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListParameterVersionsResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParameterVersionsResponse), [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### ListParameterVersionsResponse()\n\n public ListParameterVersionsResponse()\n\n### ListParameterVersionsResponse(ListParameterVersionsResponse)\n\n public ListParameterVersionsResponse(ListParameterVersionsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the server should return.\n\n### ParameterVersions\n\n public RepeatedField\u003cParameterVersion\u003e ParameterVersions { get; }\n\nThe list of ParameterVersions\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nUnordered list. Locations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cParameterVersion\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]