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."],["The `ListOperationsResponse` class is used to represent the result of a `ListOperationsRequest`, as described in the Google Cloud Container API."],["The current latest version documented is 3.33.0, but the page is specifically detailing version 3.31.0, with older versions back to 2.3.0 also available via links."],["The `ListOperationsResponse` class includes properties for `MissingZones`, which lists zones that may be missing operations, and `Operations`, which lists operations in the project."],["This class inherits from and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base object class."]]],[]]