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 latest version of the `ListOperationsResponse` for the Google Kubernetes Engine v1 API is 3.33.0, and previous versions are also available, going back to 2.3.0."],["`ListOperationsResponse` is a class that implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and serves as the result of a `ListOperationsRequest`."],["The `ListOperationsResponse` class contains two primary properties: `MissingZones`, a list of strings indicating zones that may be missing operations, and `Operations`, a list of `Operation` objects."],["The `ListOperationsResponse` has two constructors: a parameterless one, and one that takes another `ListOperationsResponse` as a parameter for copying purposes."]]],[]]