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."],["`ListOperationsResponse` is a class that is the result of a `ListOperationsRequest` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the API, ranging from the latest version 3.33.0 down to 2.3.0, each with a link to its specific documentation."],["`ListOperationsResponse` has two main properties, `MissingZones`, which lists zones that may be missing operations, and `Operations`, which contains the list of operations."],["`ListOperationsResponse` has two constructors, one empty and another that takes in another `ListOperationsResponse` object."]]],[]]