[[["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\u003eListParametersResponse\u003c/code\u003e is a sealed class in the Google Cloud Parameter Manager v1 API, designed for managing responses when listing parameters.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIPageResponse<Parameter>\u003c/code\u003e, \u003ccode\u003eIEnumerable<Parameter>\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, supporting functionality like paged results, enumeration, and message handling.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e to manage pagination, \u003ccode\u003eParameters\u003c/code\u003e to hold a list of parameter objects, and \u003ccode\u003eUnreachable\u003c/code\u003e to list locations that were not reachable.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListParametersResponse\u003c/code\u003e class offers two constructors: a default one and another that takes an existing \u003ccode\u003eListParametersResponse\u003c/code\u003e object to create a new instance, and also has methods such as \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through the contained parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListParametersResponse\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, and exposes members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e to provide additional functionality.\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class ListParametersResponse (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.ListParametersResponse)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.ListParametersResponse) \n\n public sealed class ListParametersResponse : IPageResponse\u003cParameter\u003e, IEnumerable\u003cParameter\u003e, IEnumerable, IMessage\u003cListParametersResponse\u003e, IEquatable\u003cListParametersResponse\u003e, IDeepCloneable\u003cListParametersResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class ListParametersResponse.\n\nMessage for response to listing Parameters \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListParametersResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Parameter](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.Parameter), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Parameter](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.Parameter), [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)[ListParametersResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParametersResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListParametersResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParametersResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListParametersResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ListParametersResponse), [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### ListParametersResponse()\n\n public ListParametersResponse()\n\n### ListParametersResponse(ListParametersResponse)\n\n public ListParametersResponse(ListParametersResponse 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### Parameters\n\n public RepeatedField\u003cParameter\u003e Parameters { get; }\n\nThe list of Parameters\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\u003cParameter\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]