[[["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-28 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eListOperationsResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.LongRunning\u003c/code\u003e namespace in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListOperationsResponse\u003c/code\u003e is a response message used for listing operations via \u003ccode\u003eOperations.ListOperations\u003c/code\u003e, implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eNextPageToken\u003c/code\u003e, for handling paginated results, and \u003ccode\u003eOperations\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e containing the list of \u003ccode\u003eOperation\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method allows iterating through the \u003ccode\u003eOperation\u003c/code\u003e resources in the response, with the class inheriting from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt shows a list of versions available, with version 3.3.0 being the latest release.\u003c/p\u003e\n"]]],[],null,["# Google.LongRunning - Class ListOperationsResponse (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.ListOperationsResponse)\n- [3.2.0](/dotnet/docs/reference/Google.LongRunning/3.2.0/Google.LongRunning.ListOperationsResponse)\n- [3.1.0](/dotnet/docs/reference/Google.LongRunning/3.1.0/Google.LongRunning.ListOperationsResponse)\n- [3.0.0](/dotnet/docs/reference/Google.LongRunning/3.0.0/Google.LongRunning.ListOperationsResponse)\n- [2.3.0](/dotnet/docs/reference/Google.LongRunning/2.3.0/Google.LongRunning.ListOperationsResponse)\n- [2.2.0](/dotnet/docs/reference/Google.LongRunning/2.2.0/Google.LongRunning.ListOperationsResponse) \n\n public sealed class ListOperationsResponse : IMessage\u003cListOperationsResponse\u003e, IEquatable\u003cListOperationsResponse\u003e, IDeepCloneable\u003cListOperationsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cOperation\u003e, IEnumerable\u003cOperation\u003e, IEnumerable\n\nReference documentation and code samples for the Google.LongRunning class ListOperationsResponse.\n\nThe response message for \\[Operations.ListOperations\\]\\[google.longrunning.Operations.ListOperations\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListOperationsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListOperationsResponse](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.ListOperationsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListOperationsResponse](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.ListOperationsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListOperationsResponse](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.ListOperationsResponse), [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), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Operation](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.Operation), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Operation](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.Operation), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \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.LongRunning](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning)\n\nAssembly\n--------\n\nGoogle.LongRunning.dll\n\nConstructors\n------------\n\n### ListOperationsResponse()\n\n public ListOperationsResponse()\n\n### ListOperationsResponse(ListOperationsResponse)\n\n public ListOperationsResponse(ListOperationsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nThe standard List next-page token.\n\n### Operations\n\n public RepeatedField\u003cOperation\u003e Operations { get; }\n\nA list of operations that matches the specified filter in the request.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cOperation\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]