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 documentation for the `ListOperationsResponse` class within the Google Kubernetes Engine v1 API, with the latest version being 3.33.0."],["It details the `ListOperationsResponse` class, which is the result of a `ListOperationsRequest` and allows for the ability to search through the various operations."],["The `ListOperationsResponse` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, coming from the namespace `Google.Cloud.Container.V1`."],["The documentation includes a comprehensive list of versions, starting from 3.33.0 and going back to 2.3.0, each with a link to its respective documentation for `ListOperationsResponse`."],["The class contains two properties, `MissingZones`, which lists zones that may be missing from operations, and `Operations`, which returns a list of operations in a given zone."]]],[]]