public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListOperationsResponse.
ListOperationsResponse is the result of ListOperationsRequest.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API for .NET, specifically for versions ranging from 2.3.0 to the latest 3.33.0."],["`ListOperationsResponse` is the class utilized in the API to gather and display results of the `ListOperationsRequest`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The class contains two primary properties: `MissingZones`, a list of zones that may be missing from the operation results, and `Operations`, a list of operations found within the specified zone."],["The latest version is 3.33.0, and the page provides links to the documentations of older versions all the way back to version 2.3.0, offering a comprehensive view of the API's evolution."]]],[]]