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."],[[["The webpage provides reference documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API."],["The `ListOperationsResponse` class is the result of a `ListOperationsRequest` and includes properties like `MissingZones` and `Operations`."],["It displays a comprehensive list of versions, ranging from the latest version 3.33.0 down to version 2.3.0, showing the history of releases and changes made."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, highlighting its capabilities and compatibility within the .NET framework."],["The `MissingZones` property indicates that some operation zones might be absent from the returned list."]]],[]]